Plugin Directory

Changeset 2718611


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

Release 2.0.5

  • Updated the migration notice when to change colors
Location:
dhlpwc
Files:
8 edited
1 copied

Legend:

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

    r2702735 r2718611  
    11# DHL Parcel for WooCommerce
     2 
     3v2.0.5
     4## Changes
     5- Updated the migration notice when to change colors
    26 
    37v2.0.4
  • dhlpwc/tags/2.0.5/dhlpwoocommerce.php

    r2702735 r2718611  
    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
  • dhlpwc/tags/2.0.5/includes/controller/admin/class-dhlpwc-controller-admin-migrate.php

    r2694420 r2718611  
    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();
  • dhlpwc/tags/2.0.5/readme.txt

    r2702735 r2718611  
    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.5 =
     57- Updated the migration notice when to change colors
    5558 
    5659= 2.0.4 =
  • dhlpwc/trunk/README.md

    r2702735 r2718611  
    11# DHL Parcel for WooCommerce
     2 
     3v2.0.5
     4## Changes
     5- Updated the migration notice when to change colors
    26 
    37v2.0.4
  • dhlpwc/trunk/dhlpwoocommerce.php

    r2702735 r2718611  
    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
  • dhlpwc/trunk/includes/controller/admin/class-dhlpwc-controller-admin-migrate.php

    r2694420 r2718611  
    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();
  • dhlpwc/trunk/readme.txt

    r2702735 r2718611  
    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.5 =
     57- Updated the migration notice when to change colors
    5558 
    5659= 2.0.4 =
Note: See TracChangeset for help on using the changeset viewer.