Plugin Directory

Changeset 3074624


Ignore:
Timestamp:
04/21/2024 03:57:05 PM (2 years ago)
Author:
Beee
Message:

fix typo in function call

Location:
acf-city-selector/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • acf-city-selector/trunk/ACF_City_Selector.php

    r3048288 r3074624  
    44    Plugin URI:     https://acf-city-selector.com
    55    Description:    An extension for ACF which allows you to select a city based on country and province/state.
    6     Version:        1.12.0
    7     Tested up to:   6.4.3
     6    Version:        1.13.0
     7    Tested up to:   6.5.2
    88    Requires PHP:   7.0
    99    Author:         Beee
     
    3636                    'db_version' => '1.0',
    3737                    'url'        => plugin_dir_url( __FILE__ ),
    38                     'version'    => '1.12.0',
     38                    'version'    => '1.13.0',
    3939                );
    4040
  • acf-city-selector/trunk/inc/acfcs-actions.php

    r3048288 r3074624  
    2828        }
    2929    }
    30     add_action( 'acfcs_delete_transients', 'i will try acfcs_delete_transients' );
     30    add_action( 'acfcs_delete_transients', 'acfcs_delete_transients' );
    3131    add_action( 'acfcs_after_success_import', 'acfcs_delete_transients' );
    3232    add_action( 'acfcs_after_success_import_raw', 'acfcs_delete_transients' );
  • acf-city-selector/trunk/readme.txt

    r3048288 r3074624  
    44Requires at least: 3.6.0
    55Requires PHP: 7.0
    6 Tested up to: 6.4.3
    7 Stable tag: 1.12.0
     6Tested up to: 6.5.2
     7Stable tag: 1.13.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4242== Changelog ==
    4343
     44= 1.13.0 =
     45* Fix typo in function call
     46
    4447= 1.12.0 =
    4548* Fix clear transients
    4649
    4750= 1.11.0 =
    48 * ?
     51* fix incorrect index for store as single meta
    4952
    5053= 1.10.1 =
Note: See TracChangeset for help on using the changeset viewer.