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:
2026-07-21 23:26:29 +02:00
parent 3632c834ac
commit 2249c80f7f
2 changed files with 11 additions and 6 deletions
+10 -6
View File
@@ -1,12 +1,16 @@
<?php
/**
* 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/).
* Author: mbanl
* Author URI: https://batssoft.nl/
* Version: 4.2.0
* WordPress Tested up to: 7.0.2
* Plugin Name: WP jQuery DataTable
* Plugin URI: https://gitea.batssoft.nl/Michel/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/).
* Version: 4.2.0
* Author: mbanl
* 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')) {