Changed the header of the main PHP file to reflect the Header Requirements page on wordpress.org and to make sure there will be no unexpected update
This commit is contained in:
@@ -94,6 +94,7 @@ Is this plugin prepared for multisites? Yes.
|
|||||||
* Added the default page lenghts and the option for All in the page lenght dropdown.
|
* Added the default page lenghts and the option for All in the page lenght dropdown.
|
||||||
* Added the choosen page lenght as an option to the dropdown if it's not one of the default options.
|
* Added the choosen page lenght as an option to the dropdown if it's not one of the default options.
|
||||||
* Changed the language for DataTables to make use of the i18n plug-in json file and added the Dutch translation file.
|
* Changed the language for DataTables to make use of the i18n plug-in json file and added the Dutch translation file.
|
||||||
|
* Changed the header of the main PHP file to reflect the Header Requirements page on wordpress.org and to make sure there will be no unexpected update.
|
||||||
|
|
||||||
= 4.1.0 =
|
= 4.1.0 =
|
||||||
* Compatibility with WordPress version 6.7.1
|
* Compatibility with WordPress version 6.7.1
|
||||||
|
|||||||
+10
-6
@@ -1,12 +1,16 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Plugin Name: WP jQuery DataTable
|
* Plugin Name: WP jQuery DataTable
|
||||||
* Description: Features can be set to meet your exact needs for your table implementations. like paging, ordering, searching, etc... Originally developped by biztechc (https://www.appjetty.com/).
|
* Plugin URI: https://gitea.batssoft.nl/Michel/wp-jquery-datatable/
|
||||||
* Author: mbanl
|
* Description: Features can be set to meet your exact needs for your table implementations. like paging, ordering, searching, etc... Originally developped by biztechc (https://www.appjetty.com/).
|
||||||
* Author URI: https://batssoft.nl/
|
* Version: 4.2.0
|
||||||
* Version: 4.2.0
|
* Author: mbanl
|
||||||
* WordPress Tested up to: 7.0.2
|
* Author URI: https://batssoft.nl/
|
||||||
|
* License: GPL v2 or later
|
||||||
|
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
* Update URI: https://gitea.batssoft.nl/Michel/wp-jquery-datatable/
|
||||||
|
* Text Domain: wp-jquery-datatable
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('ABSPATH')) {
|
if (!defined('ABSPATH')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user