Skip to content

Commit 8caa0b7

Browse files
committed
Release 1.11.0
1 parent b84db83 commit 8caa0b7

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

additional-methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Validation Plugin 1.11.0pre
2+
* jQuery Validation Plugin 1.11.0
33
*
44
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
55
* http://docs.jquery.com/Plugins/Validation

changelog.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2+
1.11.0 / 2013-02-04
3+
==================
4+
5+
* Remove clearing as numbers of `min`, `max` and `range` rules. Fixes #455. Closes gh-528.
6+
* Update pre-existing labels - fixes #430 closes gh-436
7+
* Fix $.validator.format to avoid group interpolation, where at least IE8/9 replaces -bash with the match. Fixes #614
8+
* Fix mimetype regex
9+
* Add plugin manifest and update headers to just MIT license, drop unnecessary dual-licensing (like jQuery).
10+
* Hebrew messages: Removed dots at end of sentences - Fixes gh-568
11+
* French translation for require_from_group validation. Fixes gh-573.
12+
* Allow groups to be an array or a string - Fixes #479
13+
* Removed spaces with multiple MIME types
14+
* Fix some date validations, JS syntax errors.
15+
* Remove support for metadata plugin, replace with data-rule- and data-msg- (added in 907467e8) properties.
16+
* Added sftp as a valid url-pattern
17+
* Add Malay (my) localization
18+
* Update localization/messages_hu.js
19+
* Remove focusin/focusout polyfill. Fixes #542 - Inclusion of jquery.validate interfers with focusin and focusout events in IE9
20+
* Localization: Fixed typo in finnish translation
21+
* Fix RTM demo to show invalid icon when going from valid back to invalid
22+
* Fixed premature return in remote function which prevented ajax call from being made in case an input was entered too quickly. Ensures remote validation always validates the newest value.
23+
* Undo fix for #244. Fixes #521 - E-mail validation fires immediately when text is in the field.
24+
125
1.10.0 / 2012-09-07
226
===================
327

jquery.validate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* jQuery Validation Plugin 1.11.0pre
2+
* jQuery Validation Plugin 1.11.0
33
*
44
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
55
* http://docs.jquery.com/Plugins/Validation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery-validation",
33
"title": "jQuery Validation Plugin",
44
"description": "Form validation made easy",
5-
"version": "1.11.0pre",
5+
"version": "1.11.0",
66
"homepage": "https://github.com/jzaefferer/jquery-validation",
77
"author": {
88
"name": "Jörn Zaefferer",

validation.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"validation",
88
"validate"
99
],
10-
"version": "1.11.0pre",
10+
"version": "1.11.0",
1111
"author": {
1212
"name": "Jörn Zaefferer",
1313
"email": "[email protected]",

0 commit comments

Comments
 (0)