version bump

This commit is contained in:
Mottie 2014-02-19 17:23:08 -06:00
parent 5a18cd646a
commit a0275e34ad
6 changed files with 13 additions and 7 deletions

View File

@ -47,6 +47,12 @@ tablesorter can successfully parse and sort many types of data including linked
View the [complete listing here](https://github.com/Mottie/tablesorter/wiki/Change).
#### <a name="v2.15.1">Version 2.15.1</a> (2/19/2014)
* Filter widget
* Switched method of saving last search times, as cloned table parts would not include saved data
* Fixes [issue #473](https://github.com/Mottie/tablesorter/issues/473).
#### <a name="v2.15">Version 2.15.0</a> (2/19/2014)
* Core

View File

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

View File

@ -1,5 +1,5 @@
/**!
* TableSorter 2.15.0 - Client-side table sorting with ease!
* TableSorter 2.15.1 - Client-side table sorting with ease!
* @requires jQuery v1.2.6+
*
* Copyright (c) 2007 Christian Bach
@ -24,7 +24,7 @@
var ts = this;
ts.version = "2.15.0";
ts.version = "2.15.1";
ts.parsers = [];
ts.widgets = [];

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"name": "tablesorter",
"title": "tablesorter",
"version": "2.15.0",
"version": "2.15.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.15.0",
"version": "2.15.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",