Skip to content

Releases: deployphp/deployer

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.

v7.5.3

22 Oct 12:38
12e99f9
Compare
Choose a tag to compare
  • Fixed distribution deps

v7.5.2

22 Oct 12:15
c788504
Compare
Choose a tag to compare
  • Fixed composer autoload

v7.5.1

22 Oct 10:04
7ce7c7b
Compare
Choose a tag to compare
  • Fixes for PHP v7 support.

v7.5.0

22 Oct 08:10
ff51d86
Compare
Choose a tag to compare

The PHP deployment tool with support for popular frameworks out of the box.

What's Changed

  • Fixed and improved provision recipe.
    • Now with support for Ubuntu 20, 22, 24 and older!
    • New way of installing Node.
  • New distribution and release process.

This is the last release of Deployer with PHP v7 support. Next version of Deployer v8 will support only PHP v8.