You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,14 @@
3
3
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/).
4
4
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).
5
5
6
-
## 5.x
6
+
## 5.0.0 (30. November 2023)
7
7
8
-
+ Drop PHP 7.x versions
9
-
+ Added anchor option to cms page redirects
10
-
+ cms injector option to set parentNavId
11
-
+ add clearable option to zaaCmsPage
8
+
> **This release contains new migrations and requires to run the migrate command after updating. Check the [UPGRADE document](UPGRADE.md) to read more about breaking changes.**
9
+
10
+
+ 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.
11
+
+ 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.
12
+
+ Introducing a CMS injector option that facilitates the setting of `parentNavId`. This functionality enables more precise navigation structuring within the CMS.
13
+
+ The zaaCmsPage component now supports a clearable option, providing users with the capability to clear content when necessary.
Copy file name to clipboardExpand all lines: UPGRADE.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ This document will help you upgrading from a LUYA admin module version into anot
4
4
5
5
## 4.x to 5.0
6
6
7
-
+ Drop support for 7.x, minimum php version is now 8.0
7
+
+ This release contains the new migrations which are required for the user and file table. Therefore make sure to run the `./vendor/bin/luya migrate` command after `composer update`.
8
+
+ Support for PHP 7.x has been discontinued. The minimum required PHP version is now 8.0.
0 commit comments