Skip to content

Commit

Permalink
prepare for 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Nov 30, 2023
1 parent 58e7e20 commit 9d1e967
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 5.x
## 5.0.0 (30. November 2023)

+ Drop PHP 7.x versions
+ Added anchor option to cms page redirects
+ cms injector option to set parentNavId
+ add clearable option to zaaCmsPage
> **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.**
+ 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. April 2023)

Expand Down
3 changes: 2 additions & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ This document will help you upgrading from a LUYA admin module version into anot

## 4.x to 5.0

+ Drop support for 7.x, minimum php version is now 8.0
+ 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`.
+ Support for PHP 7.x has been discontinued. The minimum required PHP version is now 8.0.

## 3.x to 4.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"php": ">=8.0"
},
"require-dev": {
"luyadev/luya-module-admin": "^4.5.0",
"luyadev/luya-module-admin": "^5.0.0",
"luyadev/luya-testsuite": "^3.1.4",
"twbs/bootstrap": "^4.3.0",
"unglue/client": "^1.3",
Expand Down

0 comments on commit 9d1e967

Please sign in to comment.