From cac376fa5ee8ecbb8656eac0cf10a677ae6ad16e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Mon, 18 Jul 2022 14:21:58 +0200 Subject: [PATCH] Browser support:Download: Drop mentions of oldversion.com It's not secure to install browsers from a third-party site that's only available via insecure HTTP. Besides, with most browsers updating quickly nowadays, there are not that many reasons to test on very old versions of most browsers. Therefore, let's just remove oldversion.com mentions without a replacement. Ref gh-212 --- pages/browser-support.html | 2 +- pages/download.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/browser-support.html b/pages/browser-support.html index 335a033..21b6cab 100644 --- a/pages/browser-support.html +++ b/pages/browser-support.html @@ -39,7 +39,7 @@

Unsupported Browsers


About Browser Support

-

jQuery is constantly tested with all of its supported browsers via unit tests. However, a web page using jQuery may not work in the same set of browsers if its own code takes advantage of (or falls prey to) browser-specific behaviors. Testing is essential to fully support a browser. The Microsoft Edge Developer site makes available virtual machines for testing many different versions of Internet Explorer. Older versions of other browsers can be found at oldversion.com.

+

jQuery is constantly tested with all of its supported browsers via unit tests. However, a web page using jQuery may not work in the same set of browsers if its own code takes advantage of (or falls prey to) browser-specific behaviors. Testing is essential to fully support a browser. The Microsoft Edge Developer site makes available virtual machines for testing many versions of Internet Explorer.

Only the most current version of jQuery is tested and updated to fix bugs or add features. Users of older versions that find a bug should upgrade to the latest released version to determine if the bug has already been fixed. The jQuery Migrate plugin may be helpful in identifying and fixing problems during a version upgrade.

diff --git a/pages/download.md b/pages/download.md index f4e8340..f1b7327 100644 --- a/pages/download.md +++ b/pages/download.md @@ -77,7 +77,7 @@ The second version helps you update code to run on jQuery 3.0 or higher, *once y ## Cross-Browser Testing with jQuery -Be sure to test web pages that use jQuery in all the browsers you want to support. The [Microsoft Developer Resources](https://developer.microsoft.com/en-us/microsoft-edge/) site makes available [virtual machines](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/) for testing many different versions of Internet Explorer. Older versions of other browsers can be found at [oldversion.com](http://oldversion.com/). +Be sure to test web pages that use jQuery in all the browsers you want to support. The [Microsoft Developer Resources](https://developer.microsoft.com/en-us/microsoft-edge/) site makes available [virtual machines](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/) for testing many versions of Internet Explorer. ## jQuery Pre-Release Builds