version bump

This commit is contained in:
Mottie 2015-02-20 19:37:29 -06:00
parent 97d3caaffa
commit 4a1498e11d
9 changed files with 14 additions and 10 deletions

View File

@ -65,6 +65,10 @@ tablesorter can successfully parse and sort many types of data including linked
View the [complete change log here](//github.com/Mottie/tablesorter/wiki/Changes).
#### <a name="v2.20.1">Version 2.20.1</a> (2/20/2015)
* Filter: Fixed a major issue with the filter widget not working properly.
#### <a name="v2.20.0">Version 2.20.0</a> (2/20/2015)
* Grunt build process

View File

@ -1,6 +1,6 @@
{
"name": "tablesorter",
"version": "2.20.0",
"version": "2.20.1",
"dependencies": {
"jquery": ">=1.2.6"
},

View File

@ -1,4 +1,4 @@
/*! TableSorter (FORK) v2.20.0 *//*
/*! TableSorter (FORK) v2.20.1 *//*
* Client-side table sorting with ease!
* @requires jQuery v1.2.6+
*
@ -34,7 +34,7 @@
var ts = this;
ts.version = '2.20.0';
ts.version = '2.20.1';
ts.parsers = [];
ts.widgets = [];

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
/*! tablesorter (FORK) widgets - updated 02-20-2015 (v2.20.0)*/
/*! tablesorter (FORK) widgets - updated 02-20-2015 (v2.20.1)*/
/* Includes: storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort */
/*! Widget: storage */
;(function ($, window, document) {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*/
/*! tablesorter (FORK) widgets - updated 02-20-2015 (v2.20.0)*/
/*! tablesorter (FORK) widgets - updated 02-20-2015 (v2.20.1)*/
/* Includes: storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort */
/*! Widget: storage */
;(function ($, window, document) {

View File

@ -1,7 +1,7 @@
{
"name": "tablesorter",
"title": "tablesorter",
"version": "2.20.0",
"version": "2.20.1",
"description": "tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.\n\nThis forked version adds lots of new enhancements including: alphanumeric sorting, pager callback functons, multiple widgets providing column styling, ui theme application, sticky headers, column filters and resizer, as well as extended documentation with a lot more demos.",
"author": {
"name": "Christian Bach",

View File

@ -1,7 +1,7 @@
{
"name": "tablesorter",
"title": "tablesorter",
"version": "2.20.0",
"version": "2.20.1",
"description": "tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.\n\nThis forked version adds lots of new enhancements including: alphanumeric sorting, pager callback functons, multiple widgets providing column styling, ui theme application, sticky headers, column filters and resizer, as well as extended documentation with a lot more demos.",
"author": {
"name": "Christian Bach",