Changeset 2718611
- Timestamp:
- 05/05/2022 12:46:46 PM (4 years ago)
- Location:
- dhlpwc
- Files:
-
- 8 edited
- 1 copied
-
tags/2.0.5 (copied) (copied from dhlpwc/trunk)
-
tags/2.0.5/README.md (modified) (1 diff)
-
tags/2.0.5/dhlpwoocommerce.php (modified) (1 diff)
-
tags/2.0.5/includes/controller/admin/class-dhlpwc-controller-admin-migrate.php (modified) (1 diff)
-
tags/2.0.5/readme.txt (modified) (2 diffs)
-
trunk/README.md (modified) (1 diff)
-
trunk/dhlpwoocommerce.php (modified) (1 diff)
-
trunk/includes/controller/admin/class-dhlpwc-controller-admin-migrate.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dhlpwc/tags/2.0.5/README.md
r2702735 r2718611 1 1 # DHL Parcel for WooCommerce 2 3 v2.0.5 4 ## Changes 5 - Updated the migration notice when to change colors 2 6 3 7 v2.0.4 -
dhlpwc/tags/2.0.5/dhlpwoocommerce.php
r2702735 r2718611 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 -
dhlpwc/tags/2.0.5/includes/controller/admin/class-dhlpwc-controller-admin-migrate.php
r2694420 r2718611 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(); -
dhlpwc/tags/2.0.5/readme.txt
r2702735 r2718611 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.5 = 57 - Updated the migration notice when to change colors 55 58 56 59 = 2.0.4 = -
dhlpwc/trunk/README.md
r2702735 r2718611 1 1 # DHL Parcel for WooCommerce 2 3 v2.0.5 4 ## Changes 5 - Updated the migration notice when to change colors 2 6 3 7 v2.0.4 -
dhlpwc/trunk/dhlpwoocommerce.php
r2702735 r2718611 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 -
dhlpwc/trunk/includes/controller/admin/class-dhlpwc-controller-admin-migrate.php
r2694420 r2718611 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(); -
dhlpwc/trunk/readme.txt
r2702735 r2718611 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.5 = 57 - Updated the migration notice when to change colors 55 58 56 59 = 2.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.