Plugin Directory

Changeset 3434008


Ignore:
Timestamp:
01/07/2026 02:04:51 AM (3 months ago)
Author:
leminhhung
Message:

Update Hung

Location:
woo-customer-coupons/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • woo-customer-coupons/trunk/CHANGELOG.txt

    r3426566 r3434008  
     1/**1.3.11 - 2026.01.01**/
     2- Updated: VillaTheme support
     3
    14/**1.3.10 - 2025.12.23**/
    25- Updated: Enhanced security by strengthening data sanitization and output escaping
  • woo-customer-coupons/trunk/readme.txt

    r3426566 r3434008  
    55Requires at least: 5.0
    66Tested up to: 6.9
    7 Requires PHP: 8.0
     7Requires PHP: 7.0
    88WC requires at least: 7.0
    99WC tested up to: 10.4.3
     
    214214
    215215== Changelog ==
     216/**1.3.11 - 2026.01.01**/
     217- Updated: VillaTheme support
     218
    216219/**1.3.10 - 2025.12.23**/
    217220- Updated: Enhanced security by strengthening data sanitization and output escaping
  • woo-customer-coupons/trunk/woo-customer-coupons.php

    r3426566 r3434008  
    88 * License:           GPL v2 or later
    99 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    10  * Version: 1.3.10
     10 * Version: 1.3.11
    1111 * Text Domain: woo-customer-coupons
    1212 * Domain Path: /languages
    1313 * Copyright 2019-2025 VillaTheme.com. All rights reserved.
    1414 * Requires Plugins: woocommerce
    15  * Requires PHP: 8.0
     15 * Requires PHP: 7.0
    1616 * Requires at least: 5.0
    1717 * Tested up to: 6.9
     
    3939
    4040    protected function define() {
    41         define( 'WOO_CUSTOM_COUPONS_VERSION', '1.3.10' );
     41        define( 'WOO_CUSTOM_COUPONS_VERSION', '1.3.11' );
    4242        define( 'WOO_CUSTOM_COUPONS_DIR', plugin_dir_path( __FILE__ ) );
    4343        define( 'WOO_CUSTOM_COUPONS_LANGUAGES', WOO_CUSTOM_COUPONS_DIR . "languages" . DIRECTORY_SEPARATOR );
Note: See TracChangeset for help on using the changeset viewer.