Skip to content

5.1.1

Compare
Choose a tag to compare
@nadar nadar released this 28 Mar 11:13
· 6 commits to master since this release

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