Skip to content

Commit 4be5493

Browse files
committed
Index: Update to 1.13
1 parent 98854cc commit 4be5493

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pages/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,15 @@
1010

1111
<p>The plugin is written and maintained by Jörn Zaefferer, a member of the <a href="http://jquery.org/team">jQuery team</a>, lead developer on the jQuery UI team and maintainer of QUnit. It was started back in the early days of jQuery in 2006, and updated and improved since then.</p>
1212

13-
<div><strong>Current version:</strong> 1.12.0</div>
13+
<div><strong>Current version:</strong> 1.13.0</div>
1414
<div><strong>License:</strong> MIT</div>
1515

1616
<h3>Files:</h3>
17-
<a title="zip-Archive with source code, minified and packed version, demos and examples" href="http://jqueryvalidation.org/files/jquery-validation-1.12.0.zip">Download</a>
18-
<a href="https://github.com/jzaefferer/jquery-validation/blob/master/changelog.md">Changelog</a>
17+
<a title="zip-Archive with source code, minified and packed version, demos and examples" href="http://jqueryvalidation.org/files/jquery-validation-1.13.0.zip">Download</a>
18+
<a href="https://github.com/jzaefferer/jquery-validation/releases/tag/1.13.0">Changelog</a>
1919
<a href="http://jqueryvalidation.org/files/demo/">Demos</a>
2020
<a href="http://jqueryvalidation.org/documentation/">Documentation</a>
2121
<a href="https://github.com/jzaefferer/jquery-validation">GitHub Repository</a>
22-
<a href="https://github.com/jzaefferer/jquery-validation/tree/1.12.0">GitHub 1.12.0 Tag</a>
2322

2423
<h3>Installation via Package Managers</h3>
2524
<ul>
@@ -28,7 +27,7 @@ <h3>Installation via Package Managers</h3>
2827
</ul>
2928

3029
<h3>
31-
<a href="http://www.asp.net/ajaxlibrary/CDNjQueryValidate1120.ashx">1.12.0 files on Microsoft's Ajax CDN</a> (hotlinking welcome):</h3>
30+
<a href="http://www.asp.net/ajaxlibrary/CDNjQueryValidate1120.ashx">1.12.0 files on Microsoft's Ajax CDN</a> (hotlinking welcome; 1.13 not yet available):</h3>
3231
<ul>
3332
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/jquery.validate.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/jquery.validate.js</a></li>
3433
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/jquery.validate.min.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/jquery.validate.min.js</a></li>
@@ -41,7 +40,7 @@ <h3>
4140
<h3>Dependencies</h3>
4241
<h4>Required</h4>
4342
<ul>
44-
<li><a href="http://jquery.com">jQuery, tested with 1.6.4, 1.7.2, 1.8.3, 1.9.0</a></li>
43+
<li><a href="http://jquery.com">jQuery, tested with 1.6.4, 1.7.2, 1.8.3, 1.9.1, 1.11.1</a></li>
4544
</ul>
4645

4746
<h3>Support</h3>

0 commit comments

Comments
 (0)