Plugin Directory

Changeset 3469974


Ignore:
Timestamp:
02/26/2026 07:51:14 AM (4 weeks ago)
Author:
aumkub
Message:

2.0.1

  • Compatible with WP 6.9.1
  • Compatible with PHP 8.5.3
Location:
pdpa-thailand
Files:
81 added
7 edited

Legend:

Unmodified
Added
Removed
  • pdpa-thailand/trunk/admin/admin.php

    r3164638 r3469974  
    55{
    66    private $options;
     7    private $msg;
     8    private $cookies;
     9    private $appearance;
     10    private $js_version;
     11    private $css_version;
     12    private $temp_path;
     13    private $cookie_count;
     14    private $multi_site;
    715
    816    public function __construct()
    917    {
    10         // $scanner = new PDPA_THAILAND_Scanner();
     18        // $scanner = new PDPA_THAILAND_Scanner();     
    1119
    1220        // OPTIONS
  • pdpa-thailand/trunk/pdpa-thailand.php

    r3163898 r3469974  
    66 * Author: do action
    77 * Author URI: https://doaction.co.th
    8  * Version: 2.0
     8 * Version: 2.0.1
    99 * Text Domain: pdpa-thailand
    1010 * Domain Path: /languages
     
    2020 * @since 1.1
    2121 */
    22 if ( ! defined( 'PDPA_THAILAND_VERSION' ) )         define( 'PDPA_THAILAND_VERSION', '2.0' ); // Plugin version constant
     22if ( ! defined( 'PDPA_THAILAND_VERSION' ) )         define( 'PDPA_THAILAND_VERSION', '2.0.1' ); // Plugin version constant
    2323if ( ! defined( 'PDPA_THAILAND' ) )     define( 'PDPA_THAILAND'     , trim( dirname( plugin_basename( __FILE__ ) ), '/' ) ); // Name of the plugin folder eg - 'pdpa-thailand'
    2424if ( ! defined( 'PDPA_THAILAND_DIR' ) ) define( 'PDPA_THAILAND_DIR' , plugin_dir_path( __FILE__ ) ); // Plugin directory absolute path with the trailing slash. Useful for using with includes eg - /var/www/html/wp-content/plugins/pdpa-thailand/
     
    2727class PDPA_THAILAND
    2828{
     29    private $options;
    2930
    3031    public function __construct()
  • pdpa-thailand/trunk/public/public.php

    r3163898 r3469974  
    33class PDPA_THAILAND_Public
    44{
     5    private $options;
     6    private $msg;
     7    private $cookies;
     8    private $appearance;
     9    private $css_version;
     10    private $js_version;
     11    private $license_status;
     12    private $temp_path_url;
     13    private $cookie;
     14    private $multi_site;
     15    private $duration;
     16    private $cookie_set;
     17    private $choices;
     18    private $cookie_count;
     19    private $cookie_list;
     20    private $cookie_list_js;
     21    private $cookie_necessary;
    522
    623    public function __construct()
  • pdpa-thailand/trunk/readme.txt

    r3164638 r3469974  
    22Contributors: aumkub
    33Tags: pdpa, thai, cookie, consent, law
    4 Tested up to: 6.6.1
    5 Stable tag: 2.0
     4Tested up to: 6.9.1
     5Stable tag: 2.0.1
    66License: GPLv2 or later
    77License URI: https://www.designilpdpa.com
     
    132132
    133133== Changelog ==
     134= 2.0.1 =
     135* รองรับการทำงาน WordPress 6.9.1
     136* รองรับการทำงานกับ PHP 8.5.3
     137
    134138= 2.0 =
    135139* ปรับปรุง UI หลังบ้าน
Note: See TracChangeset for help on using the changeset viewer.