Changeset 3414625
- Timestamp:
- 12/08/2025 06:07:50 PM (4 months ago)
- Location:
- advanced-dynamic-pricing-for-woocommerce/trunk
- Files:
-
- 2 edited
-
advanced-dynamic-pricing-for-woocommerce.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advanced-dynamic-pricing-for-woocommerce/trunk/advanced-dynamic-pricing-for-woocommerce.php
r3412190 r3414625 4 4 * Plugin URI: 5 5 * Description: Manage WooCommerce discounts 6 * Version: 4.10. 46 * Version: 4.10.5 7 7 * Author: AlgolPlus 8 8 * Author URI: https://algolplus.com/ … … 44 44 define('WC_ADP_MIN_PHP_VERSION', '7.0.0'); 45 45 define('WC_ADP_MIN_WC_VERSION', '3.6'); 46 define('WC_ADP_VERSION', '4.10. 4');46 define('WC_ADP_VERSION', '4.10.5'); 47 47 define('WC_ADP_WC_TIPTIP_SINCE_VERSION', '10.3'); 48 48 -
advanced-dynamic-pricing-for-woocommerce/trunk/readme.txt
r3413851 r3414625 184 184 == Changelog == 185 185 186 = 4.10.5 - 2025-12-09 = 187 * Fixed critical bug - broken compatibility with some bundle/composite plugins 188 186 189 = 4.10.4 - 2025-12-08 = 187 190 * Fixed bug - wrong prices for guests when use Redis/Memcached
Note: See TracChangeset
for help on using the changeset viewer.