Skip to content

Releases: deployphp/deployer

v8.0.0-alpha.2

14 May 14:10
Compare
Choose a tag to compare

What's Changed

🛠️ Enhancements & Fixes

  • PHP 8.2 linting via GitHub Actions (#4018)
  • Resolved premature stream read termination (#4032)
  • Improved releases task performance (#4034)
  • Corrected behavior when rsync flags are empty (#4044)
  • Removed duplicate Content-Type headers (#4026)
  • Updated config.yml settings (#4053)
  • Enhanced PHP Composer parsing (#4055)
  • Fixed typo in node_version variable within provisioning notices (#4062)

📚 Documentation

  • Updated avoid-php-fpm-reloading.md for clarity (#4027)
  • Added prerequisites for add-apt-repository usage (#4054)

🧩 New Features

  • Introduced crontab:remove task in contrib/crontab.php (#4033)
  • Enabled customizable artisan paths in Laravel deployments (#4066)
  • Added task to execute artisan schedule:interrupt (#4071)

🛠️ Recipe Updates

  • Disabled http:cache:warm:up step for Shopware versions 6.6 and above (#4041)
  • Shared theme folder for atomic themes in Shopware recipe (#4059)
  • Reverted shared theme folder change in Shopware recipe (#4060)

🐛 Bug Fixes

  • Escaped shell arguments when setting remote crontab (#4042)

New Contributors

Full Changelog: v8.0.0-alpha.1...v8.0.0-alpha.2

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.