Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Jun 16, 2019
1 parent 2c9cadc commit 2757e88
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Simple Location ===
Contributors: dshanske
Tags: geolocation, geo, maps, location, weather, indieweb
Stable tag: 3.8.0
Stable tag: 3.8.1
Requires at least: 4.9
Tested up to: 5.2
Tested up to: 5.2.1
Requires PHP: 5.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -171,6 +171,11 @@ will now be required to show maps for services that require API keys.

== Changelog ==

= 3.8.1 ( 2019-06-16 )
* Fix issue where hidden location showed in RSS feed
* Automatically lookup location for uploaded photos
* Automatically convert timestamp on photo to published property

= 3.8.0 ( 2019-05-26 )
* Add Geonames as a Provider
* Fix issue with auto-location on micropub
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: 3.8.0
* Version: 3.8.1
* Author: David Shanske
* Author URI: https://david.shanske.com
* Text Domain: simple-location
Expand All @@ -18,7 +18,7 @@


class Simple_Location_Plugin {
public static $version = '3.8.0';
public static $version = '3.8.1';

public static function activate() {
require_once plugin_dir_path( __FILE__ ) . 'includes/class-geo-data.php';
Expand Down

0 comments on commit 2757e88

Please sign in to comment.