Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Nov 30, 2023
1 parent b4dc510 commit 19cfd1f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://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)

> **Check the [UPGRADE document](UPGRADE.md) to read more about breaking changes.**
+ Support for PHP 7.x has been discontinued. The minimum required PHP version is now **8.0**.
+ The file upload is now restricted by default to a max total of pixels 6553600. This can be changed by setting the `maxTotalPixels` property of the `luya\admin\storage\BaseFileSystemStorage` class. In order to restore the old behavior turn off the `maxTotalPixels` property by setting it to `false`.

## 4.9.1 (7. June 2023)

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

## from 4.x to 5.0

+ Drop support for 7.x, minimum php version is now 8.0
+ Support for PHP 7.x has been discontinued. The minimum required PHP version is now 8.0.

## from 4.8 to 4.9

Expand Down

0 comments on commit 19cfd1f

Please sign in to comment.