Changeset 1992787
- Timestamp:
- 12/12/2018 01:28:37 PM (7 years ago)
- Location:
- order-search-repair-for-woocommerce
- Files:
-
- 7 added
- 3 edited
-
tags/0.1.2/vnmOrderSearchRepair.php (modified) (1 diff)
-
tags/0.1.3 (added)
-
tags/0.1.3/LICENSE.txt (added)
-
tags/0.1.3/includes (added)
-
tags/0.1.3/includes/orders.js (added)
-
tags/0.1.3/includes/vnm.css (added)
-
tags/0.1.3/readme.txt (added)
-
tags/0.1.3/vnmOrderSearchRepair.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vnmOrderSearchRepair.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
order-search-repair-for-woocommerce/tags/0.1.2/vnmOrderSearchRepair.php
r1759024 r1992787 374 374 foreach($fieldsArray as $field) { 375 375 $billKey = '_billing' . $field; 376 $shipKey = '_ billing' . $field;376 $shipKey = '_shipping' . $field; 377 377 378 378 if (isset($custom[$billKey])) { -
order-search-repair-for-woocommerce/trunk/readme.txt
r1759318 r1992787 71 71 == Changelog == 72 72 73 = 0.1.3 = 74 *Release Date - 12 December 2018* 75 76 * BUG FIX: Typo led to billing & shipping indexes both being set as billing 77 * Checked compatibility up to Wordpress 4.9.8 and WooCommerce 3.5.2 78 73 79 = 0.1.2 = 74 80 *Release Date - 05 November 2017* -
order-search-repair-for-woocommerce/trunk/vnmOrderSearchRepair.php
r1759024 r1992787 12 12 13 13 WC requires at least: 2.5.0 14 WC tested up to: 3. 2.214 WC tested up to: 3.5.2 15 15 */ 16 16 … … 374 374 foreach($fieldsArray as $field) { 375 375 $billKey = '_billing' . $field; 376 $shipKey = '_ billing' . $field;376 $shipKey = '_shipping' . $field; 377 377 378 378 if (isset($custom[$billKey])) {
Note: See TracChangeset
for help on using the changeset viewer.