Skip to content

Releases: luyadev/luya-module-cms

2.0.0

26 Jun 12:53
Compare
Choose a tag to compare

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.

1.0.9.1

30 May 05:16
Compare
Choose a tag to compare

1.0.9.1 (27. March 2019)

  • #195 Hot fix for missing {{DS}} separator.

1.0.9

18 Feb 09:55
Compare
Choose a tag to compare

1.0.9 (18. February 2019)

Fixed

  • #139 Stop hiding the block toolbar on drag because that caused issues in certain browsers.
  • #177 Use dynamic file paths for cmslayouts import command.
  • #170 Next and prev sibling functions in menu item not sorted correctly.
  • #181 Fixed a bug with menu when using limit and order methods together.

Added

  • #180 Add option for block placeholder iteration rendering.
  • #173 LangSwitcher widget auto register hreflang link meta informations.
  • #169 Add down() method to iterate trough parent items until a certain item condition.

1.0.8

03 Dec 14:08
Compare
Choose a tag to compare

1.0.8 (3. December 2018)

Fixed

  • #156 Fix bug with resolve the correct block path without set the $module property.
  • #158 Fix bug with redirect table and not language prefix paths.
  • #154 Fix bug where disabled blocks are visible in the block list of the CMS.

Added

  • #159 Added twitter card and canonical url informations with override options by keys.
  • #86 Add option to set a variation as default value asDefault().
  • #83 Show block preview on hover menu.

1.0.7.2

17 Oct 19:23
Compare
Choose a tag to compare

1.0.7.2 (17. October 2018)

Changed

  • #42 Added styles to change the cursor from pointer to move after .5s of hover on the treeview item.
  • #111 Updated CMS Cards and style for blocks. Spacing is now better if you have no placeholder title.

Fixed

  • #15 Store latest working cms page version in service in order to restore afterwards.
  • #21 Fix issue when using templates with block placeholders.
  • #147 Enable auto encoding for menu component, this disallow the usage of html code for page titles, descriptions and seo titles.
  • #145 Fixed issue where preloading of models wont have any effect for page properties.

1.0.7.1

08 Oct 19:50
Compare
Choose a tag to compare

1.0.7.1 (8. October 2018)

  • #144 Fixed problem with using of exiting object, this broke cms pages where the same block is used multiple times.

1.0.7

08 Oct 14:57
Compare
Choose a tag to compare

1.0.7 (8. October 2018)

  • #143 Added block_class and block_class_name to block response in order to use as identifier for registering headless blocks instead of ID.

1.0.6

03 Sep 13:35
Compare
Choose a tag to compare

1.0.6 (3. September 2018)

Changed

  • #103 Switched page visibility indicator and logo position
  • #107 Add all table fields into the rules defintion.

Added

  • #132 Added Polish translations.
  • #84 Added index for FK fields.
  • #107 Extend rules for nav item model.
  • #109 Added cms admin module $cmsLayouts propertie to import cms layouts (if no frontend module is available, example headless usage).
  • #110 Option to defined a folder with cms layouts (for headless usage).
  • #6 Create page template from existing pages.

Fixed

  • #121 Blocks with configuration variables only where not editable.
  • #14 Hide block toolbar on drag.
  • #97 Fixed bug where not existing redirect page throws an exception.

1.0.5.1

09 Jun 08:36
2bb4096
Compare
Choose a tag to compare

1.0.5.1 (9. June 2018)

Fixed

  • #88 Fix regression with block caching if cache is not available.

1.0.5

05 Jun 10:03
Compare
Choose a tag to compare

1.0.5 (5. June 2018)

Fixed

  • #76 Fix strict di bug when creating a new cms page container.
  • #13 Register assets of blocks and register them to app view (also with enabled cache).

Added

  • #80 Add luya\cms\LinkConverter in order to convert type and value informations to a luya\web\LinkInterface object.
  • #79 Add new TelephoneLink class to support html anchor with "tel:".
  • #77 Add new after resolve current event for menu item injection.
  • #74 New active window in block view to see on which page a block is implemented.

Changed

  • #75 Nav model create* functions does now return the id of the given nav or nav item model.