Plugin Directory

Changeset 3057455


Ignore:
Timestamp:
03/23/2024 05:42:21 PM (2 years ago)
Author:
Amgnando
Message:

Deploy version 1.3.2

Location:
autocomplete-address-for-woocommerce
Files:
9 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • autocomplete-address-for-woocommerce/trunk/autocomplete-address-for-woocommerce.php

    r3048786 r3057455  
    66 * Author:               Fernando Acosta
    77 * Author URI:           https://fernandoacosta.net
    8  * Version:              1.3.1
     8 * Version:              1.3.2
    99 * License:              GPLv2 or later
    1010 * WC requires at least: 4.0.0
    11  * WC tested up to:      8.6.1
     11 * WC tested up to:      8.7.1
    1212 *
    1313 * This plugin is free software: you can redistribute it and/or modify
     
    3838   * @var float
    3939   */
    40   const VERSION = '1.3.1';
     40  const VERSION = '1.3.2';
    4141
    4242  /**
  • autocomplete-address-for-woocommerce/trunk/includes/class-wc-checkout-scripts.php

    r3048593 r3057455  
    1818      wp_enqueue_script(
    1919        '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',
    2121        array( 'jquery' ),
    2222        WC_Autocomplete_Address::VERSION,
  • autocomplete-address-for-woocommerce/trunk/readme.txt

    r3048787 r3057455  
    55Requires at least: 5.0.0
    66Tested up to: 6.4.3
    7 Stable tag: 1.3.1
     7Stable tag: 1.3.2
    88Requires PHP: 7.0.0
    99License: GPLv3 or later
     
    4646== Changelog ==
    4747
     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
    4852= 1.3.1 - 2024/03/10 =
    4953
Note: See TracChangeset for help on using the changeset viewer.