Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjonsson committed Dec 27, 2013
1 parent 561822c commit 1759414
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ it calls jQ func **$.formUtils.validateInput** to validate the single input when

## Changelog

#### 2.1....
#### 2.1.34
* General improvements and bug fixes
* Added events "beforeValidation" and "validation" (see http://formvalidator.net/#configuration_callbacks for more info)

Expand Down
2 changes: 1 addition & 1 deletion form-validator/date.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @website http://formvalidator.net/#location-validators
* @license Dual licensed under the MIT or GPL Version 2 licenses
* @version 2.1.33
* @version 2.1.34
*/
(function($) {

Expand Down
2 changes: 1 addition & 1 deletion form-validator/file.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @website http://formvalidator.net/
* @license Dual licensed under the MIT or GPL Version 2 licenses
* @version 2.1.33
* @version 2.1.34
*/
(function($, window) {

Expand Down
2 changes: 1 addition & 1 deletion form-validator/jquery.form-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @website http://formvalidator.net/
* @license Dual licensed under the MIT or GPL Version 2 licenses
* @version 2.1.33
* @version 2.1.34
*/
(function($) {

Expand Down
2 changes: 1 addition & 1 deletion form-validator/jquery.form-validator.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion form-validator/location.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @website http://formvalidator.net/#location-validators
* @license Dual licensed under the MIT or GPL Version 2 licenses
* @version 2.1.33
* @version 2.1.34
*/
(function($) {

Expand Down
2 changes: 1 addition & 1 deletion form-validator/security.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* @website http://formvalidator.net/#security-validators
* @license Dual licensed under the MIT or GPL Version 2 licenses
* @version 2.1.33
* @version 2.1.34
*/
(function($) {

Expand Down
2 changes: 1 addition & 1 deletion form-validator/sweden.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @website http://formvalidator.net/#swedish-validators
* @license Dual licensed under the MIT or GPL Version 2 licenses
* @version 2.1.33
* @version 2.1.34
*/
(function($, window) {

Expand Down
2 changes: 1 addition & 1 deletion form-validator/uk.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @website http://formvalidator.net/#uk-validators
* @license Dual licensed under the MIT or GPL Version 2 licenses
* @version 2.1.33
* @version 2.1.34
*/
$.formUtils.addValidator({
name : 'ukvatnumber',
Expand Down
2 changes: 1 addition & 1 deletion formvalidator.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"validation",
"validator"
],
"version" : "2.1.27",
"version" : "2.1.34",
"author" : {
"name": "Victor Jonsson",
"url": "http://victorjonsson.se",
Expand Down

0 comments on commit 1759414

Please sign in to comment.