Skip to content

Releases: luyadev/luya-module-cms

5.1.2

06 Sep 11:35
Compare
Choose a tag to compare

5.1.2 (6. September 2024)

  • Added hint regarding parent item's language for menu item injection by @hbugdoll in #417
  • #420 The block helper method for images won't try to resize (apply filter) for an image which does not have any width/height values, which indicates this is for example a svg image.

Full Changelog: 5.1.1...5.1.2

5.1.1

28 Mar 11:13
Compare
Choose a tag to compare

5.1.1 (28. March 2024)

  • #415 Fixed navItem relation for inactive page versions.
  • #412 Fixed website relation for nav container (when accessing navContainer->website).
  • #410 Disabled sorting functionality for the "group" extra field in the block CRUD interface due to an exception being thrown. This issue occurred because the field is declared as an extraAttribute.
  • #409 Implemented a new validation check to prevent slug duplication within the same language and navigation hierarchy when creating a new page. This enhancement ensures unique page identification and avoids conflicts in site structure.

What's Changed

  • Fixed block group extra attribute sorting issue by @hbugdoll in #410
  • Fix parent nav id assignment in NavItem model by @nadar in #411
  • Fixed website relation for nav container by @hbugdoll in #412
  • Fixed navItem relation for inactive page versions by @hbugdoll in #415
  • Updated source code comments of PhpBlockView by @hbugdoll in #416

Full Changelog: 5.1.0...5.1.1

5.1.0

07 Feb 13:25
f2ead8e
Compare
Choose a tag to compare

5.1.0 (7. February 2024)

This release contains a very small change when using the block getEnvOption('pageObject'). Check the UPGRADE document to read more about.

  • #408 Resolved an issue where the CMS pageObject returned an ActiveQuery instead of the expected NavItemPage object. For more details, refer to the UPGRADE document.
  • #404 Cmsadmin padding fix for blockholder collapsed
  • #406 Fixed website and theme status ActiveButtons (PHP 8)
  • #400 Improved translations (bg, cn, es, fr, hu, id, kr, nl, pl) and updated link to new guide.
  • #401 Fixed issue with missing env options.

Full Changelog: 5.0.0...5.1.0

5.0.0

30 Nov 10:24
Compare
Choose a tag to compare

5.0.0 (30. November 2023)

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

  • Support for PHP 7.x versions has been deprecated and dropped. Users are encouraged to upgrade to PHP 8.0 or higher for optimal performance and security.
  • A new feature includes the addition of an anchor option for CMS page redirects. Now, redirects can be specified with anchors to navigate to specific sections within the destination page.
  • Introducing a CMS injector option that facilitates the setting of parentNavId. This functionality enables more precise navigation structuring within the CMS.
  • The zaaCmsPage component now supports a clearable option, providing users with the capability to clear content when necessary.

4.5.3

20 Apr 08:20
97c1828
Compare
Choose a tag to compare

4.5.3 (20. April 2023)

  • #399 PHP 8.1 compatibility issues.

4.5.2

18 Jan 11:27
Compare
Choose a tag to compare

4.5.2 (18. January 2022)

  • #396 Fixed bug where it was not possible to select a website when creating or updating a nav container.
  • #392 Indexes break if there are disabled users
  • #398 Ensure cms log message can not exceed 250 chars.

4.5.1

20 Oct 10:14
Compare
Choose a tag to compare

4.5.1 (20. October 2022)

  • 387 Decode possible not or wrong configured json values silently instead of throw an exception

4.5.0

20 Oct 08:35
Compare
Choose a tag to compare

4.5.0 (20. October 2022)

  • Fixed PHP 7.4 as minimum version in composer.json, this was previously done by the luyadev/luya-module-admin dependency. Therefore using rector to align functionality with PHP 7.4.
  • #385 Fixed a bug where deep page copy does not copy the languages.
  • #386 Added rector testing.

4.4.0

05 Oct 14:18
a8fd82f
Compare
Choose a tag to compare

4.4.0 (5. October 2022)

  • #382 Added option for luya\cms\helpers\Url to create absolute URLs instead just relativ paths.
  • #381 Add check whether the activeLanguageItem exists in PageTag parser.

4.3.0

24 Aug 15:09
5a95356
Compare
Choose a tag to compare

4.3.0 (24. August 2022)

  • #378 Dropped PHP 7.0 and 7.1 in order to have PHP 8.1 compatibility.
  • #380 Fixed problem with caching of menu (added missing hostname to cache key in menu).
  • #375 Fixed Website delete event
  • #377 Fixed XSS on error page