compatible with 5.8

This commit is contained in:
biztechc
2021-08-05 09:45:01 +00:00
parent 97dd64349c
commit f1a8c171bb
2 changed files with 8 additions and 3 deletions
+6 -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.5 Tested up to: 5.8
Stable tag: 3.0.0 Stable tag: 4.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...
@@ -89,6 +89,10 @@ Is this plugin prepared for multisites? Yes.
= 2.0.1 = = 2.0.1 =
* Compatibility with WordPress version 5.4 * Compatibility with WordPress version 5.4
= 3.0.0 = = 3.0.0 =
* Compatibility with WordPress version 5.5 * Compatibility with WordPress version 5.5
= 4.0.0 =
* Compatibility with WordPress version 5.8
== Upgrade Notice == == Upgrade Notice ==
+2 -1
View File
@@ -4,7 +4,8 @@
* 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: 3.0.0 * Version: 4.0.0
* WordPress Tested up to: 5.8
*/ */
register_activation_hook( __FILE__, 'wp_jdt_activate_plugin' ); register_activation_hook( __FILE__, 'wp_jdt_activate_plugin' );