Skip to content

Commit

Permalink
Merge pull request #121 from Beee4life/feature/v1.10.1
Browse files Browse the repository at this point in the history
v1.10.1
  • Loading branch information
Beee4life authored Dec 29, 2022
2 parents 61af52c + d24401d commit 90db64c
Show file tree
Hide file tree
Showing 8 changed files with 366 additions and 342 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.10.0
Version: 1.10.1
Tested up to: 6.1.1
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.10.0',
'version' => '1.10.1',
);

if ( ! class_exists( 'ACFCS_WEBSITE_URL' ) ) {
Expand Down
5 changes: 4 additions & 1 deletion 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.10.0 - released 29.12.22
1.10.1 - released 29.12.22

<a name="description"></a>
### Description
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.10.1
* new language files

1.10.0
* add option to store location as single meta values
* fix ordering for states (which caused some issues)
Expand Down
Binary file modified languages/acf-city-selector-de_DE.mo
Binary file not shown.
Loading

0 comments on commit 90db64c

Please sign in to comment.