Fix reference to IE10 when it should be IE11

This commit is contained in:
Christopher Joe 2017-08-07 15:39:08 +12:00
parent 0681567102
commit c164fcfe54

View File

@ -23,7 +23,7 @@ guide developers in preparing existing 3.x code for compatibility with 4.0
## <a name="overview"></a>Highlights of major changes
* Minimum version dependencies have increased; PHP 5.5 and Internet Explorer 10 (or other modern browser)
* Minimum version dependencies have increased; PHP 5.5 and Internet Explorer 11 (or other modern browser)
is required.
* All code earlier marked as deprecated for 4.0 has now been removed. See
[deprecation documentation](/contributing/release_process) for information on code deprecation.