Skip to content

Releases: deployphp/deployer

v8.0.0-alpha

28 Nov 13:02

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

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

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

Choose a tag to compare

  • Fixed deploy:env task for Symfony recipe.

v7.5.3

22 Oct 12:38
12e99f9

Choose a tag to compare

  • Fixed distribution deps

v7.5.2

22 Oct 12:15
c788504

Choose a tag to compare

  • Fixed composer autoload

v7.5.1

22 Oct 10:04
7ce7c7b

Choose a tag to compare

  • Fixes for PHP v7 support.

v7.5.0

22 Oct 08:10
ff51d86

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.

v7.5.0-beta

19 Oct 21:36
5cefd19

Choose a tag to compare

v7.5.0-beta Pre-release
Pre-release

First beta of 7.5. With new dependencies distribution.

v7.4.1

12 Oct 20:37

Choose a tag to compare

We’re excited to announce that this version of Deployer comes with an official Docker image!

To get started, simply run:

docker run --rm -it -v .:/app deployphp/deployer init

Features:

  • Add deployment recipe for CodeIgniter 4 (#3878)
  • Shopware: Added deploy:update_code task (#3816)
  • Magento 2: Changed upgrading database logic (#3812)
  • Httpie Timeout: Increased timeout for Sentry integration (#3879)
  • UI Enhancements: Various improvements to user interface (#3835)

Fixes:

  • Craft CMS: Fixed deploy recipe (#3839)
  • Magento 2: Theme processing fix (#3818)
  • Caddyfile & Realpath Errors: Hotfix for errors in provision:website (#3837)
  • Spelling Fix: Corrected typo 'downlaod' to 'download' (#3887)
  • PHP-FPM: Avoid reloading in Apache (#3847)

Configuration Updates:

  • Node.js LTS: Updated Node.js to the latest LTS version (#3815)
  • Host Labels: Added default_selector and improved host selection documentation (#3247)