Changeset 3282853
- Timestamp:
- 04/27/2025 04:28:52 PM (11 months ago)
- Location:
- asm-manager
- Files:
-
- 10 added
- 8 edited
-
tags/1.3.2 (added)
-
tags/1.3.2/asmplsww.php (added)
-
tags/1.3.2/changelog.txt (added)
-
tags/1.3.2/includes (added)
-
tags/1.3.2/includes/asmplsww_admin_field.php (added)
-
tags/1.3.2/includes/asmplsww_product_field.php (added)
-
tags/1.3.2/includes/asmplsww_query_live.php (added)
-
tags/1.3.2/includes/asmplsww_shipping_api.php (added)
-
tags/1.3.2/includes/asmplsww_shipping_method.php (added)
-
tags/1.3.2/readme.txt (added)
-
trunk/asmplsww.php (modified) (1 diff)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/asmplsww_admin_field.php (modified) (1 diff)
-
trunk/includes/asmplsww_product_field.php (modified) (1 diff)
-
trunk/includes/asmplsww_query_live.php (modified) (1 diff)
-
trunk/includes/asmplsww_shipping_api.php (modified) (1 diff)
-
trunk/includes/asmplsww_shipping_method.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asm-manager/trunk/asmplsww.php
r3281284 r3282853 6 6 Author: ASM 7 7 Developer: ASM 8 Version: 1.3. 18 Version: 1.3.2 9 9 WC requires at least: 7.0.0 10 10 WC tested up to: 9.8 -
asm-manager/trunk/changelog.txt
r3281332 r3282853 1 1 == Changelog == 2 = 1.3.2 = 3 * Tax Connector fix 4 2 5 = 1.3.1 = 3 6 * Optional Tax Connector extension for AvaTax, TaxJar, and TaxCloud -
asm-manager/trunk/includes/asmplsww_admin_field.php
r3281284 r3282853 2 2 /** 3 3 * @package Asm_Admin_Field 4 * @version 1.3. 14 * @version 1.3.2 5 5 */ 6 6 -
asm-manager/trunk/includes/asmplsww_product_field.php
r3281284 r3282853 2 2 /** 3 3 * @package ASM product field 4 * @version 1.3. 14 * @version 1.3.2 5 5 */ 6 6 -
asm-manager/trunk/includes/asmplsww_query_live.php
r3281284 r3282853 2 2 /** 3 3 * @package ASM Shipping Api 4 * @version 1.3. 14 * @version 1.3.2 5 5 */ 6 6 global $woocommerce; -
asm-manager/trunk/includes/asmplsww_shipping_api.php
r3281284 r3282853 2 2 /** 3 3 * @package ASM Shipping Api 4 * @version 1.3. 14 * @version 1.3.2 5 5 */ 6 6 /* -
asm-manager/trunk/includes/asmplsww_shipping_method.php
r3281284 r3282853 2 2 /** 3 3 * @package ASM Shipping Method 4 * @version 1.3. 14 * @version 1.3.2 5 5 */ 6 6 -
asm-manager/trunk/readme.txt
r3281332 r3282853 73 73 74 74 == Changelog == 75 = 1.3.2 = 76 * Tax Connector fix 77 75 78 = 1.3.1 = 76 79 * Optional Tax Connector extension for AvaTax, TaxJar, and TaxCloud
Note: See TracChangeset
for help on using the changeset viewer.