Plugin Directory

Changeset 3422019


Ignore:
Timestamp:
12/17/2025 02:52:36 PM (3 months ago)
Author:
wootro
Message:

Version 2.0.9 - Payment method fees, order received location, HPOS compatibility

Location:
woot-ro/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woot-ro/trunk/README.txt

    r3421958 r3422019  
    44Requires at least: 4.0
    55Tested up to: 6.9
    6 Stable tag: 2.0.8
     6Stable tag: 2.0.9
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    5252== Changelog ==
    5353
     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
    5462= 2.0.8 =
    5563* Fix: Dynamic courier filtering for multiple woot_locations shipping methods
     
    95103== Upgrade Notice ==
    96104
     105= 2.0.9 =
     106* New features: Payment method fees, order received location display, HPOS compatibility
     107
    97108= 2.0.8 =
    98109* Multiple bug fixes, security improvements, and Romanian translations
  • woot-ro/trunk/woot.php

    r3422017 r3422019  
    1717 * Plugin URI:        https://woot.ro
    1818 * Description:       Integrates all popular couriers in Romania, providing a one-stop solution for all your delivery needs
    19  * Version:           2.0.8
     19 * Version:           2.0.9
    2020 * Author:            Woot.ro
    2121 * Author URI:        https://woot.ro
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define('WOOT_VERSION', '2.0.8');
     38define('WOOT_VERSION', '2.0.9');
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.