Skip to content

Commit 125e124

Browse files
committed
Extract version into version.txt and add header two additional-methods.js
1 parent 4bf660c commit 125e124

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

additional-methods.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
/**
2+
* jQuery Validation Plugin @VERSION
3+
*
4+
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
5+
* http://docs.jquery.com/Plugins/Validation
6+
*
7+
* Copyright (c) 2006 - 2011 Jörn Zaefferer
8+
*
9+
* Dual licensed under the MIT and GPL licenses:
10+
* http://www.opensource.org/licenses/mit-license.php
11+
* http://www.gnu.org/licenses/gpl.html
12+
*/
13+
114
(function() {
215

316
function stripHtml(value) {

changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.x
1+
1.8.0
22
---
33
* Improved NL localization (http://plugins.jquery.com/node/14120)
44
* Added Georgian (GE) localization, thanks Avtandil Kikabidze
@@ -7,6 +7,7 @@
77
* Added Japanese (JA) localization, thanks Bryan Meyerovich
88
* Added Catalan (CA) localization, thanks Xavier de Pedro
99
* Fixed missing var statements within for-in loops
10+
* Bugfixes for compability with jQuery 1.5.1, while maintaining backwards-compability
1011

1112
1.7
1213
---

jquery.validate.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/*
2-
* jQuery validation plug-in 1.7+
1+
/**
2+
* jQuery Validation Plugin @VERSION
33
*
44
* http://bassistance.de/jquery-plugins/jquery-plugin-validation/
55
* http://docs.jquery.com/Plugins/Validation
66
*
7-
* Copyright (c) 2006 - 2008 Jörn Zaefferer
7+
* Copyright (c) 2006 - 2011 Jörn Zaefferer
88
*
99
* Dual licensed under the MIT and GPL licenses:
1010
* http://www.opensource.org/licenses/mit-license.php

version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.8.0pre

0 commit comments

Comments
 (0)