Skip to content

Commit 9fd7770

Browse files
committed
Build: Add jQuery 3.7.0 & Migrate 3.4.1 & 3.4.0
1 parent 56e73ae commit 9fd7770

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Gruntfile.js

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ module.exports = function( grunt ) {
8181
"min+3.x-git.min",
8282
"dev+3.x-git.slim",
8383
"min+3.x-git.slim.min",
84+
"dev+3.7.0",
85+
"dev+3.7.0.slim",
8486
"dev+3.6.4",
8587
"dev+3.6.4.slim",
8688
"dev+3.5.1",

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following table indicates which jQuery Migrate versions can be used with whi
2525
In your web page, load this plugin *after* the script tag for jQuery, for example:
2626

2727
```html
28-
<script src="https://code.jquery.com/jquery-3.6.4.js"></script>
28+
<script src="https://code.jquery.com/jquery-3.7.0.js"></script>
2929
<script src="https://code.jquery.com/jquery-migrate-3.4.1.js"></script>
3030
```
3131

test/data/testinit.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,12 @@ TestManager.init( {
261261
urlTag: "jquery",
262262
choices: "dev,min,git,git.min,git.slim,git.slim.min," +
263263
"3.x-git,3.x-git.min,3.x-git.slim,3.x-git.slim.min," +
264-
"3.6.4,3.6.4.slim,3.5.1,3.5.1.slim,3.4.1,3.4.1.slim," +
264+
"3.7.0,3.7.0.slim,3.6.4,3.6.4.slim,3.5.1,3.5.1.slim,3.4.1,3.4.1.slim," +
265265
"3.3.1,3.3.1.slim,3.2.1,3.2.1.slim,3.1.1,3.1.1.slim,3.0.0,3.0.0.slim"
266266
},
267267
"jquery-migrate": {
268268
urlTag: "plugin",
269-
choices: "dev,min,esmodules,git,3.3.2,3.3.1,3.3.0,3.2.0,3.1.0,3.0.1,3.0.0"
269+
choices: "dev,min,esmodules,git," +
270+
"3.4.1,3.4.0,3.3.2,3.3.1,3.3.0,3.2.0,3.1.0,3.0.1,3.0.0"
270271
}
271272
} );

0 commit comments

Comments
 (0)