Plugin Directory

Changeset 3306954


Ignore:
Timestamp:
06/05/2025 09:58:50 AM (10 months ago)
Author:
dhlparcel
Message:

Release 2.1.14

  • updated translation keys and translations
Location:
dhlpwc
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dhlpwc/tags/2.1.14/README.md

    r3306192 r3306954  
    11# DHL eCommerce (Benelux) for WooCommerce
    22 
     3v2.1.14
     4## Changes
     5- updated translation keys and translations
     6 
     7v2.1.13
     8## Changes
     9- updated translation keys and translations
     10 
    311v2.1.12
    412## Changes
    5 - updated translation keys and translations
     13- Added a last name check for label creation
     14- Fixed an incompatibility issue provisionally for WooCommerce 9.8.0 and higher
     15- Known issue: ServicePoint Locator and delivery timeframes are not loaded properly for WooCommerce 9.8.0 and higher
    616 
    717v2.1.11
  • dhlpwc/tags/2.1.14/dhlpwoocommerce.php

    r3273743 r3306954  
    55 * Description:          This is the official DHL eCommerce (Benelux) for WooCommerce plugin.
    66 * Author:               DHL eCommerce
    7  * Version:              2.1.12
     7 * Version:              2.1.14
    88 * Requires at least:    4.7
    99 * Tested up to:         6.6
     
    5252
    5353        // Set constants
    54         $this->define('DHLPWC_PLUGIN_VERSION', '2.1.12');
     54        $this->define('DHLPWC_PLUGIN_VERSION', '2.1.14');
    5555        $this->define('DHLPWC_PLUGIN_FILE', __FILE__);
    5656        $this->define('DHLPWC_PLUGIN_BASENAME', plugin_basename(__FILE__));
  • dhlpwc/tags/2.1.14/readme.txt

    r3306192 r3306954  
    55Requires PHP:         5.6
    66Tested up to:         6.6
    7 Stable tag:           2.1.12
     7Stable tag:           2.1.14
    88WC requires at least: 3.0.0
    99WC tested up to:      9.0.2
     
    5757== Changelog ==
    5858 
     59= 2.1.14 =
     60- updated translation keys and translations
     61 
     62= 2.1.13 =
     63- updated translation keys and translations
     64 
    5965= 2.1.12 =
    60 - updated translation keys and translations
     66- Added a last name check for label creation
     67- Fixed an incompatibility issue provisionally for WooCommerce 9.8.0 and higher
     68- Known issue: ServicePoint Locator and delivery timeframes are not loaded properly for WooCommerce 9.8.0 and higher
    6169 
    6270= 2.1.11 =
  • dhlpwc/trunk/README.md

    r3306192 r3306954  
    11# DHL eCommerce (Benelux) for WooCommerce
    22 
     3v2.1.14
     4## Changes
     5- updated translation keys and translations
     6 
     7v2.1.13
     8## Changes
     9- updated translation keys and translations
     10 
    311v2.1.12
    412## Changes
    5 - updated translation keys and translations
     13- Added a last name check for label creation
     14- Fixed an incompatibility issue provisionally for WooCommerce 9.8.0 and higher
     15- Known issue: ServicePoint Locator and delivery timeframes are not loaded properly for WooCommerce 9.8.0 and higher
    616 
    717v2.1.11
  • dhlpwc/trunk/dhlpwoocommerce.php

    r3273743 r3306954  
    55 * Description:          This is the official DHL eCommerce (Benelux) for WooCommerce plugin.
    66 * Author:               DHL eCommerce
    7  * Version:              2.1.12
     7 * Version:              2.1.14
    88 * Requires at least:    4.7
    99 * Tested up to:         6.6
     
    5252
    5353        // Set constants
    54         $this->define('DHLPWC_PLUGIN_VERSION', '2.1.12');
     54        $this->define('DHLPWC_PLUGIN_VERSION', '2.1.14');
    5555        $this->define('DHLPWC_PLUGIN_FILE', __FILE__);
    5656        $this->define('DHLPWC_PLUGIN_BASENAME', plugin_basename(__FILE__));
  • dhlpwc/trunk/readme.txt

    r3306192 r3306954  
    55Requires PHP:         5.6
    66Tested up to:         6.6
    7 Stable tag:           2.1.12
     7Stable tag:           2.1.14
    88WC requires at least: 3.0.0
    99WC tested up to:      9.0.2
     
    5757== Changelog ==
    5858 
     59= 2.1.14 =
     60- updated translation keys and translations
     61 
     62= 2.1.13 =
     63- updated translation keys and translations
     64 
    5965= 2.1.12 =
    60 - updated translation keys and translations
     66- Added a last name check for label creation
     67- Fixed an incompatibility issue provisionally for WooCommerce 9.8.0 and higher
     68- Known issue: ServicePoint Locator and delivery timeframes are not loaded properly for WooCommerce 9.8.0 and higher
    6169 
    6270= 2.1.11 =
Note: See TracChangeset for help on using the changeset viewer.