Plugin Directory

Changeset 2947532


Ignore:
Timestamp:
08/04/2023 06:37:14 AM (3 years ago)
Author:
aumkub
Message:

1.2.4

  • Compatible 6.2.2
Location:
pdpa-thailand
Files:
61 added
3 edited

Legend:

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

    r2750651 r2947532  
    776776        $src = '';
    777777
    778         if ( isset($this->appearance['appearance_logo']) && $this->appearance['appearance_logo'] != '' ) {
     778        if ( isset($this->appearance['appearance_logo']) && $this->appearance['appearance_logo'] != '' ) {         
    779779            $src = wp_get_attachment_image_src($this->appearance['appearance_logo'], 'thumbnail')[0];
    780780        }
  • pdpa-thailand/trunk/pdpa-thailand.php

    r2750651 r2947532  
    66 * Author: DesignilCode
    77 * Author URI: https://www.designilcode.com
    8  * Version: 1.2.3
     8 * Version: 1.2.4
    99 * Text Domain: pdpa-thailand
    1010 * Domain Path: /languages
     
    2020 * @since 1.1
    2121 */
    22 if ( ! defined( 'PDPA_THAILAND_VERSION' ) )         define( 'PDPA_THAILAND_VERSION', '1.2.3' ); // Plugin version constant
     22if ( ! defined( 'PDPA_THAILAND_VERSION' ) )         define( 'PDPA_THAILAND_VERSION', '1.2.4' ); // 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/
  • pdpa-thailand/trunk/readme.txt

    r2750651 r2947532  
    33Donate link: https://www.paypal.me/watcharapon/0usd
    44Tags: pdpa, thai, thailand, gdpr, cookie, consent, law
    5 Tested up to: 6.0
    6 Stable tag: 1.2.3
     5Tested up to: 6.2.2
     6Stable tag: 1.2.4
    77License: GPLv2 or later
    88License URI: https://www.designilpdpa.com
     
    121121
    122122== Changelog ==
     123= 1.2.4 =
     124* รองรับการทำงาน WordPress 6.2.2
     125
    123126= 1.2.3 =
    124127* แก้ไขบั๊กเล็กน้อย
Note: See TracChangeset for help on using the changeset viewer.