Compatibility with WordPress version 5.3

This commit is contained in:
biztechc
2019-12-26 09:46:49 +00:00
parent a8bed3a8c9
commit 208bdd29d7
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -2,8 +2,8 @@
Contributors: biztechc Contributors: biztechc
Tags: WP jQuery DataTable, jQuery, jQuery DataTable, Table ,DataTable Tags: WP jQuery DataTable, jQuery, jQuery DataTable, Table ,DataTable
Requires at least: 3.6.1 Requires at least: 3.6.1
Tested up to: 5.0 Tested up to: 5.3
Stable tag: 1.1.1 Stable tag: 2.0.0
License: GPLv2 or later License: GPLv2 or later
Features can be settings to meet your exact needs for your table implementations. like Paging,Ordering,search, etc... Features can be settings to meet your exact needs for your table implementations. like Paging,Ordering,search, etc...
@@ -84,4 +84,7 @@ Is this plugin prepared for multisites? Yes.
= 1.1.1 = = 1.1.1 =
* Bug fixed for warnings and notices * Bug fixed for warnings and notices
= 2.0.0 =
* Compatibility with WordPress version 5.3
== Upgrade Notice == == Upgrade Notice ==
+1 -1
View File
@@ -4,7 +4,7 @@
* Description: Features can be settings to meet your exact needs for your table implementations. like Paging,Ordering,Searching, etc... * Description: Features can be settings to meet your exact needs for your table implementations. like Paging,Ordering,Searching, etc...
* Author: biztechc * Author: biztechc
* Author URI: https://www.appjetty.com/ * Author URI: https://www.appjetty.com/
* Version: 1.1.1 * Version: 2.0.0
*/ */
register_activation_hook( __FILE__, 'wp_jdt_activate_plugin' ); register_activation_hook( __FILE__, 'wp_jdt_activate_plugin' );