Changeset 2848702
- Timestamp:
- 01/15/2023 04:03:13 PM (3 years ago)
- Location:
- asm-manager/trunk
- Files:
-
- 7 edited
-
asmplsww.php (modified) (1 diff)
-
includes/asmplsww_admin_field.php (modified) (1 diff)
-
includes/asmplsww_product_field.php (modified) (1 diff)
-
includes/asmplsww_query_live.php (modified) (2 diffs)
-
includes/asmplsww_shipping_api.php (modified) (1 diff)
-
includes/asmplsww_shipping_method.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asm-manager/trunk/asmplsww.php
r2848152 r2848702 6 6 Author: ASM 7 7 Developer: ASM 8 Version: 1.2. 48 Version: 1.2.5 9 9 WC requires at least: 7.0.0 10 10 WC tested up to: 7.3.0 -
asm-manager/trunk/includes/asmplsww_admin_field.php
r2848152 r2848702 2 2 /** 3 3 * @package Asm_Admin_Field 4 * @version 1.2. 44 * @version 1.2.5 5 5 */ 6 6 -
asm-manager/trunk/includes/asmplsww_product_field.php
r2848152 r2848702 2 2 /** 3 3 * @package ASM product field 4 * @version 1.2. 44 * @version 1.2.5 5 5 */ 6 6 -
asm-manager/trunk/includes/asmplsww_query_live.php
r2848679 r2848702 2 2 /** 3 3 * @package ASM Shipping Api 4 * @version 1.2. 44 * @version 1.2.5 5 5 */ 6 6 global $woocommerce; 7 8 if (!function_exists('asmCap')) { 9 function asmCap($getcmeta, $index) { 10 return isset($getcmeta[$index], $getcmeta[$index]['0']) ? $getcmeta[$index]['0'] : ''; 11 } 12 } 7 13 8 14 $items = $woocommerce->cart->get_cart(); … … 149 155 <CouponValue>" . $coupons_amount . "</CouponValue> 150 156 </ShippingQuery>"; 151 152 if (!function_exists ("asmCap")) {153 function asmCap($getcmeta, $index) {154 return isset($getcmeta[$index], $getcmeta[$index]['0']) ? $getcmeta[$index]['0'] : '';155 }156 } -
asm-manager/trunk/includes/asmplsww_shipping_api.php
r2848152 r2848702 2 2 /** 3 3 * @package ASM Shipping Api 4 * @version 1.2. 44 * @version 1.2.5 5 5 */ 6 6 /* -
asm-manager/trunk/includes/asmplsww_shipping_method.php
r2848152 r2848702 2 2 /** 3 3 * @package ASM Shipping Method 4 * @version 1.2. 44 * @version 1.2.5 5 5 */ 6 6 -
asm-manager/trunk/readme.txt
r2848155 r2848702 6 6 Requires at least: 6.0 7 7 Tested up to: 6.1 8 Stable tag: 1.2. 48 Stable tag: 1.2.5 9 9 10 10 == Description == … … 68 68 69 69 == Changelog == 70 = 1.2.5 = 71 * Bug fixes 72 70 73 = 1.2.4 = 71 74 * PHP v8 supported
Note: See TracChangeset
for help on using the changeset viewer.