Skip to content

Commit a4cb015

Browse files
committed
All: Drop support for jQuery 1.7
It's too much hassle to set it up when installing it doesn't work in the same way it does for jQuery 1.8+.
1 parent ce541a6 commit a4cb015

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Gruntfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ grunt.initConfig( {
6868
"1.11.3",
6969
"1.10.2",
7070
"1.9.1",
71-
"1.8.3",
72-
"1.7.2"
71+
"1.8.3"
7372
]
7473
},
7574

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# jQuery Color
44

5-
Supported jQuery versions: 1.7+
5+
Supported jQuery versions: 1.8+
66

77
## Browser Support
88

test/data/testinit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ QUnit.config.urlConfig.push( {
44
id: "jquery",
55
label: "jQuery version",
66
value: [
7-
"1.7.2", "1.8.3", "1.9.1", "1.10.2", "1.11.3", "1.12.4",
7+
"1.8.3", "1.9.1", "1.10.2", "1.11.3", "1.12.4",
88
"2.0.3", "2.1.4", "2.2.4",
99
"3.0.0", "3.1.1", "3.2.1", "3.3.1", "3.4.1", "3.5.1", "3.6.0",
1010
"3.x-git", "git"

0 commit comments

Comments
 (0)