diff --git a/ACF_City_Selector.php b/ACF_City_Selector.php index 3d0bcac..b7b90a4 100755 --- a/ACF_City_Selector.php +++ b/ACF_City_Selector.php @@ -3,8 +3,8 @@ Plugin Name: ACF City Selector Plugin URI: https://acf-city-selector.com Description: An extension for ACF which allows you to select a city based on country and province/state. - Version: 1.12.0 - Tested up to: 6.4.3 + Version: 1.13.0 + Tested up to: 6.5.2 Requires PHP: 7.0 Author: Beee Author URI: https://berryplasman.com @@ -35,7 +35,7 @@ public function __construct() { $this->settings = array( 'db_version' => '1.0', 'url' => plugin_dir_url( __FILE__ ), - 'version' => '1.12.0', + 'version' => '1.13.0', ); if ( ! class_exists( 'ACFCS_WEBSITE_URL' ) ) { diff --git a/README.md b/README.md index 1d36d62..95060f8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Welcome to the City Selector plugin, which is an extension for [Advanced Custom ### Version -1.12.0 - released 09.03.24 +1.13.0 - 21.04.24 ### Description @@ -228,6 +228,12 @@ I got the idea for this plugin through [Fabrizio Sabato](https://github.com/fab0 ### Changelog +1.13.0 +* remove typo in function call + +1.12.0 +* fix clearing of transients + 1.11.0 * fix incorrect index for store as single meta diff --git a/inc/acfcs-actions.php b/inc/acfcs-actions.php index 36ed5d9..fa8a474 100755 --- a/inc/acfcs-actions.php +++ b/inc/acfcs-actions.php @@ -27,7 +27,7 @@ function acfcs_delete_transients( $country_code = false ) { } } } - add_action( 'acfcs_delete_transients', 'i will try acfcs_delete_transients' ); + add_action( 'acfcs_delete_transients', 'acfcs_delete_transients' ); add_action( 'acfcs_after_success_import', 'acfcs_delete_transients' ); add_action( 'acfcs_after_success_import_raw', 'acfcs_delete_transients' ); add_action( 'acfcs_after_success_nuke', 'acfcs_delete_transients' ); diff --git a/readme.txt b/readme.txt index 32d0e7a..6ec8179 100755 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Tags: acf, custom, fields, custom fields, select, country, city, state, province Contributors: beee Requires at least: 3.6.0 Requires PHP: 7.0 -Tested up to: 6.4.3 -Stable tag: 1.12.0 +Tested up to: 6.5.2 +Stable tag: 1.13.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -41,11 +41,14 @@ A. Please read the FAQ @ [https://acf-city-selector.com/documentation/](https:// == Changelog == += 1.13.0 = +* Fix typo in function call + = 1.12.0 = * Fix clear transients = 1.11.0 = -* ? +* fix incorrect index for store as single meta = 1.10.1 = * New language files