15.12 is the first stable release of eZ Platform.
These release notes describe the first stable Fast-Track release of eZ Platform, as compared to the previous one, 15.11.
ezpublish
folder has been renamed to app
The directory that contains the configuration, cache and kernel files had been named ezpublish
since release 5.0. After serious consideration, it has been renamed to app
, in order to be closer to the standard Symfony distribution.
Since the removal of the demo in the 2015.11 release, a clean SQL dump is now used to install the system. This dump has been cleaned up, and should now provide you with a very clean basis to start your projects. It contains a few content types (folder, article, image, user group, user), as well as the minimal folders (Content, Media, and Users).
It will be installed when executing php app/console ezplatform:install clean
.
A new feature made it into the Online Editor: image editing. While the feature is still a bit primitive, it will allow you to embed an image Content item into a richtext field (EZP-25108).
In addition, several issues with the editor were fixed:
The assets used by PlatformUI will now be combined into a couple large files. This drastically reduces the amount of HTTP queries required to load the UI, resulting in a much shorter loading time.
A search form has been added to the universal discovery widget. Combined with the tree based navigation, this makes locating content in the tree easier than before.
The REST API views will now include the total number of search hits.
Changes (Stories, Improvements and bug fixes) can be found in our issue tracker: (some are still pending additional documentation changes)
List of issues specifically affecting this release:
General "Known issues" in Platform stack compared to Legacy:
Epics tentatively* planned for first stable release:
Epics tentatively* planned for first LTS release:
'* Some of these features will not be in the stable releases, the once we first and foremost will aim for having in the release are those mentioned on the Roadmap.