From 23539e05e9c3491e74f90efa4168dea2300f3fca Mon Sep 17 00:00:00 2001 From: Beee Date: Sat, 9 Mar 2024 16:36:22 +0100 Subject: [PATCH 1/5] Change version --- ACF_City_Selector.php | 4 ++-- README.md | 2 +- readme.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ACF_City_Selector.php b/ACF_City_Selector.php index 3d0bcac..e822481 100755 --- a/ACF_City_Selector.php +++ b/ACF_City_Selector.php @@ -3,7 +3,7 @@ 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 + Version: 1.13.0 Tested up to: 6.4.3 Requires PHP: 7.0 Author: Beee @@ -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..abb006e 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 - released tbc ### Description diff --git a/readme.txt b/readme.txt index 32d0e7a..877009d 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: beee Requires at least: 3.6.0 Requires PHP: 7.0 Tested up to: 6.4.3 -Stable tag: 1.12.0 +Stable tag: 1.13.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From b7dc37c6e83ddb7e19c5460098e0487bab6f9acb Mon Sep 17 00:00:00 2001 From: Beee Date: Sat, 9 Mar 2024 16:37:06 +0100 Subject: [PATCH 2/5] Update changelog --- README.md | 3 +++ readme.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abb006e..15f727f 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,9 @@ I got the idea for this plugin through [Fabrizio Sabato](https://github.com/fab0 ### Changelog +1.12.0 +* fix clearing of transients + 1.11.0 * fix incorrect index for store as single meta diff --git a/readme.txt b/readme.txt index 877009d..d74c86f 100755 --- a/readme.txt +++ b/readme.txt @@ -45,7 +45,7 @@ A. Please read the FAQ @ [https://acf-city-selector.com/documentation/](https:// * Fix clear transients = 1.11.0 = -* ? +* fix incorrect index for store as single meta = 1.10.1 = * New language files From ea1b5fa9693608c802636fa30939bfb70efa40eb Mon Sep 17 00:00:00 2001 From: Beee Date: Sun, 21 Apr 2024 17:38:12 +0200 Subject: [PATCH 3/5] Update version + changelog --- README.md | 5 ++++- readme.txt | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f727f..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.13.0 - released tbc +1.13.0 - 21.04.24 ### Description @@ -228,6 +228,9 @@ 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 diff --git a/readme.txt b/readme.txt index d74c86f..6ec8179 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ 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 +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,6 +41,9 @@ 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 From 69bef11869ddcd41f019be1d3029572ceee6ea5d Mon Sep 17 00:00:00 2001 From: Beee Date: Sun, 21 Apr 2024 17:38:19 +0200 Subject: [PATCH 4/5] Update version --- ACF_City_Selector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACF_City_Selector.php b/ACF_City_Selector.php index e822481..b7b90a4 100755 --- a/ACF_City_Selector.php +++ b/ACF_City_Selector.php @@ -4,7 +4,7 @@ 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.13.0 - Tested up to: 6.4.3 + Tested up to: 6.5.2 Requires PHP: 7.0 Author: Beee Author URI: https://berryplasman.com From 8c913e74cd07c6c11f94d2a4c9c3bb48b3472d18 Mon Sep 17 00:00:00 2001 From: Beee Date: Sun, 21 Apr 2024 17:38:37 +0200 Subject: [PATCH 5/5] Remove inadvertent posted text --- inc/acfcs-actions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' );