Releases: luyadev/luya-module-cms
Releases · luyadev/luya-module-cms
3.3.6
3.3.6 (6. August 2020)
- #284 Fixed a bug where controller action params are already decoded from json to array.
- #283 Fix issue where creating a page copy as template throw an unknown error.
3.3.5
3.3.5 (28. July 2020)
- #282 Fix issue with angularjs version 1.8.0 compatibility.
3.3.4
3.3.4 (23. July 2020)
- #280 Since latest AngularJs updates in Admin Module there are DOM problems with
ng-include
. The "translate now" dialog where not showing anymore.
3.3.3
3.3.3 (16. July 2020)
- #276 Fixed a bug with wrong nested ng-show conditions who made form inputs disappearing.
- #275 Fixed a bug where cms page fields disappear due to missing id informations. Replaced by Angular Helper input field generator.
3.3.2
3.3.2 (28. June 2020)
- #273 Fixed a bug with
Unknown Model Error
when copy a CMS Page.
- #272 Remove canonical URL from meta informations for CMS Pages.
3.3.1
3.3.1 (17. June 2020)
- #270 Fixed a bug where CMS redirects does not work due to full page cache throws a not found exception.
3.3.0
3.3.0 (11. June 2020)
- #266 Fixed a bug where page copy should throw an error but does not.
- #267 Fixed bug where dashboard log object try to display a title which does not exist.
- #259 Improve the logging of data when working with CMS blocks. Added new CMS log listing view to see all logs.
3.2.1
3.2.1 (5. May 2020)
- #258(#7b87d62) Detected a rare case where cms\menu\Item might be already resolved. Thefore ensure if menu item is already an object or not.
3.2.0
3.2.0 (5 May 2020)
- #258 Added ArrayAccess for MenuIterator in order to prevent upgrade issues from 3.0 to 3.1.
3.1.2
3.1.2 (29. April 2020)
- #256 Fix issue when creating url for
cms/default/index
route (which is the cms catch all rule).
- #257 Fix issue with nav properties API action when translation item is not yet available.