Changeset 3057455
- Timestamp:
- 03/23/2024 05:42:21 PM (2 years ago)
- Location:
- autocomplete-address-for-woocommerce
- Files:
-
- 9 added
- 1 deleted
- 3 edited
-
tags/1.3.2 (added)
-
tags/1.3.2/assets (added)
-
tags/1.3.2/assets/js (added)
-
tags/1.3.2/assets/js/autocomplete-address.13ea6708a9ad0da13098.min.js (added)
-
tags/1.3.2/autocomplete-address-for-woocommerce.php (added)
-
tags/1.3.2/includes (added)
-
tags/1.3.2/includes/class-wc-checkout-scripts.php (added)
-
tags/1.3.2/readme.txt (added)
-
trunk/assets/js/autocomplete-address.13ea6708a9ad0da13098.js (deleted)
-
trunk/assets/js/autocomplete-address.13ea6708a9ad0da13098.min.js (added)
-
trunk/autocomplete-address-for-woocommerce.php (modified) (2 diffs)
-
trunk/includes/class-wc-checkout-scripts.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
autocomplete-address-for-woocommerce/trunk/autocomplete-address-for-woocommerce.php
r3048786 r3057455 6 6 * Author: Fernando Acosta 7 7 * Author URI: https://fernandoacosta.net 8 * Version: 1.3. 18 * Version: 1.3.2 9 9 * License: GPLv2 or later 10 10 * WC requires at least: 4.0.0 11 * WC tested up to: 8. 6.111 * WC tested up to: 8.7.1 12 12 * 13 13 * This plugin is free software: you can redistribute it and/or modify … … 38 38 * @var float 39 39 */ 40 const VERSION = '1.3. 1';40 const VERSION = '1.3.2'; 41 41 42 42 /** -
autocomplete-address-for-woocommerce/trunk/includes/class-wc-checkout-scripts.php
r3048593 r3057455 18 18 wp_enqueue_script( 19 19 'wc-autocomplete-address', 20 WC_Autocomplete_Address::plugin_url() . '/assets/js/autocomplete-address.13ea6708a9ad0da13098. js',20 WC_Autocomplete_Address::plugin_url() . '/assets/js/autocomplete-address.13ea6708a9ad0da13098.min.js', 21 21 array( 'jquery' ), 22 22 WC_Autocomplete_Address::VERSION, -
autocomplete-address-for-woocommerce/trunk/readme.txt
r3048787 r3057455 5 5 Requires at least: 5.0.0 6 6 Tested up to: 6.4.3 7 Stable tag: 1.3. 17 Stable tag: 1.3.2 8 8 Requires PHP: 7.0.0 9 9 License: GPLv3 or later … … 46 46 == Changelog == 47 47 48 = 1.3.2 - 2024/03/23 = 49 50 - Adicionar sufixo .min ao arquivo JS, prevenindo dupla compressão em alguns plugins de cache 51 48 52 = 1.3.1 - 2024/03/10 = 49 53
Note: See TracChangeset
for help on using the changeset viewer.