Skip to content

Releases: tpg/platoon

v2.1.2

27 Jun 07:25

Choose a tag to compare

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

26 Jun 19:00

Choose a tag to compare

Fixes for a few PHP 8.4 deprecations.

v2.1.0

25 Feb 07:36

Choose a tag to compare

Laravel 12 support.

v2.0.1

17 Apr 18:59

Choose a tag to compare

  • Recursively replace config hooks. This means you can add hooks to a server config without needing to replicate common hooks.

v2.0.0

01 Mar 12:58

Choose a tag to compare

  • Laravel 11 support
  • Dropped PHP 8.1 support

v1.3.5

26 Feb 16:59

Choose a tag to compare

Removed the spatie/laravel-data package as we don't actually use it.

v.1.3.4

18 Oct 08:29

Choose a tag to compare

Fixed a bug in the PHP flags config.

v1.3.3

12 Oct 09:33

Choose a tag to compare

Actions update.

v1.3.2

06 Oct 08:36

Choose a tag to compare

Fixes to composer dependency install.

v1.3.1

06 Oct 08:15

Choose a tag to compare

  • Whoops.