Skip to content

2.0.0

Compare
Choose a tag to compare
@emodric emodric released this 01 Feb 11:08
· 345 commits to master since this release
2.0.0

Changelog

[2.0.0] - 2020-11-17

Added

  • Used Symfony Mailer instead of Swift Mailer
  • Activated new vertical whitespace Netgen Layouts plugin by default
  • Added novactive/seobundle as a solution for SEO
  • Added primary and secondary colors to background color plugin
  • NGSTACK-460: enable deeper levels of menu items

Changed

  • Renamed yml files to have yaml extension
  • Refactored routes to make controller specified as first class citizens
  • Used XML mappings for Doctrine ORM
  • Used random_bytes to generate account hashes
  • Made sure user registration is covered by user policies
  • Switched to single action controllers
  • Refatored site info object to Site API named objects
  • Adapted to reorganized Site API configuration

Removed

  • Removed support for eZ Platform 2.5. Now only eZ Platform 3.0+ is supported. This includes a plethora of changes required for proper eZ Platform 3.0 and Symfony 5.0 support (taken from eZ Platform & Symfony upgrade docs)
  • Removed Assetic compiler pass
  • Removed Site API routers, they are moved to Site API
  • Removed usage of deprecated KNP Menu features in RelationListMenuBuilder
  • Removed legacy vertical whitespace Netgen Layouts plugin
  • Removed netgen/metadata-bundle from depenendencies
  • Removed override of relation list field type as new admin does not store location IDs any more
  • Removed param converters duplicated in Site API
  • Removed deprecated usage of content type handler in Layouts query
  • Removed the obsolete pagination template and replace it with Layouts compatible one
  • Removed obsolete Controller::checkRedirect method