updated pager minified version

This commit is contained in:
Rob Garrison 2012-03-17 22:18:11 -05:00
parent 840aac3c61
commit 8c7826c103
6 changed files with 20 additions and 4 deletions

View File

@ -34,6 +34,11 @@ Included all original [document pages](http://mottie.github.com/tablesorter/docs
View the [complete listing here](http://mottie.github.com/tablesorter/changelog.txt).
#### Version 2.1.3.1 (3/17/2012)
* Merged in bug fixes contributed by [Rozwell](https://github.com/rozwell). Thanks!
* Updated pager minified version, along with version numbers.
#### Version 2.1.3 (3/12/2012)
* Added `usNumberFormat` option.

View File

@ -1,6 +1,6 @@
/*
* tablesorter pager plugin
* updated 3/16/2012
* updated 3/17/2012
*/
(function($) {

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,11 @@
TableSorter Change Log
Version 2.1.3.1 (3/17/2012)
============================
* Merged in bug fixes contributed by [Rozwell](https://github.com/rozwell). Thanks!
* Updated pager minified version, along with version numbers.
Version 2.1.3 (3/12/2012)
============================

View File

@ -558,6 +558,11 @@ div.tablesorterPager input {
<a id="change-log"></a>
<h1>Pager Change Log</h1>
<h4>Version 2.1.3.1 (3/17/2012)</h4>
<ul>
<li><a href="https://github.com/rozwell">Rozwell</a> contributed some <a href="https://github.com/Mottie/tablesorter/pull/35">bug fixes</a> that occur when <code class="hilight">cssPageSize</code> is not set. Thanks for sharing!</li>
</ul>
<h4>Version 2.1</h4>
<ul>
<li>Ajax:

View File

@ -1,6 +1,6 @@
{
"name": "tablesorter",
"version": "2.1.3",
"version": "2.1.3.1",
"title": "tablesorter",
"author": {
"name": "Christian Bach",