You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Make sure you have reproduced the bug with all browser extensions and add-ons di
47
47
48
48
### Try the latest version of jQuery Migrate
49
49
50
-
Bugs in old versions of jQuery Migrate may have already been fixed. In order to avoid reporting known issues, make sure you are always testing against the [latest build](https://releases.jquery.com/git/jquery-migrate-git.js). We cannot fix bugs in older released files, if a bug has been fixed in a subsequent version of jQuery Migrate the site should upgrade.
50
+
Bugs in old versions of jQuery Migrate may have already been fixed. In order to avoid reporting known issues, make sure you are always testing against the [latest build](https://releases.jquery.com/git/jquery-migrate-3.x-git.js). We cannot fix bugs in older released files, if a bug has been fixed in a subsequent version of jQuery Migrate the site should upgrade.
Copy file name to clipboardExpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ That way you can spot and fix what otherwise would have been errors, until you n
11
11
12
12
The following table indicates which jQuery Migrate versions can be used with which jQuery versions:
13
13
14
-
| jQuery version | jQuery Migrate version |
15
-
|----------------|-------------------------|
16
-
| 1.x | 1.x |
17
-
| 2.x | 1.x |
18
-
| 3.x | 3.x / 4.x<sup>[1]</sup>|
19
-
| 4.x |3.x / 4.x<sup>[1]</sup>|
14
+
| jQuery version | jQuery Migrate version |
15
+
|----------------|------------------------|
16
+
| 1.x | 1.x |
17
+
| 2.x | 1.x |
18
+
| 3.x | 3.x |
19
+
| 4.x |4.x |
20
20
21
-
[1] NOTE: jQuery Migrate 4.x only supports the same browser as jQuery 4.x does. If you need to support Edge Legacy, Internet Explorer 9-10 or iOS 7+ (and not just 3 latest versions), use jQuery Migrate 3.x.
21
+
Each jQuery Migrate version supports the same browsers that the jQuery version used with it.
22
22
23
23
## Usage
24
24
@@ -40,7 +40,7 @@ The production build is minified and does not generate console warnings. It will
40
40
| Debugging enabled | <palign="center">✓</p> ||
41
41
| Minified || <palign="center">✓</p> |
42
42
| Latest release (*may be hotlinked if desired*) |[jquery-migrate-3.5.2.js](https://code.jquery.com/jquery-migrate-3.5.2.js)|[jquery-migrate-3.5.2.min.js](https://code.jquery.com/jquery-migrate-3.5.2.min.js)|
\***Work-in-progress build:** Although this file represents the most recent updates to the plugin, it may not have been thoroughly tested. We do not recommend using this file on production sites since it may be unstable; use the released production version instead.
0 commit comments