Changeset 2698318
- Timestamp:
- 03/23/2022 12:45:41 PM (4 years ago)
- Location:
- dhlpwc
- Files:
-
- 6 edited
- 1 copied
-
tags/2.0.3 (copied) (copied from dhlpwc/trunk)
-
tags/2.0.3/README.md (modified) (1 diff)
-
tags/2.0.3/dhlpwoocommerce.php (modified) (2 diffs)
-
tags/2.0.3/readme.txt (modified) (2 diffs)
-
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.0.3/README.md
r2697107 r2698318 1 1 # DHL Parcel for WooCommerce 2 3 v2.0.3 4 ## Changes 5 - Fixed a bug with pages not loading when DHL for WooCommerce and DHL Parcel for WooCommerce are both activated 2 6 3 7 v2.0.2 -
dhlpwc/tags/2.0.3/dhlpwoocommerce.php
r2697107 r2698318 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 } -
dhlpwc/tags/2.0.3/readme.txt
r2697107 r2698318 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.3 = 57 - Fixed a bug with pages not loading when DHL for WooCommerce and DHL Parcel for WooCommerce are both activated 55 58 56 59 = 2.0.2 = -
dhlpwc/trunk/README.md
r2697107 r2698318 1 1 # DHL Parcel for WooCommerce 2 3 v2.0.3 4 ## Changes 5 - Fixed a bug with pages not loading when DHL for WooCommerce and DHL Parcel for WooCommerce are both activated 2 6 3 7 v2.0.2 -
dhlpwc/trunk/dhlpwoocommerce.php
r2697107 r2698318 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 } -
dhlpwc/trunk/readme.txt
r2697107 r2698318 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.3 = 57 - Fixed a bug with pages not loading when DHL for WooCommerce and DHL Parcel for WooCommerce are both activated 55 58 56 59 = 2.0.2 =
Note: See TracChangeset
for help on using the changeset viewer.