Skip to content

Commit b8a5c6b

Browse files
committed
Update unsupported browser versions
1 parent 576f32d commit b8a5c6b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Another driving factor is performance and the fact that everything happens in th
6464
DevDocs being a developer tool, the browser requirements are high:
6565

6666
* Recent versions of Firefox, Chrome, or Opera
67-
* Safari 9.1+
68-
* Edge 16+
69-
* iOS 10+
67+
* Safari 11.1+
68+
* Edge 17+
69+
* iOS 11.3+
7070

7171
This allows the code to take advantage of the latest DOM and HTML5 APIs and make developing DevDocs a lot more fun!
7272

assets/javascripts/templates/error_tmpl.coffee

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ app.templates.unsupportedBrowser = """
5757
<p class="_fail-text">DevDocs is an API documentation browser which supports the following browsers:
5858
<ul class="_fail-list">
5959
<li>Recent versions of Firefox, Chrome, or Opera
60-
<li>Safari 9.1+
61-
<li>Edge 16+
62-
<li>iOS 10+
60+
<li>Safari 11.1+
61+
<li>Edge 17+
62+
<li>iOS 11.3+
6363
</ul>
6464
<p class="_fail-text">
6565
If you're unable to upgrade, we apologize.

views/unsupported.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ul class="_fail-list">
1313
<li>Recent versions of Firefox, Chrome, or Opera</li>
1414
<li>Safari 11.1+</li>
15-
<li>Edge 16+</li>
15+
<li>Edge 17+</li>
1616
<li>iOS 11.3+</li>
1717
</ul>
1818
<p class="_fail-text">

0 commit comments

Comments
 (0)