eZ announces the availability of 5.3.1, our first maintenance release available for all users of eZ Publish Platform 5.3 containing a notable few updates and fixes.
A newer release is available, rendering update instructions here obsolete and non working. Please see 5.3.x Update Instructions for always uptodate instructions for 5.3 releases. |
updates.ez.no had a issue affecting composer.lock references to invalid eZ packages, this has now been fixed and re running the update command shown below and version the updated composer.lock should solve the problem. |
These instructions take advantage of the new composer powered update systems in 5.3 for maintenance updates, as for Upgrading from versions prior to 5.3 look at our Upgrading from 5.1 to 5.3 or Upgrading from 5.2 to 5.3 page.
Before you start, make sure you have Composer installed and familiarize yourself with the Using Composer page. |
With this option you will only update the packages from eZ that have had updates after 5.3.0:
php -d memory_limit=-1 composer.phar update --no-dev --prefer-dist ezsystems/ezpublish-kernel ezsystems/ezpublish-legacy ezsystems/ngsymfonytools-bundle |
Note: If your using eZ Find, add "ezsystems/ezfind-ls" to the parameters to get latest version.
If you're using Nginx as your webserver instead of Apache, then make sure to update Nginx vhost configuration.
Here are the packages that have received an update as part of this release:
package | version |
---|---|
ezsystems/ezpublish-kernel | 5.3.1 |
ezsystems/ezpublish-legacy | 5.3.1 |
ezsystems/ezfind-ls | 5.3.1 |
ezsystems/ngsymfonytools-bundle | 1.0.4 |