Releases: luyadev/luya-module-cms
Releases · luyadev/luya-module-cms
3.1.1
3.1.0
3.0.3
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
3.0.1
3.0.0
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
2.2.0
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
2.1.1 (17. September 2019)
2.1.0
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.