Changeset 3335274
- Timestamp:
- 07/28/2025 10:32:18 AM (8 months ago)
- Location:
- dhlpwc
- Files:
-
- 2 added
- 6 edited
- 1 copied
-
tags/2.2.0 (copied) (copied from dhlpwc/trunk)
-
tags/2.2.0/CODEOWNERS (added)
-
tags/2.2.0/README.md (modified) (1 diff)
-
tags/2.2.0/dhlpwoocommerce.php (modified) (2 diffs)
-
tags/2.2.0/readme.txt (modified) (2 diffs)
-
trunk/CODEOWNERS (added)
-
trunk/README.md (modified) (1 diff)
-
trunk/dhlpwoocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dhlpwc/tags/2.2.0/README.md
r3316900 r3335274 1 1 # DHL eCommerce (Benelux) for WooCommerce 2 2 3 v2.2.0 4 ## Changes 5 - Maintenance release 6 7 v2.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 3 13 v2.1.16 4 14 ## Changes -
dhlpwc/tags/2.2.0/dhlpwoocommerce.php
r3316900 r3335274 5 5 * Description: This is the official DHL eCommerce (Benelux) for WooCommerce plugin. 6 6 * Author: DHL eCommerce 7 * Version: 2. 1.167 * Version: 2.2.0 8 8 * Requires at least: 4.7 9 * Tested up to: 6. 69 * Tested up to: 6.8.1 10 10 * Requires PHP: 5.6 11 11 * WC requires at least: 3.0.0 … … 52 52 53 53 // Set constants 54 $this->define('DHLPWC_PLUGIN_VERSION', '2. 1.16');54 $this->define('DHLPWC_PLUGIN_VERSION', '2.2.0'); 55 55 $this->define('DHLPWC_PLUGIN_FILE', __FILE__); 56 56 $this->define('DHLPWC_PLUGIN_BASENAME', plugin_basename(__FILE__)); -
dhlpwc/tags/2.2.0/readme.txt
r3316900 r3335274 4 4 Requires at least: 4.7 5 5 Requires PHP: 5.6 6 Tested up to: 6. 67 Stable tag: 2. 1.166 Tested up to: 6.8.1 7 Stable tag: 2.2.0 8 8 WC requires at least: 3.0.0 9 9 WC tested up to: 9.0.2 … … 57 57 == Changelog == 58 58 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 59 67 = 2.1.16 = 60 68 - Fixed feedback tab in the settings -
dhlpwc/trunk/README.md
r3316900 r3335274 1 1 # DHL eCommerce (Benelux) for WooCommerce 2 2 3 v2.2.0 4 ## Changes 5 - Maintenance release 6 7 v2.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 3 13 v2.1.16 4 14 ## Changes -
dhlpwc/trunk/dhlpwoocommerce.php
r3316900 r3335274 5 5 * Description: This is the official DHL eCommerce (Benelux) for WooCommerce plugin. 6 6 * Author: DHL eCommerce 7 * Version: 2. 1.167 * Version: 2.2.0 8 8 * Requires at least: 4.7 9 * Tested up to: 6. 69 * Tested up to: 6.8.1 10 10 * Requires PHP: 5.6 11 11 * WC requires at least: 3.0.0 … … 52 52 53 53 // Set constants 54 $this->define('DHLPWC_PLUGIN_VERSION', '2. 1.16');54 $this->define('DHLPWC_PLUGIN_VERSION', '2.2.0'); 55 55 $this->define('DHLPWC_PLUGIN_FILE', __FILE__); 56 56 $this->define('DHLPWC_PLUGIN_BASENAME', plugin_basename(__FILE__)); -
dhlpwc/trunk/readme.txt
r3316900 r3335274 4 4 Requires at least: 4.7 5 5 Requires PHP: 5.6 6 Tested up to: 6. 67 Stable tag: 2. 1.166 Tested up to: 6.8.1 7 Stable tag: 2.2.0 8 8 WC requires at least: 3.0.0 9 9 WC tested up to: 9.0.2 … … 57 57 == Changelog == 58 58 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 59 67 = 2.1.16 = 60 68 - Fixed feedback tab in the settings
Note: See TracChangeset
for help on using the changeset viewer.