Changeset 2718612
- Timestamp:
- 05/05/2022 12:46:55 PM (4 years ago)
- Location:
- dhl-for-woocommerce
- Files:
-
- 7 edited
- 1 copied
-
tags/2.8.14 (copied) (copied from dhl-for-woocommerce/tags/2.8.13)
-
tags/2.8.14/dhlpwoocommerce/README.md (modified) (1 diff)
-
tags/2.8.14/dhlpwoocommerce/dhlpwoocommerce.php (modified) (1 diff)
-
tags/2.8.14/dhlpwoocommerce/includes/controller/admin/class-dhlpwc-controller-admin-migrate.php (modified) (1 diff)
-
tags/2.8.14/dhlpwoocommerce/readme.txt (modified) (2 diffs)
-
tags/2.8.14/pr-dhl-woocommerce.php (modified) (2 diffs)
-
tags/2.8.14/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dhl-for-woocommerce/tags/2.8.14/dhlpwoocommerce/README.md
r2702736 r2718612 1 1 # DHL Parcel for WooCommerce 2 3 v2.0.4 4 ## Changes 5 - Updated tracking url for Belgium 6 - Updated product-based automatic mailbox selection to work with areas where mailbox delivery is not available when used with bulk actions 7 - Fixed an issue where product-based automatic mailbox selection is being applied to sequential orders when used in a bulk action 2 8 3 9 v2.0.3 -
dhl-for-woocommerce/tags/2.8.14/dhlpwoocommerce/dhlpwoocommerce.php
r2702736 r2718612 5 5 * Description: This is the official DHL Parcel for WooCommerce plugin. 6 6 * Author: DHL Parcel 7 * Version: 2.0. 47 * Version: 2.0.5 8 8 * Requires at least: 4.7.16 9 9 * Tested up to: 5.9 -
dhl-for-woocommerce/tags/2.8.14/dhlpwoocommerce/includes/controller/admin/class-dhlpwc-controller-admin-migrate.php
r2694421 r2718612 108 108 } 109 109 110 $mid_date = DateTime::createFromFormat('d-m-Y', '1- 6-2022');110 $mid_date = DateTime::createFromFormat('d-m-Y', '1-5-2022'); 111 111 $mid_date->setTime(0, 0, 0); 112 112 $mid_date_timestamp = $mid_date->getTimestamp(); -
dhl-for-woocommerce/tags/2.8.14/dhlpwoocommerce/readme.txt
r2702736 r2718612 5 5 Requires PHP: 5.6 6 6 Tested up to: 5.9 7 Stable tag: 2.0. 47 Stable tag: 2.0.5 8 8 WC requires at least: 3.0.0 9 9 WC tested up to: 5.3.0 … … 53 53 54 54 == Changelog == 55 56 = 2.0.4 = 57 - Updated tracking url for Belgium 58 - Updated product-based automatic mailbox selection to work with areas where mailbox delivery is not available when used with bulk actions 59 - Fixed an issue where product-based automatic mailbox selection is being applied to sequential orders when used in a bulk action 55 60 56 61 = 2.0.3 = -
dhl-for-woocommerce/tags/2.8.14/pr-dhl-woocommerce.php
r2717139 r2718612 8 8 * Text Domain: dhl-for-woocommerce 9 9 * Domain Path: /lang 10 * Version: 2.8.1 310 * Version: 2.8.14 11 11 * WC requires at least: 3.0 12 12 * WC tested up to: 5.6 … … 36 36 class PR_DHL_WC { 37 37 38 private $version = "2.8.1 3";38 private $version = "2.8.14"; 39 39 40 40 /** -
dhl-for-woocommerce/tags/2.8.14/readme.txt
r2717139 r2718612 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.9 8 Stable tag: 2.8.1 38 Stable tag: 2.8.14 9 9 WC requires at least: 3.0 10 10 WC tested up to: 6.1 … … 81 81 82 82 == Changelog == 83 84 = 2.8.14 = 85 * DHL Parcel: Updated the migration notice when to change colors 83 86 84 87 = 2.8.13 = -
dhl-for-woocommerce/trunk/readme.txt
r2717139 r2718612 6 6 Requires PHP: 5.6 7 7 Tested up to: 4.8.2 8 Stable tag: 2.8.1 38 Stable tag: 2.8.14 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.