Skip to content

Releases: luyadev/luya-module-cms

1.0.4

17 May 11:24
Compare
Choose a tag to compare

1.0.4 (17. May 2018)

Added

  • #72 New cms/page/cleanup command to remove/cleanup all navigation items which are deleted.
  • #70 New migrate and cleanup commands blocks as outdated blocks wont be deleted by the importer anymore.
  • #68 Provide blocks by configure new $blocks property of the cms admin module. The path can either be a folder or a file. Multiple folders or files can be added by providing an array.
  • #67 New cms/block/find command in order to search for blocks and display how many times its used in the content.

Changed

  • #52 Replaced btn-toolbar with btn-outline-config
  • #64 Uglify javascript code.
  • #61 Deprecated method toNavItem() in class luya\cms\helpers\Url in favor of toMenuNavItem() and also added new method toMenuNav().

Fixed

  • #73 Wrong link definition for internal links directive.

1.0.3

26 Mar 17:05
Compare
Choose a tag to compare

1.0.3 (26. March 2018)

Fixed

  • #49 Editing a block, will clear the cache of first parent now.

Added

  • #50 Added new APIs for headless usage.

1.0.2

09 Mar 14:46
Compare
Choose a tag to compare

1.0.2 (9. March 2018)

Fixed

  • #46 Fixed caption issue with BlockHelper imageArrayUpload
  • #45 Fixed PHP 7.2 compatibility bug.
  • #44 Removed layouts add button.
  • #40 Renamed main.min.js to main.js and updated the assets file
  • #37 Updated toolbar color and added new LUYA Logo as SVG
  • #39 Disallow trailing slashes in url parsing in order to prevent DC.
  • #38 Fixed wrong namespace reference in BlockController.
  • #1768 Use static render path for toolbar due to controller override for module context.
  • #31 Fixed missing error handling for create page translation from existing version.
  • #35 Do not render layout when RAW response format is given.

Added

  • #34 Add option to configure the preview url.
  • #17 Create new page version if changing from other page types to "page" and no version is available.
  • #12 Add new orderBy() method for sorting the query data.

1.0.1

17 Jan 10:03
Compare
Choose a tag to compare

1.0.1 (17. January 2018)

Fixed

  • #25 Hide deleted pages in dashboard object "last page updates".
  • #3 Bootstrap apply only when module exists in modules list.
  • #24 Fixed SCSS dependency issues with external luya-module-admin project links and missing bootstrap style functions
  • #22 Fixed memory issue when creating new version from existing page with large amount of blocks.

Add

  • #19 Add Chinese Translations
  • #18 When page is default version and online, the original site path will be used to preview the page.