Skip to content

Commit 3b39aec

Browse files
committed
Release 1.11.1
1 parent 10d9052 commit 3b39aec

File tree

5 files changed

+23
-4
lines changed

5 files changed

+23
-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.12.0pre
2+
* jQuery Validation Plugin 1.11.1
33
*
44
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
55
* http://docs.jquery.com/Plugins/Validation

changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
1.11.1 / 2013-03-22
2+
==================
3+
4+
* Revert to also converting parameters of range method to numbers. Closes gh-702
5+
* Replace most usage of PHP with mockjax handlers. Do some demo cleanup as well, update to newer masked-input plugin. Keep captcha demo in PHP. Fixes #662
6+
* Remove inline code highlighting from milk demo. View source works fine.
7+
* Fix dynamic-totals demo by trimming whitespace from template content before passing to jQuery constructor
8+
* Fix min/max validation. Closes gh-666. Fixes #648
9+
* Fixed 'messages' coming up as a rule and causing an exception after being updated through rules("add"). Closes gh-670, fixes #624
10+
* Add Korean (ko) localization. Closes gh-671
11+
* Improved the UK postcode method to filter out more invalid postcodes. Closes #682
12+
* Update messages_sv.js. Closes #683
13+
* Change grunt link to the project website. Closes #684
14+
* Move remote method down the list to run last, after all other methods applied to a field. Fixes #679
15+
* Update plugin.json description, should include the word 'validate'
16+
* Fix typos
17+
* Fix jQuery loader to use path of itself. Fixes nested demos.
18+
* Update grunt-contrib-qunit to make use of PhantomJS 1.8, when installed through node module 'phantomjs'
19+
* Make valid() return a boolean instead of 0 or 1. Fixes #109 - valid() does not return boolean value
120

221
1.11.0 / 2013-02-04
322
==================

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.12.0pre
2+
* jQuery Validation Plugin 1.11.1
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.12.0pre",
5+
"version": "1.11.1",
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.12.0pre",
10+
"version": "1.11.1",
1111
"author": {
1212
"name": "Jörn Zaefferer",
1313
"email": "joern.zaefferer@gmail.com",

0 commit comments

Comments
 (0)