mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
API Drop IE10 support (fixes #6321)
This commit is contained in:
parent
3499ebc5c3
commit
4b79940368
@ -51,7 +51,7 @@ For more information on how to scale SilverStripe see the [Performance](/develop
|
|||||||
|
|
||||||
## Client side (CMS) requirements
|
## Client side (CMS) requirements
|
||||||
|
|
||||||
SilverStripe CMS is designed to work well with Google Chrome, Mozilla Firefox and Internet Explorer 10+. We aim to
|
SilverStripe CMS is designed to work well with Google Chrome, Mozilla Firefox and Internet Explorer 11+. We aim to
|
||||||
provide satisfactory experiences in Apple Safari. SilverStripe CMS works well across Windows, Linux, and Mac operating
|
provide satisfactory experiences in Apple Safari. SilverStripe CMS works well across Windows, Linux, and Mac operating
|
||||||
systems.
|
systems.
|
||||||
|
|
||||||
|
@ -1032,7 +1032,7 @@ now generally safer to use the default inherited config, where in the past you w
|
|||||||
* Once PHP versions become [unsupported by the PHP Project](http://php.net/supported-versions.php)),
|
* Once PHP versions become [unsupported by the PHP Project](http://php.net/supported-versions.php)),
|
||||||
we drop support for those versions in the [next minor release](/contributing/release-process
|
we drop support for those versions in the [next minor release](/contributing/release-process
|
||||||
This means PHP 5.6 and PHP 7.0 support will become unsupported in Dec 2018.
|
This means PHP 5.6 and PHP 7.0 support will become unsupported in Dec 2018.
|
||||||
* Minimum CMS browser requirement raised from Internet Explorer 8 to Internet Explorer 10
|
* Minimum CMS browser requirement raised from Internet Explorer 8 to Internet Explorer 11
|
||||||
* Updated PHPUnit from 3.7 to 4.8 ([upgrade notes](https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-for-PHPUnit-4.0.0#backwards-compatibility-issues)).
|
* Updated PHPUnit from 3.7 to 4.8 ([upgrade notes](https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-for-PHPUnit-4.0.0#backwards-compatibility-issues)).
|
||||||
Please remove any PHPUnit related `require_once()` calls (e.g. in `FeatureContext`
|
Please remove any PHPUnit related `require_once()` calls (e.g. in `FeatureContext`
|
||||||
definitions of the [behat-extension](https://github.com/silverstripe-labs/silverstripe-behat-extension) module).
|
definitions of the [behat-extension](https://github.com/silverstripe-labs/silverstripe-behat-extension) module).
|
||||||
|
Loading…
Reference in New Issue
Block a user