Skip to content

Releases: luyadev/luya-module-cms

3.1.1

Choose a tag to compare

@nadar nadar released this 21 Apr 07:24
9b22e44

3.1.1 (21. April 2020)

  • #254 Fixed #254 utf8mb4 charset max key length is 767 bytes.

3.1.0

Choose a tag to compare

@nadar nadar released this 14 Apr 09:13
06df2b3

3.1.0 (14. April 2020)

This release contains an API change regarding menu builder, see UPGRADE document to read more about changes.

  • #251 New menu\Item getDescendants() and QueryIteratorFilter::column() functions.

3.0.3

Choose a tag to compare

@nadar nadar released this 24 Mar 16:31

3.0.3 (24. March 2020)

  • #250 Improve cms menu admin performance when more then 300 menu items are available.
  • #248 Fixed a bug where cmslayout files where unable to render with absolute paths.
  • #245 Block can have empty $module property to lookup view file paths in the block location (like Widgets).
  • #242 Improve stability of {{luya\cms\menu\Query}} where condition builder.

3.0.2

Choose a tag to compare

@nadar nadar released this 28 Feb 16:47

3.0.2 (28. February 2020)

  • Removed unnecessary call of deprecated function.

3.0.1

Choose a tag to compare

@nadar nadar released this 28 Feb 11:54

3.0.1 (28. February 2020)

  • Fixed a bug with new deprecation warning when using luya\cms\helpers\Url::toModuleRoute

3.0.0

Choose a tag to compare

@nadar nadar released this 27 Feb 11:03

3.0 (27. February 2020)

This release contains new migrations and requires to run the migrate command after updating. Check the UPGRADE document to read more about breaking changes.

  • #222 Full page chache is enabled in module settings by default and a new enable caching flag for pages can be set to enable the caching of the page.
  • #239 Added negative margin to cancel out default admin padding. Fixed a small overflow issue in Safari (admin/#461).
  • #238 Show vertical scrollbars.
  • #211 Add the theme loading and management to the cms module based on core theme luya/issues/1916
  • #235 Fixed cms toolbar bug in ajax context.

2.2.1

Choose a tag to compare

@nadar nadar released this 13 Dec 11:19

2.2.1 (13. December 2019)

  • #235 Fixed bug when rendering ajax request and toolbar is enabled.

2.2.0

Choose a tag to compare

@nadar nadar released this 12 Nov 16:39

2.2.0 (12. November 2019)

  • #214 Fixed bug when switch from module page to content page.
  • #223 CMS Pages (Nav) can have tags and can also be filtered in menu query by tags. (luya\cms\menu\Query::tags()).
  • #233 Fix problem with cms nav item model validation rules.
  • #166 New LanguageSwitcher method setUrlRuleParam() to make url rules translatable.
  • #224 Add getBlock() method in PhpBlockView to access block context.

2.1.1

Choose a tag to compare

@nadar nadar released this 17 Sep 18:00

2.1.1 (17. September 2019)

  • #218 Ensure log system works properly when a page is deleted.
  • #106 Prevent infinite recursion when storing wrong block data.
  • #213 If a 404 is thrown in admin context, the cms error page should not render, otherwise this could lead into a 500er server error which will then log out the user.

2.1.0

Choose a tag to compare

@nadar nadar released this 22 Jul 12:39

2.1.0 (22. July 2019)

Added

  • #210 Added new Active Query Select Injector class.
  • #208 New $fullPageCache option for the cms frontend module, this can speed uf the page dramatically but can lead into problems with dynamic values inside blocks (like ActiveRecords).

Fixed

  • #209 Fixed phpdoc in view file generator of blocks.