Skip to content

Commit

Permalink
All: Drop support for jQuery 1.7
Browse files Browse the repository at this point in the history
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+.
  • Loading branch information
mgol committed Jan 5, 2022
1 parent ce541a6 commit a4cb015
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ grunt.initConfig( {
"1.11.3",
"1.10.2",
"1.9.1",
"1.8.3",
"1.7.2"
"1.8.3"
]
},

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# jQuery Color

Supported jQuery versions: 1.7+
Supported jQuery versions: 1.8+

## Browser Support

Expand Down
2 changes: 1 addition & 1 deletion test/data/testinit.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ QUnit.config.urlConfig.push( {
id: "jquery",
label: "jQuery version",
value: [
"1.7.2", "1.8.3", "1.9.1", "1.10.2", "1.11.3", "1.12.4",
"1.8.3", "1.9.1", "1.10.2", "1.11.3", "1.12.4",
"2.0.3", "2.1.4", "2.2.4",
"3.0.0", "3.1.1", "3.2.1", "3.3.1", "3.4.1", "3.5.1", "3.6.0",
"3.x-git", "git"
Expand Down

0 comments on commit a4cb015

Please sign in to comment.