eZ announces the availability of 5.4.1, a maintenance release available for all users of eZ Publish Platform 5.4 containing a notable few updates and fixes, most notably the update to Symfony 2.6.
A newer release is available, rendering update instructions here obsolete and non working. Please see 5.4.x Update Instructions for always uptodate instructions for 5.4 releases. |
These instructions take advantage of Composer for maintenance updates, so make sure you familiarize yourself with the Using Composer page.
For Upgrading from versions prior to 5.4 look at our Upgrading from 5.2 to 5.4 or Upgrading from 5.3 to 5.4 page.
Get the waste amount of Developer eXperience improvements in Symfony 2.6, including eZ specific issues like which builds on this work.
Perform the following command to make sure you get Symfony 2.6 in update command below:
php -d memory_limit=-1 composer.phar require symfony/symfony:~2.6.1 --no-update |
With this command you'll only update packages from eZ (and Symfony) that have received updates:
php -d memory_limit=-1 composer.phar update --no-dev --prefer-dist ezsystems/ezpublish-kernel ezsystems/demobundle ezsystems/ezdemo-ls-extension ezsystems/ezpublish-legacy symfony/symfony |
Note: Add "ezsystems/ezfind-ls" to the parameters to get latest version if you also use this extension. |
Here are the packages that have received an update as part of this releases:
package | version | prior version |
---|---|---|
ezsystems/ezpublish-kernel | 5.4.1 | 5.4.0 |
ezsystems/ezpublish-legacy | 5.4.1 | 5.4.0 |
ezsystems/demobundle | 5.4.1 | 5.4.0 |
ezsystems/ezfind | 5.4.1 | 5.4.0 |
ezsystems/ezdemo-ls-extension | 5.4.1 | 5.4.0 |
symfony/symfony | 2.6.1 | 2.5.6 |