Changeset 2377872
- Timestamp:
- 09/09/2020 10:40:40 AM (6 years ago)
- Location:
- wp-jquery-datatable
- Files:
-
- 24 added
- 2 edited
-
tags/2.0.1 (added)
-
tags/2.0.1/css (added)
-
tags/2.0.1/css/jquery.dataTables.css (added)
-
tags/2.0.1/images (added)
-
tags/2.0.1/images/Sorting icons.psd (added)
-
tags/2.0.1/images/back_disabled.png (added)
-
tags/2.0.1/images/back_enabled.png (added)
-
tags/2.0.1/images/back_enabled_hover.png (added)
-
tags/2.0.1/images/favicon.ico (added)
-
tags/2.0.1/images/forward_disabled.png (added)
-
tags/2.0.1/images/forward_enabled.png (added)
-
tags/2.0.1/images/forward_enabled_hover.png (added)
-
tags/2.0.1/images/sort_asc.png (added)
-
tags/2.0.1/images/sort_asc_disabled.png (added)
-
tags/2.0.1/images/sort_both.png (added)
-
tags/2.0.1/images/sort_desc.png (added)
-
tags/2.0.1/images/sort_desc_disabled.png (added)
-
tags/2.0.1/index.php (added)
-
tags/2.0.1/js (added)
-
tags/2.0.1/js/jquery.dataTables.js (added)
-
tags/2.0.1/readme.txt (added)
-
tags/2.0.1/screenshot-1.png (added)
-
tags/2.0.1/screenshot-2.png (added)
-
tags/2.0.1/wp-jquery-datatable.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-jquery-datatable.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-jquery-datatable/trunk/readme.txt
r2273848 r2377872 3 3 Tags: WP jQuery DataTable, jQuery, jQuery DataTable, Table ,DataTable 4 4 Requires at least: 3.6.1 5 Tested up to: 5. 46 Stable tag: 2.0.15 Tested up to: 5.5 6 Stable tag: 3.0.0 7 7 License: GPLv2 or later 8 8 … … 90 90 = 2.0.1 = 91 91 * Compatibility with WordPress version 5.4 92 = 3.0.0 = 93 * Compatibility with WordPress version 5.5 92 94 == Upgrade Notice == -
wp-jquery-datatable/trunk/wp-jquery-datatable.php
r2273848 r2377872 5 5 * Author: biztechc 6 6 * Author URI: https://www.appjetty.com/ 7 * Version: 2.0.17 * Version: 3.0.0 8 8 */ 9 9 … … 345 345 // if 'Specific Column Order' is not null and ordring is true 346 346 if ( $atts['order_row_number'] != '' && $atts['ordering'] == 'true' ) { 347 $wp_jdt_script .= "jQuery('#$atts[id]_wrapper select')[0].options[0].selected = true;";347 //$wp_jdt_script .= "jQuery('#$atts[id]_wrapper select')[0].options[0].selected = true;"; 348 348 } 349 349
Note: See TracChangeset
for help on using the changeset viewer.