Changeset 3269212
- Timestamp:
- 04/08/2025 10:18:00 PM (12 months ago)
- Location:
- asm-manager
- Files:
-
- 5 edited
-
tags/1.2.9/asmplsww.php (modified) (1 diff)
-
tags/1.2.9/readme.txt (modified) (1 diff)
-
trunk/asmplsww.php (modified) (1 diff)
-
trunk/includes/asmplsww_query_live.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asm-manager/tags/1.2.9/asmplsww.php
r3269160 r3269212 36 36 37 37 add_filter('woocommerce_shipping_methods', 'asmplsww_shipping_method_add'); 38 39 add_action( 'before_woocommerce_init', function() { 40 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 41 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 42 } 43 }); 44 38 45 } -
asm-manager/tags/1.2.9/readme.txt
r3269176 r3269212 74 74 * Version compatibility 75 75 * Store indexing improvement 76 * Added support for WC high-performance order storage 76 77 77 78 = 1.2.8 = -
asm-manager/trunk/asmplsww.php
r3269160 r3269212 36 36 37 37 add_filter('woocommerce_shipping_methods', 'asmplsww_shipping_method_add'); 38 39 add_action( 'before_woocommerce_init', function() { 40 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 41 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 42 } 43 }); 44 38 45 } -
asm-manager/trunk/includes/asmplsww_query_live.php
r3269160 r3269212 70 70 } 71 71 72 //<StoreIndicator>getfoundsocial</StoreIndicator>73 72 $xml_data = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> 74 73 <ShippingQuery> -
asm-manager/trunk/readme.txt
r3269176 r3269212 74 74 * Version compatibility 75 75 * Store indexing improvement 76 * Added support for WC high-performance order storage 76 77 77 78 = 1.2.8 =
Note: See TracChangeset
for help on using the changeset viewer.