Changeset 3360233
- Timestamp:
- 09/12/2025 04:01:18 AM (7 months ago)
- Location:
- woocommerce-extra-fee-option/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wc-extra-fee-option.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-extra-fee-option/trunk/readme.txt
r2865948 r3360233 6 6 Tags: woocommerce, extra fee, minimum order, service charge, e-commerce, payment, shipping, product, category 7 7 Requires at least: 3.6.1 8 Tested up to: 6. 1.19 Stable tag: 1.1. 18 Tested up to: 6.8.2 9 Stable tag: 1.1.2 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 62 62 == Changelog == 63 63 64 = 1.1.2 = 65 * Testing up to WordPress v 6.8.2 66 * Added the introduction of other WooCommerce plugins 67 68 = 1.1.1 = 69 * Testing up to WordPress v 6.1.8 70 * Added the introduction of other WooCommerce plugins 71 64 72 = 1.1.0 = 65 73 * Testing up to WordPress v 6.0.0 -
woocommerce-extra-fee-option/trunk/wc-extra-fee-option.php
r2865948 r3360233 4 4 Plugin URI: https://terrytsang.com/product/tt-woocommerce-extra-fee-option/ 5 5 Description: Allow you to add an extra fee with a minimum order to WooCommerce 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Terry Tsang 8 8 Author URI: https://terrytsang.com/products … … 36 36 37 37 // Define plugin version 38 define('wc_version_extra_fee_option', '1.1. 1');38 define('wc_version_extra_fee_option', '1.1.2'); 39 39 40 40
Note: See TracChangeset
for help on using the changeset viewer.