January 16th 2015 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.
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.
1. Update to Symfony 2.6 Get the waste amount of D eveloper eX perience improvements in Symfony 2.6 , including eZ specific issues like
EZP-23489
-
Symfony 2.6: Make assets install scripts smarter with symlinks
Closed
which builds on this work.
Perform the following command to make sure you get Symfony 2.6 in update command below:
2. Updating Composer Packages selectively With this command you'll only update packages from eZ (and Symfony) that have received updates:
Package update s 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
Updates and fixes in this release
Loading
…
EZP-23489
Symfony 2.6: Make assets install scripts smarter with symlinks
Oct 20, 2014
Dec 23, 2015
Unassigned
André Rømcke
Closed
Fixed
EZP-23727
Compress packages on updates.ez.no for faster downloads
Dec 03, 2014
Dec 30, 2014
Unassigned
André Rømcke
Closed
Fixed
EZP-23754
SPI Cache TrashHandler should clear cache after trashing/recovering
Dec 04, 2014
Dec 15, 2014
Unassigned
André Rømcke
Closed
Fixed
EZP-21797
Multisite settings cause recursive sudo when using legacy slot in sudo operation
Oct 21, 2013
Feb 21, 2016
Unassigned
None
Closed
Fixed
EZP-23159
Composer install/update sometimes have Fatal error during asset dump step
Jul 15, 2014
Dec 23, 2015
Unassigned
André Rømcke
Closed
Incomplete
EZP-23478
ezinfo/about redirected after each form post
Oct 16, 2014
Dec 05, 2014
Unassigned
Pedro Resende
Closed
Fixed
EZP-23483
Language Switcher does not work properly when using PathPrefix in pure legacy
Oct 16, 2014
Jan 09, 2015
Unassigned
Joao Inacio
Closed
Fixed
EZP-23612
[Demo] Add breadcrumb items spacing
Nov 10, 2014
Dec 30, 2014
Unassigned
Roland Benedetti
Closed
Fixed
EZP-23620
Segmentation fault error when copying subtree
Nov 11, 2014
Jan 07, 2015
Unassigned
Ricardo Correia
Closed
Fixed
EZP-23624
Unable to change base translation when editing content
Nov 11, 2014
Dec 04, 2014
Unassigned
Eduardo Fernandes
Closed
Fixed
EZP-23639
dfscleanup.php -B -D not clearing DB-unregistered files on dfs share
Nov 13, 2014
Jan 06, 2015
Unassigned
Rui Silva
Closed
Fixed
EZP-23643
Search with permissions off results in UnauthorizedException
Nov 15, 2014
Jun 17, 2015
Unassigned
André Rømcke
Closed
Fixed
EZP-23672
content versionview displays wrong modifier name in object information
Nov 20, 2014
Apr 28, 2017
Unassigned
Joao Inacio
Closed
Fixed
EZP-23676
Configuration Converter generates invalid URI matching configuration
Nov 21, 2014
Nov 24, 2014
Unassigned
None
Closed
Fixed
EZP-23681
eZ Find: moving a node does not re-index its children with delayed indexing
Nov 21, 2014
Jan 23, 2015
Unassigned
Nuno Oliveira
Closed
Fixed
EZP-23683
Symfony starts always a session on legacy_mode
Nov 24, 2014
Nov 25, 2014
Unassigned
Ricardo Correia
Closed
Fixed
EZP-23687
Notice when running "$phpbin runcronjobs.php monitor"
Nov 24, 2014
May 04, 2015
Unassigned
Paulo Nunes
Closed
Fixed
EZP-23690
HttpCache: LocalPurgeClient uses deprecated X-Group-Location-Id
Nov 26, 2014
Dec 29, 2014
Unassigned
Jérôme Vieilledent
Closed
Fixed
EZP-23701
table cell valign property in XmlText is not properly rendered
Nov 28, 2014
Jan 06, 2015
Unassigned
Ricardo Correia
Closed
Fixed
EZP-23703
Impossible to update only the name of a section
Nov 28, 2014
Jan 06, 2015
Unassigned
Damien Pobel
Closed
Fixed
EZP-23739
Files uploaded with multiupload will be download with the wrong Content-Type
Dec 03, 2014
Dec 04, 2015
Unassigned
Eduardo Fernandes
Closed
Fixed
EZP-23752
Strict standards error with Symfony 2.6
Dec 04, 2014
Jan 30, 2015
Unassigned
Jérôme Vieilledent
Closed
Fixed
EZP-23753
Incorrect node UrlAlias for (partially) untranslated objects
Dec 04, 2014
May 04, 2015
Unassigned
Joao Inacio
Closed
Fixed
EZP-23812
vertical align in table cells is not visible in the editor
Dec 18, 2014
Jan 06, 2015
Unassigned
Damien Pobel
Closed
Fixed
2 Comments
Unknown User (msanchez)
If you are using eZFind you should update it as well:
php -d memory_limit=-1 composer.phar update --no-dev --prefer-dist ezsystems/ezfind-ls
Bertrand Dunogier
It is specified in the info block below the composer update line, Mauricio Sánchez: