Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Feb 4, 2013
1 parent b84db83 commit 8caa0b7
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
2 changes: 1 addition & 1 deletion additional-methods.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery Validation Plugin 1.11.0pre
* jQuery Validation Plugin 1.11.0
*
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
* http://docs.jquery.com/Plugins/Validation
Expand Down
24 changes: 24 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@

1.11.0 / 2013-02-04
==================

* Remove clearing as numbers of `min`, `max` and `range` rules. Fixes #455. Closes gh-528.
* Update pre-existing labels - fixes #430 closes gh-436
* Fix $.validator.format to avoid group interpolation, where at least IE8/9 replaces -bash with the match. Fixes #614
* Fix mimetype regex
* Add plugin manifest and update headers to just MIT license, drop unnecessary dual-licensing (like jQuery).
* Hebrew messages: Removed dots at end of sentences - Fixes gh-568
* French translation for require_from_group validation. Fixes gh-573.
* Allow groups to be an array or a string - Fixes #479
* Removed spaces with multiple MIME types
* Fix some date validations, JS syntax errors.
* Remove support for metadata plugin, replace with data-rule- and data-msg- (added in 907467e8) properties.
* Added sftp as a valid url-pattern
* Add Malay (my) localization
* Update localization/messages_hu.js
* Remove focusin/focusout polyfill. Fixes #542 - Inclusion of jquery.validate interfers with focusin and focusout events in IE9
* Localization: Fixed typo in finnish translation
* Fix RTM demo to show invalid icon when going from valid back to invalid
* 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.
* Undo fix for #244. Fixes #521 - E-mail validation fires immediately when text is in the field.

1.10.0 / 2012-09-07
===================

Expand Down
2 changes: 1 addition & 1 deletion jquery.validate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* jQuery Validation Plugin 1.11.0pre
* jQuery Validation Plugin 1.11.0
*
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
* http://docs.jquery.com/Plugins/Validation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-validation",
"title": "jQuery Validation Plugin",
"description": "Form validation made easy",
"version": "1.11.0pre",
"version": "1.11.0",
"homepage": "https://github.com/jzaefferer/jquery-validation",
"author": {
"name": "Jörn Zaefferer",
Expand Down
2 changes: 1 addition & 1 deletion validation.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"validation",
"validate"
],
"version": "1.11.0pre",
"version": "1.11.0",
"author": {
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@gmail.com",
Expand Down

0 comments on commit 8caa0b7

Please sign in to comment.