Skip to content

Commit

Permalink
Merge pull request #165 from dshanske/develop
Browse files Browse the repository at this point in the history
Restore missing changelog
  • Loading branch information
dshanske committed May 27, 2020
2 parents 7f021b8 + 12e7fcc commit 3bad5fe
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
15 changes: 13 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Simple Location #
**Contributors:** [dshanske](https://profiles.wordpress.org/dshanske)
**Tags:** geolocation, timezones, geo, maps, location, weather, indieweb
**Stable tag:** 4.0.6
**Stable tag:** 4.1.1
**Requires at least:** 4.9
**Tested up to:** 5.4
**Requires PHP:** 5.4
**Requires PHP:** 5.6
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -191,6 +191,17 @@ will now be required to show maps for services that require API keys.

## Changelog ##

### 4.1.1 ( 2020-05-27 ) ###
* AerisWeather is now a provider
* Add docblocks
* PHP5.6 now minimum
* Add additional icons
* Optimizations, refactoring, and bugfix
* Add the ability to change the location icon to various alternatives.
* Add support for retrieving airline data
* Improve airport data support
* Standardize units of measure

### 4.0.6 ( 2020-04-12 ) ###
* Update HERE to use API Key over prior app id system
* Update HERE Map Service to use new endpoint
Expand Down
15 changes: 13 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Simple Location ===
Contributors: dshanske
Tags: geolocation, timezones, geo, maps, location, weather, indieweb
Stable tag: 4.0.6
Stable tag: 4.1.1
Requires at least: 4.9
Tested up to: 5.4
Requires PHP: 5.4
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -191,6 +191,17 @@ will now be required to show maps for services that require API keys.

== Changelog ==

= 4.1.1 ( 2020-05-27 ) =
* AerisWeather is now a provider
* Add docblocks
* PHP5.6 now minimum
* Add additional icons
* Optimizations, refactoring, and bugfix
* Add the ability to change the location icon to various alternatives.
* Add support for retrieving airline data
* Improve airport data support
* Standardize units of measure

= 4.0.6 ( 2020-04-12 ) =
* Update HERE to use API Key over prior app id system
* Update HERE Map Service to use new endpoint
Expand Down
4 changes: 2 additions & 2 deletions simple-location.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Simple Location
* Plugin URI: https://wordpress.org/plugins/simple-location/
* Description: Adds Location to WordPress
* Version: 4.0.6
* Version: 4.1.1
* Author: David Shanske
* Author URI: https://david.shanske.com
* Text Domain: simple-location
Expand Down Expand Up @@ -37,7 +37,7 @@ class Simple_Location_Plugin {
* @since 1.0.0
* @var string
*/
public static $version = '4.0.6';
public static $version = '4.1.1';


/**
Expand Down

0 comments on commit 3bad5fe

Please sign in to comment.