Skip to content

Commit 4565875

Browse files
committed
Updated version number and "tested up to"
Resolves issue #25
1 parent c2bf4cf commit 4565875

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

readme.txt

Lines changed: 9 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.2.2
6+
Tested up to: 5.4
77
Requires PHP: 5.6
8-
Stable tag: 1.1
8+
Stable tag: 1.1.1
99
License: GPLv3
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -147,6 +147,10 @@ Absolutely. There is an `/includes/templates` directory in the plugin that cont
147147

148148
== Changelog ==
149149

150+
= 1.1.1 =
151+
* Minor code updates and fixes.
152+
* Updated "Tested up to" to WordPress version 5.4
153+
150154
= 1.1 =
151155
* Implemented REST API support.
152156
* General code clean up and maintenance.
@@ -214,3 +218,6 @@ Added ability to change map type via the shortcode.
214218

215219
= 1.1 =
216220
Implemented REST API support.
221+
222+
= 1.1.1 =
223+
Minor code updates and fixes.

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

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

0 commit comments

Comments
 (0)