diff --git a/ACF_City_Selector.php b/ACF_City_Selector.php index 392c9c8..6005de8 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.9.0 + Version: 1.9.1 Tested up to: 6.0.2 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.9.0', + 'version' => '1.9.1', ); if ( ! class_exists( 'ACFCS_WEBSITE_URL' ) ) { diff --git a/README.md b/README.md index ecf81cd..cf018a0 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.9.0 - released 12.10.22 +1.9.1 - released 13.10.22 ### Description @@ -183,8 +183,8 @@ This ACF field type is compatible/tested with ACF 5 (Pro). It's slightly tested ### Tested with -* [X] Wordpress 5.9.2 -* [X] Advanced Custom Fields Pro 5.12 +* [X] Wordpress 6.0.2 +* [X] Advanced Custom Fields Pro 6.0.2 * [X] Advanced Custom Fields 4.4.12 @@ -228,6 +228,9 @@ I got the idea for this plugin through [Fabrizio Sabato](https://github.com/fab0 ### Changelog +1.9.1 +* fixed incorrect version + 1.9.0 * fixed case in states transient * added wpdb->prepare (where needed) diff --git a/readme.txt b/readme.txt index 04fe773..e4c6d28 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.0.2 -Stable tag: 1.8.0 +Stable tag: 1.9.1 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.9.1 = +* fix incorrect version + = 1.9.0 = * fixed case for country code in states transient * added wpdb->prepare (where needed)