Changeset 2375271
- Timestamp:
- 09/04/2020 01:44:26 PM (6 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) (1 diff)
-
includes/asmplsww_shipping_api.php (modified) (1 diff)
-
includes/asmplsww_shipping_method.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asm-manager/trunk/asmplsww.php
r2351186 r2375271 7 7 Author: ASM 8 8 Developer: ASM 9 Version: 1.2. 19 Version: 1.2.2 10 10 WC requires at least: 3.7.1 11 11 WC tested up to: 4.0.1 -
asm-manager/trunk/includes/asmplsww_admin_field.php
r2351186 r2375271 2 2 /** 3 3 * @package Asm_Admin_Field 4 * @version 1.2. 14 * @version 1.2.2 5 5 */ 6 6 /* -
asm-manager/trunk/includes/asmplsww_product_field.php
r2351186 r2375271 2 2 /** 3 3 * @package ASM product field 4 * @version 1.2. 14 * @version 1.2.2 5 5 */ 6 6 /* -
asm-manager/trunk/includes/asmplsww_query_live.php
r2351186 r2375271 2 2 /** 3 3 * @package ASM Shipping Api 4 * @version 1.2. 14 * @version 1.2.2 5 5 */ 6 6 -
asm-manager/trunk/includes/asmplsww_shipping_api.php
r2351186 r2375271 2 2 /** 3 3 * @package ASM Shipping Api 4 * @version 1.2. 14 * @version 1.2.2 5 5 */ 6 6 /* -
asm-manager/trunk/includes/asmplsww_shipping_method.php
r2351186 r2375271 2 2 /** 3 3 * @package ASM Shipping Method 4 * @version 1.2. 14 * @version 1.2.2 5 5 */ 6 6 /* … … 69 69 70 70 //live query 71 include _once'asmplsww_query_live.php';71 include 'asmplsww_query_live.php'; 72 72 73 73 -
asm-manager/trunk/readme.txt
r2351190 r2375271 68 68 69 69 == Changelog == 70 = 1.2.2 = 71 * Bug fixes 72 70 73 = 1.2.1 = 71 74 * Bug fixes and enhancements
Note: See TracChangeset
for help on using the changeset viewer.