Plugin Directory

Changeset 2718612


Ignore:
Timestamp:
05/05/2022 12:46:55 PM (4 years ago)
Author:
shindhl
Message:

Release 2.8.14 (DHL Parcel)

  • DHL Parcel: Updated the migration notice when to change colors
Location:
dhl-for-woocommerce
Files:
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dhl-for-woocommerce/tags/2.8.14/dhlpwoocommerce/README.md

    r2702736 r2718612  
    11# DHL Parcel for WooCommerce
     2 
     3v2.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
    28 
    39v2.0.3
  • dhl-for-woocommerce/tags/2.8.14/dhlpwoocommerce/dhlpwoocommerce.php

    r2702736 r2718612  
    55 * Description:          This is the official DHL Parcel for WooCommerce plugin.
    66 * Author:               DHL Parcel
    7  * Version:              2.0.4
     7 * Version:              2.0.5
    88 * Requires at least:    4.7.16
    99 * Tested up to:         5.9
  • dhl-for-woocommerce/tags/2.8.14/dhlpwoocommerce/includes/controller/admin/class-dhlpwc-controller-admin-migrate.php

    r2694421 r2718612  
    108108        }
    109109
    110         $mid_date = DateTime::createFromFormat('d-m-Y', '1-6-2022');
     110        $mid_date = DateTime::createFromFormat('d-m-Y', '1-5-2022');
    111111        $mid_date->setTime(0, 0, 0);
    112112        $mid_date_timestamp = $mid_date->getTimestamp();
  • dhl-for-woocommerce/tags/2.8.14/dhlpwoocommerce/readme.txt

    r2702736 r2718612  
    55Requires PHP:         5.6
    66Tested up to:         5.9
    7 Stable tag:           2.0.4
     7Stable tag:           2.0.5
    88WC requires at least: 3.0.0
    99WC tested up to:      5.3.0
     
    5353
    5454== 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
    5560 
    5661= 2.0.3 =
  • dhl-for-woocommerce/tags/2.8.14/pr-dhl-woocommerce.php

    r2717139 r2718612  
    88 * Text Domain: dhl-for-woocommerce
    99 * Domain Path: /lang
    10  * Version: 2.8.13
     10 * Version: 2.8.14
    1111 * WC requires at least: 3.0
    1212 * WC tested up to: 5.6
     
    3636class PR_DHL_WC {
    3737
    38     private $version = "2.8.13";
     38    private $version = "2.8.14";
    3939
    4040    /**
  • dhl-for-woocommerce/tags/2.8.14/readme.txt

    r2717139 r2718612  
    66Requires PHP: 5.6
    77Tested up to: 5.9
    8 Stable tag: 2.8.13
     8Stable tag: 2.8.14
    99WC requires at least: 3.0
    1010WC tested up to: 6.1
     
    8181
    8282== Changelog ==
     83 
     84= 2.8.14 =
     85* DHL Parcel: Updated the migration notice when to change colors
    8386
    8487= 2.8.13 =
  • dhl-for-woocommerce/trunk/readme.txt

    r2717139 r2718612  
    66Requires PHP: 5.6
    77Tested up to: 4.8.2
    8 Stable tag: 2.8.13
     8Stable tag: 2.8.14
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.