Plugin Directory

Changeset 3335274


Ignore:
Timestamp:
07/28/2025 10:32:18 AM (8 months ago)
Author:
dhlparcel
Message:

Release 2.2.0

  • Maintenance release
Location:
dhlpwc
Files:
2 added
6 edited
1 copied

Legend:

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

    r3316900 r3335274  
    11# DHL eCommerce (Benelux) for WooCommerce
    22 
     3v2.2.0
     4## Changes
     5- Maintenance release
     6 
     7v2.1.18
     8## Changes
     9- Added wordpress 6.8.1 to the compatibility matrix
     10- Removed obsolete versions of wordpress from compatibility matrix
     11- Maintenance release
     12
    313v2.1.16
    414## Changes
  • dhlpwc/tags/2.2.0/dhlpwoocommerce.php

    r3316900 r3335274  
    55 * Description:          This is the official DHL eCommerce (Benelux) for WooCommerce plugin.
    66 * Author:               DHL eCommerce
    7  * Version:              2.1.16
     7 * Version:              2.2.0
    88 * Requires at least:    4.7
    9  * Tested up to:         6.6
     9 * Tested up to:         6.8.1
    1010 * Requires PHP:         5.6
    1111 * WC requires at least: 3.0.0
     
    5252
    5353        // Set constants
    54         $this->define('DHLPWC_PLUGIN_VERSION', '2.1.16');
     54        $this->define('DHLPWC_PLUGIN_VERSION', '2.2.0');
    5555        $this->define('DHLPWC_PLUGIN_FILE', __FILE__);
    5656        $this->define('DHLPWC_PLUGIN_BASENAME', plugin_basename(__FILE__));
  • dhlpwc/tags/2.2.0/readme.txt

    r3316900 r3335274  
    44Requires at least:    4.7
    55Requires PHP:         5.6
    6 Tested up to:         6.6
    7 Stable tag:           2.1.16
     6Tested up to:         6.8.1
     7Stable tag:           2.2.0
    88WC requires at least: 3.0.0
    99WC tested up to:      9.0.2
     
    5757== Changelog ==
    5858 
     59= 2.2.0 =
     60- Maintenance release
     61 
     62= 2.1.18 =
     63- Added wordpress 6.8.1 to the compatibility matrix
     64- Removed obsolete versions of wordpress from compatibility matrix
     65- Maintenance release
     66
    5967= 2.1.16 =
    6068- Fixed feedback tab in the settings
  • dhlpwc/trunk/README.md

    r3316900 r3335274  
    11# DHL eCommerce (Benelux) for WooCommerce
    22 
     3v2.2.0
     4## Changes
     5- Maintenance release
     6 
     7v2.1.18
     8## Changes
     9- Added wordpress 6.8.1 to the compatibility matrix
     10- Removed obsolete versions of wordpress from compatibility matrix
     11- Maintenance release
     12
    313v2.1.16
    414## Changes
  • dhlpwc/trunk/dhlpwoocommerce.php

    r3316900 r3335274  
    55 * Description:          This is the official DHL eCommerce (Benelux) for WooCommerce plugin.
    66 * Author:               DHL eCommerce
    7  * Version:              2.1.16
     7 * Version:              2.2.0
    88 * Requires at least:    4.7
    9  * Tested up to:         6.6
     9 * Tested up to:         6.8.1
    1010 * Requires PHP:         5.6
    1111 * WC requires at least: 3.0.0
     
    5252
    5353        // Set constants
    54         $this->define('DHLPWC_PLUGIN_VERSION', '2.1.16');
     54        $this->define('DHLPWC_PLUGIN_VERSION', '2.2.0');
    5555        $this->define('DHLPWC_PLUGIN_FILE', __FILE__);
    5656        $this->define('DHLPWC_PLUGIN_BASENAME', plugin_basename(__FILE__));
  • dhlpwc/trunk/readme.txt

    r3316900 r3335274  
    44Requires at least:    4.7
    55Requires PHP:         5.6
    6 Tested up to:         6.6
    7 Stable tag:           2.1.16
     6Tested up to:         6.8.1
     7Stable tag:           2.2.0
    88WC requires at least: 3.0.0
    99WC tested up to:      9.0.2
     
    5757== Changelog ==
    5858 
     59= 2.2.0 =
     60- Maintenance release
     61 
     62= 2.1.18 =
     63- Added wordpress 6.8.1 to the compatibility matrix
     64- Removed obsolete versions of wordpress from compatibility matrix
     65- Maintenance release
     66
    5967= 2.1.16 =
    6068- Fixed feedback tab in the settings
Note: See TracChangeset for help on using the changeset viewer.