Skip to content

Commit 9d0f44f

Browse files
committed
All: Drop support for jQuery 1.6.x
Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422
1 parent 8cc636d commit 9d0f44f

File tree

20 files changed

+12
-45045
lines changed

20 files changed

+12
-45045
lines changed

Gruntfile.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -241,21 +241,6 @@ grunt.initConfig({
241241
"jquery/jquery.js": "jquery-1.x/jquery.js",
242242
"jquery/MIT-LICENSE.txt": "jquery-1.x/MIT-LICENSE.txt",
243243

244-
"jquery-1.6.0/jquery.js": "jquery-1.6.0/jquery.js",
245-
"jquery-1.6.0/MIT-LICENSE.txt": "jquery-1.6.0/MIT-LICENSE.txt",
246-
247-
"jquery-1.6.1/jquery.js": "jquery-1.6.1/jquery.js",
248-
"jquery-1.6.1/MIT-LICENSE.txt": "jquery-1.6.1/MIT-LICENSE.txt",
249-
250-
"jquery-1.6.2/jquery.js": "jquery-1.6.2/jquery.js",
251-
"jquery-1.6.2/MIT-LICENSE.txt": "jquery-1.6.2/MIT-LICENSE.txt",
252-
253-
"jquery-1.6.3/jquery.js": "jquery-1.6.3/jquery.js",
254-
"jquery-1.6.3/MIT-LICENSE.txt": "jquery-1.6.3/MIT-LICENSE.txt",
255-
256-
"jquery-1.6.4/jquery.js": "jquery-1.6.4/jquery.js",
257-
"jquery-1.6.4/MIT-LICENSE.txt": "jquery-1.6.4/MIT-LICENSE.txt",
258-
259244
"jquery-1.7.0/jquery.js": "jquery-1.7.0/jquery.js",
260245
"jquery-1.7.0/MIT-LICENSE.txt": "jquery-1.7.0/MIT-LICENSE.txt",
261246

bower.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
"jshint": "2.4.4",
1717
"qunit": "1.14.0",
1818

19-
"jquery-1.6.0": "jquery#1.6.0",
20-
"jquery-1.6.1": "jquery#1.6.1",
21-
"jquery-1.6.2": "jquery#1.6.2",
22-
"jquery-1.6.3": "jquery#1.6.3",
23-
"jquery-1.6.4": "jquery#1.6.4",
2419
"jquery-1.7.0": "jquery#1.7.0",
2520
"jquery-1.7.1": "jquery#1.7.1",
2621
"jquery-1.7.2": "jquery#1.7.2",

external/jquery-1.6.0/MIT-LICENSE.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)