compatible with 6.1.1

This commit is contained in:
biztechc
2022-12-23 07:29:19 +00:00
parent f1a8c171bb
commit a9143409e6
2 changed files with 25 additions and 22 deletions
+23 -20
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.8 Tested up to: 6.1.1
Stable tag: 4.0.0 Stable tag: 4.0.1
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...
@@ -68,31 +68,34 @@ Is this plugin prepared for multisites? Yes.
== Changelog == == Changelog ==
= 1.0.0 = = 4.0.1 =
* Stable Version release * Compatibility with WordPress version 6.1.1
= 1.0.1 = = 4.0.0 =
* Solved jquery confliction * Compatibility with WordPress version 5.8
= 1.0.2 = = 3.0.0 =
* Update new jquerydatatable js * Compatibility with WordPress version 5.5
= 2.0.1 =
* Compatibility with WordPress version 5.4
= 2.0.0 =
* Compatibility with WordPress version 5.3
= 1.1.1 =
* Bug fixed for warnings and notices
= 1.1.0 = = 1.1.0 =
* Make plugin language compatible * Make plugin language compatible
* Bug fixed for paging and ordering * Bug fixed for paging and ordering
= 1.1.1 = = 1.0.2 =
* Bug fixed for warnings and notices * Update new jquerydatatable js
= 2.0.0 = = 1.0.1 =
* Compatibility with WordPress version 5.3 * Solved jquery confliction
= 2.0.1 = = 1.0.0 =
* Compatibility with WordPress version 5.4 * Stable Version release
= 3.0.0 =
* Compatibility with WordPress version 5.5
= 4.0.0 =
* Compatibility with WordPress version 5.8
== Upgrade Notice == == Upgrade Notice ==
+2 -2
View File
@@ -4,8 +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: 4.0.0 * Version: 4.0.1
* WordPress Tested up to: 5.8 * WordPress Tested up to: 6.1.1
*/ */
register_activation_hook( __FILE__, 'wp_jdt_activate_plugin' ); register_activation_hook( __FILE__, 'wp_jdt_activate_plugin' );