Skip to content

Releases: luyadev/luya-module-cms

3.3.6

06 Aug 15:24
Compare
Choose a tag to compare

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

28 Jul 12:48
Compare
Choose a tag to compare

3.3.5 (28. July 2020)

  • #282 Fix issue with angularjs version 1.8.0 compatibility.

3.3.4

23 Jul 08:16
Compare
Choose a tag to compare

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

16 Jul 09:35
5347c88
Compare
Choose a tag to compare

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

10 Jul 17:10
Compare
Choose a tag to compare

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

17 Jun 15:14
Compare
Choose a tag to compare

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

11 Jun 12:43
7a672d9
Compare
Choose a tag to compare

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

05 May 17:55
Compare
Choose a tag to compare

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

05 May 17:29
7b87d62
Compare
Choose a tag to compare

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

29 Apr 14:49
Compare
Choose a tag to compare

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.