Plugin Directory

Changeset 2698318


Ignore:
Timestamp:
03/23/2022 12:45:41 PM (4 years ago)
Author:
shindhl
Message:

Release 2.0.3

  • Fixed a bug with pages not loading when DHL for WooCommerce and DHL Parcel for WooCommerce are both activated
Location:
dhlpwc
Files:
6 edited
1 copied

Legend:

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

    r2697107 r2698318  
    11# DHL Parcel for WooCommerce
     2 
     3v2.0.3
     4## Changes
     5- Fixed a bug with pages not loading when DHL for WooCommerce and DHL Parcel for WooCommerce are both activated
    26 
    37v2.0.2
  • dhlpwc/tags/2.0.3/dhlpwoocommerce.php

    r2697107 r2698318  
    55 * Description:          This is the official DHL Parcel for WooCommerce plugin.
    66 * Author:               DHL Parcel
    7  * Version:              2.0.2
     7 * Version:              2.0.3
    88 * Requires at least:    4.7.16
    99 * Tested up to:         5.9
     
    2929    if (strpos(plugin_dir_path(__FILE__), 'dhl-for-woocommerce') !== false) {
    3030        // Stand-alone plugin detected, pretend loading code from collaboration codebase.
    31         exit;
     31        return;
    3232    }
    3333}
  • dhlpwc/tags/2.0.3/readme.txt

    r2697107 r2698318  
    55Requires PHP:         5.6
    66Tested up to:         5.9
    7 Stable tag:           2.0.2
     7Stable tag:           2.0.3
    88WC requires at least: 3.0.0
    99WC tested up to:      5.3.0
     
    5353
    5454== Changelog ==
     55 
     56= 2.0.3 =
     57- Fixed a bug with pages not loading when DHL for WooCommerce and DHL Parcel for WooCommerce are both activated
    5558 
    5659= 2.0.2 =
  • dhlpwc/trunk/README.md

    r2697107 r2698318  
    11# DHL Parcel for WooCommerce
     2 
     3v2.0.3
     4## Changes
     5- Fixed a bug with pages not loading when DHL for WooCommerce and DHL Parcel for WooCommerce are both activated
    26 
    37v2.0.2
  • dhlpwc/trunk/dhlpwoocommerce.php

    r2697107 r2698318  
    55 * Description:          This is the official DHL Parcel for WooCommerce plugin.
    66 * Author:               DHL Parcel
    7  * Version:              2.0.2
     7 * Version:              2.0.3
    88 * Requires at least:    4.7.16
    99 * Tested up to:         5.9
     
    2929    if (strpos(plugin_dir_path(__FILE__), 'dhl-for-woocommerce') !== false) {
    3030        // Stand-alone plugin detected, pretend loading code from collaboration codebase.
    31         exit;
     31        return;
    3232    }
    3333}
  • dhlpwc/trunk/readme.txt

    r2697107 r2698318  
    55Requires PHP:         5.6
    66Tested up to:         5.9
    7 Stable tag:           2.0.2
     7Stable tag:           2.0.3
    88WC requires at least: 3.0.0
    99WC tested up to:      5.3.0
     
    5353
    5454== Changelog ==
     55 
     56= 2.0.3 =
     57- Fixed a bug with pages not loading when DHL for WooCommerce and DHL Parcel for WooCommerce are both activated
    5558 
    5659= 2.0.2 =
Note: See TracChangeset for help on using the changeset viewer.