Changeset 3048786
- Timestamp:
- 03/11/2024 01:28:33 AM (2 years ago)
- Location:
- autocomplete-address-for-woocommerce
- Files:
-
- 8 added
- 2 edited
-
tags/1.3.1 (added)
-
tags/1.3.1/assets (added)
-
tags/1.3.1/assets/js (added)
-
tags/1.3.1/assets/js/autocomplete-address.13ea6708a9ad0da13098.js (added)
-
tags/1.3.1/autocomplete-address-for-woocommerce.php (added)
-
tags/1.3.1/includes (added)
-
tags/1.3.1/includes/class-wc-checkout-scripts.php (added)
-
tags/1.3.1/readme.txt (added)
-
trunk/autocomplete-address-for-woocommerce.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
autocomplete-address-for-woocommerce/trunk/autocomplete-address-for-woocommerce.php
r3048593 r3048786 6 6 * Author: Fernando Acosta 7 7 * Author URI: https://fernandoacosta.net 8 * Version: 1.3. 08 * Version: 1.3.1 9 9 * License: GPLv2 or later 10 10 * WC requires at least: 4.0.0 … … 38 38 * @var float 39 39 */ 40 const VERSION = '1.3. 0';40 const VERSION = '1.3.1'; 41 41 42 42 /** … … 105 105 106 106 add_action( 'plugins_loaded', array( 'WC_Autocomplete_Address', 'get_instance' ) ); 107 108 // Declare compatibility with custom order tables for WooCommerce. 109 add_action( 110 'before_woocommerce_init', 111 function () { 112 if ( class_exists( '\Automattic\WooCommerce\Utilities\FeaturesUtil' ) ) { 113 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 114 } 115 } 116 ); -
autocomplete-address-for-woocommerce/trunk/readme.txt
r3048593 r3048786 46 46 == Changelog == 47 47 48 = 1.3.1 - 2024/03/10 = 49 50 - Declaração de compatibilidade com HPOS 51 48 52 = 1.3.0 - 2024/03/10 = 49 53
Note: See TracChangeset
for help on using the changeset viewer.