Skip to content

Commit f020142

Browse files
committedMay 5, 2017
Update tablesorter to latest version (2.28.9)
1 parent 736e68b commit f020142

File tree

8 files changed

+17
-13
lines changed

8 files changed

+17
-13
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
===
33

4+
#### v1.23.9 (2017-05-05)
5+
6+
* Upgrade tablesorter to v2.28.9
7+
48
#### v1.23.8 (2017-04-23)
59

610
* Upgrade tablesorter to v2.28.8

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Simple integration of jQuery tablesorter ([Mottie's fork]) into the asset pipeline.
66

7-
Current tablesorter version: 2.28.8 (4/18/2017), [documentation]
7+
Current tablesorter version: 2.28.9 (5/3/2017), [documentation]
88

99
Any issue associated with the js/css files, please report to [Mottie's fork].
1010

‎lib/jquery-tablesorter/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module JqueryTablesorter
22
MAJOR = 1
33
MINOR = 23
4-
TINY = 8
4+
TINY = 9
55

66
VERSION = [MAJOR, MINOR, TINY].compact.join('.')
77
end

‎vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.combined.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▀▀ ▀▀▀██
55
█████▀ ▀████▀ ██ ██ ▀████▀ ██ ██ ██ ██ ▀████▀ █████▀ ██ ██ █████▀
66
*/
7-
/*! tablesorter (FORK) - updated 04-18-2017 (v2.28.8)*/
7+
/*! tablesorter (FORK) - updated 05-03-2017 (v2.28.9)*/
88
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
99
(function(factory) {
1010
if (typeof define === 'function' && define.amd) {
@@ -16,7 +16,7 @@
1616
}
1717
}(function(jQuery) {
1818

19-
/*! TableSorter (FORK) v2.28.8 *//*
19+
/*! TableSorter (FORK) v2.28.9 *//*
2020
* Client-side table sorting with ease!
2121
* @requires jQuery v1.2.6+
2222
*
@@ -40,7 +40,7 @@
4040
'use strict';
4141
var ts = $.tablesorter = {
4242

43-
version : '2.28.8',
43+
version : '2.28.9',
4444

4545
parsers : [],
4646
widgets : [],
@@ -1949,7 +1949,7 @@
19491949
for ( indx = 0; indx < len; indx++ ) {
19501950
widget = ts.getWidgetById( c.widgets[ indx ] );
19511951
if ( widget && widget.options ) {
1952-
wo = $.extend( {}, widget.options );
1952+
wo = $.extend( true, {}, widget.options );
19531953
c.widgetOptions = $.extend( true, wo, c.widgetOptions );
19541954
// add widgetOptions to defaults for option validator
19551955
$.extend( true, ts.defaults.widgetOptions, widget.options );

‎vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! TableSorter (FORK) v2.28.8 *//*
1+
/*! TableSorter (FORK) v2.28.9 *//*
22
* Client-side table sorting with ease!
33
* @requires jQuery v1.2.6+
44
*
@@ -22,7 +22,7 @@
2222
'use strict';
2323
var ts = $.tablesorter = {
2424

25-
version : '2.28.8',
25+
version : '2.28.9',
2626

2727
parsers : [],
2828
widgets : [],
@@ -1931,7 +1931,7 @@
19311931
for ( indx = 0; indx < len; indx++ ) {
19321932
widget = ts.getWidgetById( c.widgets[ indx ] );
19331933
if ( widget && widget.options ) {
1934-
wo = $.extend( {}, widget.options );
1934+
wo = $.extend( true, {}, widget.options );
19351935
c.widgetOptions = $.extend( true, wo, c.widgetOptions );
19361936
// add widgetOptions to defaults for option validator
19371937
$.extend( true, ts.defaults.widgetOptions, widget.options );

‎vendor/assets/javascripts/jquery-tablesorter/jquery.tablesorter.widgets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██▀▀ ▀▀▀██
55
█████▀ ▀████▀ ██ ██ ▀████▀ ██ ██ ██ ██ ▀████▀ █████▀ ██ ██ █████▀
66
*/
7-
/*! tablesorter (FORK) - updated 04-18-2017 (v2.28.8)*/
7+
/*! tablesorter (FORK) - updated 05-03-2017 (v2.28.9)*/
88
/* Includes widgets ( storage,uitheme,columns,filter,stickyHeaders,resizable,saveSort ) */
99
(function(factory) {
1010
if (typeof define === 'function' && define.amd) {

‎vendor/assets/javascripts/jquery-tablesorter/widgets/widget-math.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Widget: math - updated 11/26/2016 (v2.28.0) *//*
1+
/*! Widget: math - updated 5/3/2017 (v2.28.9) *//*
22
* Requires tablesorter v2.16+ and jQuery 1.7+
33
* by Rob Garrison
44
*/
@@ -606,7 +606,7 @@
606606
// complete executed after each fucntion
607607
math_complete : null, // function($cell, wo, result, value, arry){ return result; },
608608
// math_completed called after all math calculations have completed
609-
// math_completed : function( config ) {},
609+
math_completed: function( config ) {},
610610
// order of calculation; 'all' is last
611611
math_priority : [ 'row', 'above', 'below', 'col' ],
612612
// template for or just prepend the mask prefix & suffix with this HTML

0 commit comments

Comments
 (0)