Skip to content

Commit 131ea9a

Browse files
committed
Bump version
1 parent 35f5b28 commit 131ea9a

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: map, maps, places, location, geolocation, geo, google maps
55
Requires at least: 5.2
66
Tested up to: 5.4
77
Requires PHP: 5.6
8-
Stable tag: 1.1.3
8+
Stable tag: 1.1.4
99
License: GPLv3
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -151,6 +151,9 @@ Yes! [Take a look at some examples](https://github.com/wp-forge/wp-geo-query#usa
151151

152152
== Changelog ==
153153

154+
= 1.1.4 =
155+
* Fix issue where file name case was causing a 404.
156+
154157
= 1.1.3 =
155158
* Added support for custom location-based queries.
156159

@@ -237,3 +240,6 @@ Fixed an issue with the plugin build.
237240

238241
= 1.1.3 =
239242
Added support for custom location-based queries.
243+
244+
= 1.1.4 =
245+
Fix issue where geo-coding wasn't working.

stellar-places.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: An intuitive plugin for easily creating, managing and displaying locations using Google Maps.
66
* Author: Micah Wood
77
* Author URI: https://wpscholar.com
8-
* Version: 1.1.3
8+
* Version: 1.1.4
99
* Requires at least: 5.2
1010
* Requires PHP: 5.6
1111
* Text Domain: stellar-places
@@ -18,7 +18,7 @@
1818
* @package StellarPlaces
1919
*/
2020

21-
define( 'STELLAR_PLACES_VERSION', '1.1.3' );
21+
define( 'STELLAR_PLACES_VERSION', '1.1.4' );
2222
define( 'STELLAR_PLACES_FILE', __FILE__ );
2323

2424
require dirname( __FILE__ ) . '/vendor/autoload.php';

0 commit comments

Comments
 (0)