forked from Michel2/wp-jquery-datatable
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4783289e75 |
+16
-23
@@ -2,8 +2,8 @@
|
||||
Contributors: biztechc
|
||||
Tags: WP jQuery DataTable, jQuery, jQuery DataTable, Table ,DataTable
|
||||
Requires at least: 3.6.1
|
||||
Tested up to: 6.1.1
|
||||
Stable tag: 4.0.1
|
||||
Tested up to: 5.5
|
||||
Stable tag: 3.0.0
|
||||
License: GPLv2 or later
|
||||
|
||||
Features can be settings to meet your exact needs for your table implementations. like Paging,Ordering,search, etc...
|
||||
@@ -68,34 +68,27 @@ Is this plugin prepared for multisites? Yes.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 4.0.1 =
|
||||
* Compatibility with WordPress version 6.1.1
|
||||
= 1.0.0 =
|
||||
* Stable Version release
|
||||
|
||||
= 4.0.0 =
|
||||
* Compatibility with WordPress version 5.8
|
||||
= 1.0.1 =
|
||||
* Solved jquery confliction
|
||||
|
||||
= 3.0.0 =
|
||||
* 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.0.2 =
|
||||
* Update new jquerydatatable js
|
||||
|
||||
= 1.1.0 =
|
||||
* Make plugin language compatible
|
||||
* Bug fixed for paging and ordering
|
||||
|
||||
= 1.0.2 =
|
||||
* Update new jquerydatatable js
|
||||
= 1.1.1 =
|
||||
* Bug fixed for warnings and notices
|
||||
|
||||
= 1.0.1 =
|
||||
* Solved jquery confliction
|
||||
= 2.0.0 =
|
||||
* Compatibility with WordPress version 5.3
|
||||
|
||||
= 1.0.0 =
|
||||
* Stable Version release
|
||||
= 2.0.1 =
|
||||
* Compatibility with WordPress version 5.4
|
||||
= 3.0.0 =
|
||||
* Compatibility with WordPress version 5.5
|
||||
== Upgrade Notice ==
|
||||
|
||||
@@ -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.1
|
||||
* WordPress Tested up to: 6.1.1
|
||||
* Version: 3.0.0
|
||||
*/
|
||||
|
||||
register_activation_hook( __FILE__, 'wp_jdt_activate_plugin' );
|
||||
|
||||
Reference in New Issue
Block a user