From be72848a1e310e5afedf5406b3c97a95e1f0595f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Fri, 13 Sep 2013 00:57:05 +0200 Subject: [PATCH] Change supported browser versions to be "(current - 1) or newer" only for rolling-release browsers. Also, added a note we support Opera 12.1x. --- pages/browser-support.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/browser-support.html b/pages/browser-support.html index d42dbac..e6d9246 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -20,10 +20,10 @@

Current Active Support

jQuery 1.x 6+ - Current − 1 version - Current − 1 version - Current − 1 version - Current − 1 version + (current - 1) or newer + (current - 1) or newer + 5.1+ + 12.1x, (current - 1) or newer jQuery 2.x @@ -33,7 +33,8 @@

Current Active Support

Any problem with jQuery in the above browsers should be considered and reported as a bug in jQuery.

-

Current - 1 version denotes that we support the current stable version of the browser and the version that preceded it. For example, if the current version of a browser is 24.x, we support the 24.x and 23.x versions.

+

(current - 1) or newer denotes that we support the current stable version of the browser and the version that preceded it. For example, if the current version of a browser is 24.x, we support the 24.x and 23.x versions.

+

12.1x, (current - 1) or newer denotes that we support Opera 12.1x as well as last 2 versions of Opera. For example, if the current Opera version is 20.x, we support Opera 12.1x, 19.x and 20.x but not Opera 15.x through 18.x.


Unsupported Browsers