Skip to content

Releases: deployphp/deployer

v7.5.12

19 Feb 16:47
efc71da
Compare
Choose a tag to compare
  • Fixed compatibility issues between php7 and php8
  • Updated docker image to use php8.3

v8.0.0-alpha.1

10 Feb 13:25
e25bedc
Compare
Choose a tag to compare
v8.0.0-alpha.1 Pre-release
Pre-release

v7.5.11

10 Feb 14:28
4487612
Compare
Choose a tag to compare
  • Fixed bugs with tailing commas in PHP7.

v7.5.10

10 Feb 13:13
10901e6
Compare
Choose a tag to compare
  • Fixed tailing comma errors in PHP7.
  • Fixed default_selector behavior.
  • Fixed Docker binary name to dep.

v7.5.8

27 Nov 21:36
4900fe7
Compare
Choose a tag to compare
  • More fixes for optional parameters specified before required parameters errors.
  • Do not throw an exception on E_DEPRECATED error.

v7.5.7

27 Nov 12:39
e030366
Compare
Choose a tag to compare
  • Fixed optional parameters specified before required parameters error.

v8.0.0-alpha

28 Nov 13:02
Compare
Choose a tag to compare
v8.0.0-alpha Pre-release
Pre-release

Deployer 8 is here, marking the start of a new chapter:

  • PHP 8+ Ready: Modernized codebase built for the future.
  • Improved Architecture: Stronger, more scalable foundation.
  • Bug Fixes: Resolving long-standing issues from version 7.

This is an alpha release, with more alphas and betas to come before a stable version. Feedback is welcome as we refine and stabilize!

v7.5.6

26 Nov 15:36
4f43595
Compare
Choose a tag to compare
  • Added support for PHP 8.4.
  • Removed task artisan:create_key from Laravel recipe.

v7.5.5

08 Nov 13:19
1b37d63
Compare
Choose a tag to compare
  • Fixed deploy:env task to correctly check in .env file exists, if it is a symlink.

v7.5.4

23 Oct 15:10
df7d86e
Compare
Choose a tag to compare
  • Fixed deploy:env task for Symfony recipe.