mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
1.6 KiB
1.6 KiB
4.11.0 (unreleased)
Overview
- Regression test and Security audit
- Dropping support for PHP 7.3
- Features and enhancements
- Bugfixes
- Internal API changes
Regression test and Security audit
This release has been comprehensively regression tested and passed to a third party for a security-focused audit.
While it is still advised that you perform your own due diligence when upgrading your project, this work is performed to ensure a safe and secure upgrade with each recipe release.
Dropping support for PHP 7.3
In accordance with our PHP support policy, Silverstripe CMS Recipe release 4.11.0 drops support for PHP 7.3. We expect to drop support for PHP 7 altogether around January 2023.
Features and enhancements
Bugfixes
This release includes a number of bug fixes to improve a broad range of areas. Check the change logs for full details of these fixes split by module. Thank you to the community members that helped contribute these fixes as part of the release!
Internal API changes
- Fixed typo in
SilverStripe\Core\CoreKernel
protected variable$enviroment
, now$environment
.
If you've extended CoreKernel and not using the appropriate getter/setter methods, please update your code.