Changeset 2534692
- Timestamp:
- 05/20/2021 08:48:06 AM (5 years ago)
- Location:
- fuvar-hu-api
- Files:
-
- 11 added
- 2 edited
-
tags/1.2 (added)
-
tags/1.2/fuvarhu.php (added)
-
tags/1.2/inc (added)
-
tags/1.2/inc/export.php (added)
-
tags/1.2/inc/group_action.php (added)
-
tags/1.2/inc/product.php (added)
-
tags/1.2/inc/settings.php (added)
-
tags/1.2/inc/shipping_method.php (added)
-
tags/1.2/inc/single_action.php (added)
-
tags/1.2/inc/variables.php (added)
-
tags/1.2/readme.txt (added)
-
trunk/inc/shipping_method.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fuvar-hu-api/trunk/inc/shipping_method.php
r2503230 r2534692 226 226 $points = json_decode($mpl_points,true); 227 227 foreach ($points as $key => $value) { 228 $options[$value["title"]] = $value[" title"];228 $options[$value["title"]] = $value["city"]." - ".$value["title"]." (".$value["address"].")"; 229 229 } 230 230 -
fuvar-hu-api/trunk/readme.txt
r2525732 r2534692 4 4 Requires at least: 5.4 5 5 Tested up to: 5.6.1 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.