The 2016.04 release of eZ Platform is available as of April 28th, 2016.
The semantic version of this release is v1.3.0.
For the release notes of the corresponding eZ Studio release, see eZ Studio 2016.04 Release notes |
Download: See http://share.ez.no/downloads/downloads/ez-platform-1.3.0
See our issue tracker for the list of issues fixed in 2016.04. Below is a list of notable bugs/features/enhancements done in the release.
It's now possible to define ordering criterias for sub-items. It's also possible to set priorities for sub-items. This feature was started with 2016.02 but was not fully completed and finally landed in 2016.04. Doing this, we also simplified the set of criterias available to the editor.
![]() | ![]() |
---|
More about the ordering of sub-items
Fields can now be assigned to a category from the Content Type management UI, again making it possible to organize fields for editors in relevant categories.
The Relation and Selection Field Types can now be used to generate content names and URL aliases. This improvement comes with improvements to the API and SPI layer, making it easier to use complex field data to generate a title or url slug.
More about improved getName() support, and for techncial details, for now have a look at the pull request.
The system information panel in Platform UI has been improved, and reimplemented in a new package, ezsystems/ez-support-tools. This change will make it easier to add custom panels to the UI, or customize existing ones.
More about improved system information
Items that were trashed can now be restored. Trash can be empty, permanently deleting items in the trash.
The user interface introduced a more contextual right action bar for that purpose.
A global pagelayout template can now be defined using siteaccess aware settings:
ezpublish: system: default: pagelayout: "pagelayout.html.twig" # app/Resources/views/pagelayout.html.twig |
This setting will be used by the default content view templates. It is recommended that you also use it in your own templates, so that the site's layout management is centralized. Examples can be found in the eZ Platform demo templates.
Thanks go to Carlos Revillo for the contribution.
During the 2016.04 release, we put work into also improving developer resources. Doc.ez.no has been improved continuously throughout the release, and our beginner tutorial for developer as well. We will keep working on those ressources during further releases. Please don't hesitate to send feedback.
To update to this version, follow the Updating eZ Platform guide and use v1.3.0 as version.