From 13ee3d564216c97fd4d931c6ad2586ba3b62e0cd Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Fri, 27 Jan 2012 14:09:42 -0600 Subject: [PATCH] widget & blue theme fixes --- README.markdown | 5 +++++ changelog.txt | 6 ++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a2806d04..137637e7 100644 --- a/README.markdown +++ b/README.markdown @@ -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.0.25.2 (2012-1-27) + +* Changed Blue theme to vertically align arrows. Fix for [issue #12](https://github.com/Mottie/tablesorter/issues/12). +* Fixed sticky header widget so varing width columns now update when the pager plugin changes pages. Thanks to locationRoura for reporting this issue. + ####Version 2.0.25.1 (2011-12-15) * Fixed disabled column style for the ui theme widget. Thanks to [bbbco](https://github.com/bbbco) for the fix in [issue #17](https://github.com/Mottie/tablesorter/issues/17). diff --git a/changelog.txt b/changelog.txt index 23e488e9..75bf76c3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ TableSorter Change Log +Version 2.0.25.2 (2012-1-27) +============================ + +* Changed Blue theme to vertically align arrows. Fix for [issue #12](https://github.com/Mottie/tablesorter/issues/12). +* Fixed sticky header widget so varing width columns now update when the pager plugin changes pages. Thanks to locationRoura for reporting this issue. + Version 2.0.25.1 (2011-12-15) ============================ diff --git a/package.json b/package.json index 77737741..2ed042c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tablesorter", - "version": "2.0.25.1", + "version": "2.0.25.2", "title": "tablesorter", "author": { "name": "Christian Bach",