Skip to content

Commit

Permalink
Merge pull request #116 from Beee4life/feature/v1.9.1
Browse files Browse the repository at this point in the history
Fix incorrect version
  • Loading branch information
Beee4life authored Oct 13, 2022
2 parents f6b0518 + 7990974 commit 84d0184
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ACF_City_Selector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' ) ) {
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Welcome to the City Selector plugin, which is an extension for [Advanced Custom
<a name="version"></a>
### Version

1.9.0 - released 12.10.22
1.9.1 - released 13.10.22

<a name="description"></a>
### Description
Expand Down Expand Up @@ -183,8 +183,8 @@ This ACF field type is compatible/tested with ACF 5 (Pro). It's slightly tested
<a name="tested"></a>
### 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

<a name="support"></a>
Expand Down Expand Up @@ -228,6 +228,9 @@ I got the idea for this plugin through [Fabrizio Sabato](https://github.com/fab0
<a name="changelog"></a>
### Changelog

1.9.1
* fixed incorrect version

1.9.0
* fixed case in states transient
* added wpdb->prepare (where needed)
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 84d0184

Please sign in to comment.