Changeset 3422019
- Timestamp:
- 12/17/2025 02:52:36 PM (3 months ago)
- Location:
- woot-ro/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
woot.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woot-ro/trunk/README.txt
r3421958 r3422019 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 2.0. 86 Stable tag: 2.0.9 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 52 52 == Changelog == 53 53 54 = 2.0.9 = 55 * New: Payment method fees for locations shipping method 56 * New: Display selected location on order received page 57 * New: Improved location card design with courier logo 58 * New: HPOS (High-Performance Order Storage) compatibility 59 * Improvement: Location persistence using WooCommerce session storage 60 * Improvement: Redesigned delivery point selection button 61 54 62 = 2.0.8 = 55 63 * Fix: Dynamic courier filtering for multiple woot_locations shipping methods … … 95 103 == Upgrade Notice == 96 104 105 = 2.0.9 = 106 * New features: Payment method fees, order received location display, HPOS compatibility 107 97 108 = 2.0.8 = 98 109 * Multiple bug fixes, security improvements, and Romanian translations -
woot-ro/trunk/woot.php
r3422017 r3422019 17 17 * Plugin URI: https://woot.ro 18 18 * Description: Integrates all popular couriers in Romania, providing a one-stop solution for all your delivery needs 19 * Version: 2.0. 819 * Version: 2.0.9 20 20 * Author: Woot.ro 21 21 * Author URI: https://woot.ro … … 36 36 * Rename this for your plugin and update it as you release new versions. 37 37 */ 38 define('WOOT_VERSION', '2.0. 8');38 define('WOOT_VERSION', '2.0.9'); 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.