Changeset 3434008
- Timestamp:
- 01/07/2026 02:04:51 AM (3 months ago)
- Location:
- woo-customer-coupons/trunk
- Files:
-
- 3 edited
-
CHANGELOG.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
woo-customer-coupons.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-customer-coupons/trunk/CHANGELOG.txt
r3426566 r3434008 1 /**1.3.11 - 2026.01.01**/ 2 - Updated: VillaTheme support 3 1 4 /**1.3.10 - 2025.12.23**/ 2 5 - Updated: Enhanced security by strengthening data sanitization and output escaping -
woo-customer-coupons/trunk/readme.txt
r3426566 r3434008 5 5 Requires at least: 5.0 6 6 Tested up to: 6.9 7 Requires PHP: 8.07 Requires PHP: 7.0 8 8 WC requires at least: 7.0 9 9 WC tested up to: 10.4.3 … … 214 214 215 215 == Changelog == 216 /**1.3.11 - 2026.01.01**/ 217 - Updated: VillaTheme support 218 216 219 /**1.3.10 - 2025.12.23**/ 217 220 - Updated: Enhanced security by strengthening data sanitization and output escaping -
woo-customer-coupons/trunk/woo-customer-coupons.php
r3426566 r3434008 8 8 * License: GPL v2 or later 9 9 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 * Version: 1.3.1 010 * Version: 1.3.11 11 11 * Text Domain: woo-customer-coupons 12 12 * Domain Path: /languages 13 13 * Copyright 2019-2025 VillaTheme.com. All rights reserved. 14 14 * Requires Plugins: woocommerce 15 * Requires PHP: 8.015 * Requires PHP: 7.0 16 16 * Requires at least: 5.0 17 17 * Tested up to: 6.9 … … 39 39 40 40 protected function define() { 41 define( 'WOO_CUSTOM_COUPONS_VERSION', '1.3.1 0' );41 define( 'WOO_CUSTOM_COUPONS_VERSION', '1.3.11' ); 42 42 define( 'WOO_CUSTOM_COUPONS_DIR', plugin_dir_path( __FILE__ ) ); 43 43 define( 'WOO_CUSTOM_COUPONS_LANGUAGES', WOO_CUSTOM_COUPONS_DIR . "languages" . DIRECTORY_SEPARATOR );
Note: See TracChangeset
for help on using the changeset viewer.