Skip to content

2.0.0

Compare
Choose a tag to compare
@nadar nadar released this 26 Jun 12:53
· 888 commits to master since this release

2.0.0 (26. June 2019)

Changed

  • #81 Added new migrations for module pages in order to allow controller and action definitions.
  • #182 Moved to SemVer. Use ^2.0 instead ~2.0.0 constraint in your project!
  • #51 Enable strict url parsing as long as the previous page is a module or strict parsing is disabled.

Added

  • #82 Option to define target (new window or not) for redirect pages.
  • #159 Added new og:image and twitter:image meta informations. Its possible now to upload an image for a page.

Fixed

  • #203 Show error page when NotFound exception is thrown.
  • #201 Fix issued where language switcher widget does not prefix host info (defined by hostInfoMapping).
  • #193 Prefix certain application env folders when running block importer in order to make sure windows system paths work.
  • #194 Updated CSS to unify spaces between page languages and treenav
  • #71 If a not found page is defined a 404 is returned instead of redirect to the error page.
  • #20 Refactor parent page selection and menu-dropdown directive (added search, change styles).
  • #189 Block preview path with backward compatibility for PHP 5.6.