Releases: tpg/platoon
Releases · tpg/platoon
v2.1.2
This release fixes a bug where database migrations were being run from the "live" symlink instead of the release directory. This means new database migrations were not being effective until a second deployment was completed.
The Target::artisan() method now takes a string value of the release directory now to ensure that migrations are run BEFORE the "live" task.
v2.1.1
Fixes for a few PHP 8.4 deprecations.
v2.1.0
Laravel 12 support.
v2.0.1
- Recursively replace config hooks. This means you can add hooks to a server config without needing to replicate common hooks.
v2.0.0
- Laravel 11 support
- Dropped PHP 8.1 support
v1.3.5
Removed the spatie/laravel-data package as we don't actually use it.
v.1.3.4
Fixed a bug in the PHP flags config.
v1.3.3
Actions update.
v1.3.2
Fixes to composer dependency install.
v1.3.1
- Whoops.