From 4855b9d6abd46e950e8a820fd32bd3f65813402b Mon Sep 17 00:00:00 2001 From: biztechc Date: Thu, 2 Apr 2020 11:11:32 +0000 Subject: [PATCH] Compatibility with 5.4 --- readme.txt | 6 ++++-- wp-jquery-datatable.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index d869742..514caf9 100644 --- a/readme.txt +++ b/readme.txt @@ -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.3 -Stable tag: 2.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... @@ -87,4 +87,6 @@ Is this plugin prepared for multisites? Yes. = 2.0.0 = * Compatibility with WordPress version 5.3 += 2.0.1 = +* Compatibility with WordPress version 5.4 == Upgrade Notice == diff --git a/wp-jquery-datatable.php b/wp-jquery-datatable.php index af79240..5f14ffd 100644 --- a/wp-jquery-datatable.php +++ b/wp-jquery-datatable.php @@ -4,7 +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: 2.0.0 + * Version: 2.0.1 */ register_activation_hook( __FILE__, 'wp_jdt_activate_plugin' );