silverstripe-framework/docs/en/04_Changelogs/4.11.0.md

37 lines
1.6 KiB
Markdown
Raw Normal View History

2021-11-02 11:17:24 +01:00
# 4.11.0 (unreleased)
## Overview
- [Regression test and Security audit](#audit)
- [Dropping support for PHP 7.3](#phpeol)
- [Features and enhancements](#features-and-enhancements)
- [Bugfixes](#bugfixes)
- [Internal API changes](#internal-api-changes)
2021-11-02 11:17:24 +01:00
## Regression test and Security audit{#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{#phpeol}
In accordance with our [PHP support policy](/Getting_Started/Server_Requirements), 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 {#features-and-enhancements}
## Bugfixes {#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 {#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.
2021-11-02 11:17:24 +01:00
<!--- Changes below this line will be automatically regenerated -->
<!--- Changes above this line will be automatically regenerated -->