Compare commits

..
1 Commits
Author SHA1 Message Date
biztechc 33334696bc Compatibility with 5.5 2020-09-09 10:40:40 +00:00
2 changed files with 4 additions and 11 deletions
+2 -8
View File
@@ -2,8 +2,8 @@
Contributors: biztechc
Tags: WP jQuery DataTable, jQuery, jQuery DataTable, Table ,DataTable
Requires at least: 3.6.1
Tested up to: 5.8
Stable tag: 4.0.0
Tested up to: 5.4
Stable tag: 2.0.1
License: GPLv2 or later
Features can be settings to meet your exact needs for your table implementations. like Paging,Ordering,search, etc...
@@ -89,10 +89,4 @@ Is this plugin prepared for multisites? Yes.
= 2.0.1 =
* Compatibility with WordPress version 5.4
= 3.0.0 =
* Compatibility with WordPress version 5.5
= 4.0.0 =
* Compatibility with WordPress version 5.8
== Upgrade Notice ==
+2 -3
View File
@@ -4,8 +4,7 @@
* Description: Features can be settings to meet your exact needs for your table implementations. like Paging,Ordering,Searching, etc...
* Author: biztechc
* Author URI: https://www.appjetty.com/
* Version: 4.0.0
* WordPress Tested up to: 5.8
* Version: 2.0.1
*/
register_activation_hook( __FILE__, 'wp_jdt_activate_plugin' );
@@ -345,7 +344,7 @@ function wp_jdt_shortcode( $atts, $content = "" ) {
// if 'Specific Column Order' is not null and ordring is true
if ( $atts['order_row_number'] != '' && $atts['ordering'] == 'true' ) {
//$wp_jdt_script .= "jQuery('#$atts[id]_wrapper select')[0].options[0].selected = true;";
$wp_jdt_script .= "jQuery('#$atts[id]_wrapper select')[0].options[0].selected = true;";
}
$wp_jdt_script .= "} ); \n";