Plugin Directory

Changeset 2698319


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

Release 2.8.10 (DHL Parcel)

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

Legend:

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

    r2697108 r2698319  
    11# DHL Parcel for WooCommerce
     2 
     3v2.0.2
     4## Changes
     5- Updated migration notice text
     6- Migration notice made translatable
    27 
    38v2.0.1
  • dhl-for-woocommerce/tags/2.8.10/dhlpwoocommerce/dhlpwoocommerce.php

    r2697108 r2698319  
    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}
  • dhl-for-woocommerce/tags/2.8.10/dhlpwoocommerce/readme.txt

    r2697108 r2698319  
    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.2 =
     57- Updated migration notice text
     58- Migration notice made translatable
    5559 
    5660= 2.0.1 =
  • dhl-for-woocommerce/tags/2.8.10/pr-dhl-woocommerce.php

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

    r2697108 r2698319  
    66Requires PHP: 5.6
    77Tested up to: 5.9
    8 Stable tag: 2.8.9
     8Stable tag: 2.8.10
    99WC requires at least: 3.0
    1010WC tested up to: 6.1
     
    8181
    8282== Changelog ==
     83 
     84= 2.8.10 =
     85* DHL Parcel: Fixed a bug with pages not loading when DHL for WooCommerce and DHL Parcel for WooCommerce are both activated
    8386 
    8487= 2.8.9 =
  • dhl-for-woocommerce/trunk/readme.txt

    r2697108 r2698319  
    66Requires PHP: 5.6
    77Tested up to: 4.8.2
    8 Stable tag: 2.8.9
     8Stable tag: 2.8.10
    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.