Skip to content

Commit 63d747e

Browse files
committed
Bump version to 1.2
1 parent cd9467f commit 63d747e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: wpscholar
33
Donate link: https://www.paypal.me/wpscholar
44
Tags: map, maps, places, location, geolocation, geo, google maps
55
Requires at least: 5.2
6-
Tested up to: 5.4
6+
Tested up to: 5.4.2
77
Requires PHP: 5.6
8-
Stable tag: 1.1.4
8+
Stable tag: 1.2
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.2 =
155+
* Added ability to set custom icons on a per-category and per-post basis.
156+
154157
= 1.1.4 =
155158
* Fix issue where file name case was causing a 404.
156159

@@ -243,3 +246,6 @@ Added support for custom location-based queries.
243246

244247
= 1.1.4 =
245248
Fix issue where geo-coding wasn't working.
249+
250+
= 1.2 =
251+
Added ability to set custom icons on a per-category and per-post basis.

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.4
8+
* Version: 1.2
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.4' );
21+
define( 'STELLAR_PLACES_VERSION', '1.2' );
2222
define( 'STELLAR_PLACES_FILE', __FILE__ );
2323

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

0 commit comments

Comments
 (0)