Changeset 3306954
- Timestamp:
- 06/05/2025 09:58:50 AM (10 months ago)
- Location:
- dhlpwc
- Files:
-
- 6 edited
- 1 copied
-
tags/2.1.14 (copied) (copied from dhlpwc/trunk)
-
tags/2.1.14/README.md (modified) (1 diff)
-
tags/2.1.14/dhlpwoocommerce.php (modified) (2 diffs)
-
tags/2.1.14/readme.txt (modified) (2 diffs)
-
trunk/README.md (modified) (1 diff)
-
trunk/dhlpwoocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dhlpwc/tags/2.1.14/README.md
r3306192 r3306954 1 1 # DHL eCommerce (Benelux) for WooCommerce 2 2 3 v2.1.14 4 ## Changes 5 - updated translation keys and translations 6 7 v2.1.13 8 ## Changes 9 - updated translation keys and translations 10 3 11 v2.1.12 4 12 ## 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 6 16 7 17 v2.1.11 -
dhlpwc/tags/2.1.14/dhlpwoocommerce.php
r3273743 r3306954 5 5 * Description: This is the official DHL eCommerce (Benelux) for WooCommerce plugin. 6 6 * Author: DHL eCommerce 7 * Version: 2.1.1 27 * Version: 2.1.14 8 8 * Requires at least: 4.7 9 9 * Tested up to: 6.6 … … 52 52 53 53 // Set constants 54 $this->define('DHLPWC_PLUGIN_VERSION', '2.1.1 2');54 $this->define('DHLPWC_PLUGIN_VERSION', '2.1.14'); 55 55 $this->define('DHLPWC_PLUGIN_FILE', __FILE__); 56 56 $this->define('DHLPWC_PLUGIN_BASENAME', plugin_basename(__FILE__)); -
dhlpwc/tags/2.1.14/readme.txt
r3306192 r3306954 5 5 Requires PHP: 5.6 6 6 Tested up to: 6.6 7 Stable tag: 2.1.1 27 Stable tag: 2.1.14 8 8 WC requires at least: 3.0.0 9 9 WC tested up to: 9.0.2 … … 57 57 == Changelog == 58 58 59 = 2.1.14 = 60 - updated translation keys and translations 61 62 = 2.1.13 = 63 - updated translation keys and translations 64 59 65 = 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 61 69 62 70 = 2.1.11 = -
dhlpwc/trunk/README.md
r3306192 r3306954 1 1 # DHL eCommerce (Benelux) for WooCommerce 2 2 3 v2.1.14 4 ## Changes 5 - updated translation keys and translations 6 7 v2.1.13 8 ## Changes 9 - updated translation keys and translations 10 3 11 v2.1.12 4 12 ## 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 6 16 7 17 v2.1.11 -
dhlpwc/trunk/dhlpwoocommerce.php
r3273743 r3306954 5 5 * Description: This is the official DHL eCommerce (Benelux) for WooCommerce plugin. 6 6 * Author: DHL eCommerce 7 * Version: 2.1.1 27 * Version: 2.1.14 8 8 * Requires at least: 4.7 9 9 * Tested up to: 6.6 … … 52 52 53 53 // Set constants 54 $this->define('DHLPWC_PLUGIN_VERSION', '2.1.1 2');54 $this->define('DHLPWC_PLUGIN_VERSION', '2.1.14'); 55 55 $this->define('DHLPWC_PLUGIN_FILE', __FILE__); 56 56 $this->define('DHLPWC_PLUGIN_BASENAME', plugin_basename(__FILE__)); -
dhlpwc/trunk/readme.txt
r3306192 r3306954 5 5 Requires PHP: 5.6 6 6 Tested up to: 6.6 7 Stable tag: 2.1.1 27 Stable tag: 2.1.14 8 8 WC requires at least: 3.0.0 9 9 WC tested up to: 9.0.2 … … 57 57 == Changelog == 58 58 59 = 2.1.14 = 60 - updated translation keys and translations 61 62 = 2.1.13 = 63 - updated translation keys and translations 64 59 65 = 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 61 69 62 70 = 2.1.11 =
Note: See TracChangeset
for help on using the changeset viewer.