Changeset 2698319
- Timestamp:
- 03/23/2022 12:45:50 PM (4 years ago)
- Location:
- dhl-for-woocommerce
- Files:
-
- 6 edited
- 1 copied
-
tags/2.8.10 (copied) (copied from dhl-for-woocommerce/tags/2.8.9)
-
tags/2.8.10/dhlpwoocommerce/README.md (modified) (1 diff)
-
tags/2.8.10/dhlpwoocommerce/dhlpwoocommerce.php (modified) (2 diffs)
-
tags/2.8.10/dhlpwoocommerce/readme.txt (modified) (2 diffs)
-
tags/2.8.10/pr-dhl-woocommerce.php (modified) (2 diffs)
-
tags/2.8.10/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dhl-for-woocommerce/tags/2.8.10/dhlpwoocommerce/README.md
r2697108 r2698319 1 1 # DHL Parcel for WooCommerce 2 3 v2.0.2 4 ## Changes 5 - Updated migration notice text 6 - Migration notice made translatable 2 7 3 8 v2.0.1 -
dhl-for-woocommerce/tags/2.8.10/dhlpwoocommerce/dhlpwoocommerce.php
r2697108 r2698319 5 5 * Description: This is the official DHL Parcel for WooCommerce plugin. 6 6 * Author: DHL Parcel 7 * Version: 2.0. 27 * Version: 2.0.3 8 8 * Requires at least: 4.7.16 9 9 * Tested up to: 5.9 … … 29 29 if (strpos(plugin_dir_path(__FILE__), 'dhl-for-woocommerce') !== false) { 30 30 // Stand-alone plugin detected, pretend loading code from collaboration codebase. 31 exit;31 return; 32 32 } 33 33 } -
dhl-for-woocommerce/tags/2.8.10/dhlpwoocommerce/readme.txt
r2697108 r2698319 5 5 Requires PHP: 5.6 6 6 Tested up to: 5.9 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 8 8 WC requires at least: 3.0.0 9 9 WC tested up to: 5.3.0 … … 53 53 54 54 == Changelog == 55 56 = 2.0.2 = 57 - Updated migration notice text 58 - Migration notice made translatable 55 59 56 60 = 2.0.1 = -
dhl-for-woocommerce/tags/2.8.10/pr-dhl-woocommerce.php
r2697108 r2698319 8 8 * Text Domain: dhl-for-woocommerce 9 9 * Domain Path: /lang 10 * Version: 2.8. 910 * Version: 2.8.10 11 11 * WC requires at least: 3.0 12 12 * WC tested up to: 5.6 … … 36 36 class PR_DHL_WC { 37 37 38 private $version = "2.8. 9";38 private $version = "2.8.10"; 39 39 40 40 /** -
dhl-for-woocommerce/tags/2.8.10/readme.txt
r2697108 r2698319 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.9 8 Stable tag: 2.8. 98 Stable tag: 2.8.10 9 9 WC requires at least: 3.0 10 10 WC tested up to: 6.1 … … 81 81 82 82 == 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 83 86 84 87 = 2.8.9 = -
dhl-for-woocommerce/trunk/readme.txt
r2697108 r2698319 6 6 Requires PHP: 5.6 7 7 Tested up to: 4.8.2 8 Stable tag: 2.8. 98 Stable tag: 2.8.10 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.