5.0.0
5.0.0 (30. November 2023)
Check the UPGRADE document 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 theluya\admin\storage\BaseFileSystemStorage
class. In order to restore the old behavior turn off themaxTotalPixels
property by setting it tofalse
.