July 31st 2015
eZ announces the availability of 5.4.4, a maintenance release available for all users of eZ Publish Platform 5.4.
This release changes the coding style used in the kernel of eZ Publish to PSR-2, an official PHP standard. There are no code changes; it doesn't fix any bug and doesn't change behaviour. The change was done to increase interoperability with other PHP projects, and ease backports of bug fixes from the development branch of eZ Platform
Follow the 5.4.x Update Instructions to apply this update to your platforms. If you're migrating from 5.4.3, a simple composer update ezsystems/ezpublish-kernel
should be sufficient to update.
Micro-releases
Some important fixes are backported to maintenance versions on a case-by-case basis, as micro-releases.
Run composer update ezsystems/ezpublish-kernel
to install them.
- 5.4.4.1 (Sep 9th 2015): fixes an issue with capitalized internationalized uris resolution (EZP-24737).
- 5.4.4.2 (Sep 21st 2015): fixes a backward incompatible change to the legacy aware routes (EZP-24726).
- 5.4.4.3 (Sep 22st 2015): Cache clearing with Varnish is not working on many ajax/cronjob based content updates, like update priority in admin (EZP-24755).
Package updates
Here are the ezsystems packages that have received an update as part of this release:
package | version | prior version |
---|---|---|
ezsystems/ezpublish-kernel | 5.4.4.3 | 5.4.3 |
Updates and fixes in this release
Key | Summary | T | Created | Updated |
---|---|---|---|---|
EZP-24726 | Regression with legacy_aware_routes configuration | Aug 21, 2015 | Oct 20, 2015 | |
EZP-24737 | urlalias_iri : German umlaut and other special chars will make the design to fallback to legacy | Aug 26, 2015 | Apr 29, 2016 | |
EZP-24755 | Cache clear on update priority is not working | Sep 01, 2015 | Sep 22, 2015 |