Skip to content

Commit 9d1e967

Browse files
committed
prepare for 5.0
1 parent 58e7e20 commit 9d1e967

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/).
44
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).
55

6-
## 5.x
6+
## 5.0.0 (30. November 2023)
77

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.
1214

1315
## 4.5.3 (20. April 2023)
1416

UPGRADE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This document will help you upgrading from a LUYA admin module version into anot
44

55
## 4.x to 5.0
66

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.
89

910
## 3.x to 4.0
1011

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"php": ">=8.0"
3030
},
3131
"require-dev": {
32-
"luyadev/luya-module-admin": "^4.5.0",
32+
"luyadev/luya-module-admin": "^5.0.0",
3333
"luyadev/luya-testsuite": "^3.1.4",
3434
"twbs/bootstrap": "^4.3.0",
3535
"unglue/client": "^1.3",

0 commit comments

Comments
 (0)