diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-27 13:25:02 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-04-27 13:25:02 +0000 |
commit | 6c0ed6399054db00d8abcc33ad2aa7df59de52bf (patch) | |
tree | bf88c229acdca1ac6db4cb76ac3a9b96219686d2 /doc | |
parent | 47d269c1aa43fc89e8fda65a7f83dbb062c9beea (diff) | |
parent | 9eac51376fe87d5fe92fe402041af0fb42016b62 (diff) | |
download | gitlab-ce-6c0ed6399054db00d8abcc33ad2aa7df59de52bf.tar.gz |
Merge branch 'ie-browser-update' into 'master'
Changes support from IE 10+ to IE 11+
IE 11 was released 17 October 2013; 2 years ago. Generally what I have experienced is that support for browsers (when newer ones are available) continues for up to 2 years. Based on that info we would drop support for IE 10 and the latest IE we would support would be IE 11.
I also think this is more realistic since no one is really testing anything on IE 10 at the moment. We should start testing on all the browser that we currently support.
Also we can then have real support for flexbox and not need things like `-ms-flexbox` and other IE specific hacks.
cc @iamphill @annabeldunstone @elvongray @alfredo1 @rspeicher
See merge request !3913
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index eb9fe5e1b1b..58f409746cd 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -142,4 +142,4 @@ On a very active server (10,000 active users) the Sidekiq process can use 1GB+ o - Firefox (Latest released version and [latest ESR version](https://www.mozilla.org/en-US/firefox/organizations/)) - Safari 7+ (known problem: required fields in html5 do not work) - Opera (Latest released version) -- Internet Explorer (IE) 10+ but please make sure that you have the `Compatibility View` mode disabled. +- Internet Explorer (IE) 11+ but please make sure that you have the `Compatibility View` mode disabled. |