Releases: luyadev/luya-module-cms
Releases · luyadev/luya-module-cms
5.1.2
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
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
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 expectedNavItemPage
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
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.