forked from guillaumepotier/Parsley.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86e7bd4
commit 64fc9a4
Showing
6 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ See TODO.md | |
|
||
#Curent Stable Version | ||
|
||
1.1.13 | ||
1.1.14 | ||
|
||
# Browser compatibility | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,12 +4,13 @@ | |
"description": "Never write a single javascript line anymore to validate your forms FrontEnd. Parsley will do that for you,and do it right, thanks to its powerful DOM-API !", | ||
"keywords": [ | ||
"parsley", | ||
"parsleyjs", | ||
"forms", | ||
"form", | ||
"validation", | ||
"validate", | ||
"form" | ||
"validate" | ||
], | ||
"version": "1.1.12", | ||
"version": "1.1.14", | ||
"author": { | ||
"name": "Guillaume Potier", | ||
"email": "[email protected]", | ||
|
@@ -26,6 +27,6 @@ | |
"docs": "http://parsleyjs.org/documentation.html", | ||
"download": "https://github.com/guillaumepotier/Parsley.js/", | ||
"dependencies": { | ||
"jquery": ">=1.4.4" | ||
"jquery": ">=1.7" | ||
} | ||
} |