From fe8e8a3dcafd24d4b71c39ab846f956afb27b47b Mon Sep 17 00:00:00 2001 From: David Shanske Date: Sat, 12 May 2018 10:57:28 -0500 Subject: [PATCH] Final version --- languages/simple-location.pot | 16 ++++++++-------- readme.md | 7 +++++-- readme.txt | 7 +++++-- simple-location.php | 4 ++-- 4 files changed, 20 insertions(+), 14 deletions(-) diff --git a/languages/simple-location.pot b/languages/simple-location.pot index ebd7de4..78ade00 100644 --- a/languages/simple-location.pot +++ b/languages/simple-location.pot @@ -2,9 +2,9 @@ # This file is distributed under the same license as the Simple Location package. msgid "" msgstr "" -"Project-Id-Version: Simple Location 3.3.5\n" +"Project-Id-Version: Simple Location 3.3.6\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-location\n" -"POT-Creation-Date: 2018-05-12 15:11:16+00:00\n" +"POT-Creation-Date: 2018-05-12 15:57:00+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -13,27 +13,27 @@ msgstr "" "Language-Team: LANGUAGE \n" "X-Generator: grunt-wp-i18n 0.5.4\n" -#: includes/class-geo-data.php:44 +#: includes/class-geo-data.php:45 msgid "Private" msgstr "" -#: includes/class-geo-data.php:45 +#: includes/class-geo-data.php:46 msgid "Public" msgstr "" -#: includes/class-geo-data.php:46 +#: includes/class-geo-data.php:47 msgid "Protected" msgstr "" -#: includes/class-geo-data.php:72 +#: includes/class-geo-data.php:73 msgid "All Posts" msgstr "" -#: includes/class-geo-data.php:73 includes/class-geo-data.php:90 +#: includes/class-geo-data.php:74 includes/class-geo-data.php:91 msgid "With Location" msgstr "" -#: includes/class-geo-data.php:89 +#: includes/class-geo-data.php:90 msgid "All Comments" msgstr "" diff --git a/readme.md b/readme.md index 345697d..3b97a3f 100755 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # Simple Location # **Contributors:** [dshanske](https://profiles.wordpress.org/dshanske) **Tags:** geolocation, geo, maps, location, weather, indieweb -**Stable tag:** 3.3.5 +**Stable tag:** 3.3.6 **Requires at least:** 4.7 **Tested up to:** 4.9.4 **Requires PHP:** 5.3 @@ -90,7 +90,10 @@ will now be required to show maps for services that require API keys. ## Changelog ## -### 3.3.6 ( 2018-xx-xx ) ### +### 3.3.6 ( 2018-05-12 ) ### +* Privacy and data collection statement +* Add geoJSON to JSONFeed +* Fix incorrect permissions for GEORSS ### 3.3.5 ( 2018-04-15 ) ### * Minor location attachment storage changes diff --git a/readme.txt b/readme.txt index 40b6b23..920bccd 100755 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ === Simple Location === Contributors: dshanske Tags: geolocation, geo, maps, location, weather, indieweb -Stable tag: 3.3.5 +Stable tag: 3.3.6 Requires at least: 4.7 Tested up to: 4.9.4 Requires PHP: 5.3 @@ -90,7 +90,10 @@ will now be required to show maps for services that require API keys. == Changelog == -= 3.3.6 ( 2018-xx-xx ) = += 3.3.6 ( 2018-05-12 ) = +* Privacy and data collection statement +* Add geoJSON to JSONFeed +* Fix incorrect permissions for GEORSS = 3.3.5 ( 2018-04-15 ) = * Minor location attachment storage changes diff --git a/simple-location.php b/simple-location.php index b0c9b64..43136cc 100755 --- a/simple-location.php +++ b/simple-location.php @@ -3,7 +3,7 @@ * Plugin Name: Simple Location * Plugin URI: https://wordpress.org/plugins/simple-location/ * Description: Adds Location to WordPress - * Version: 3.3.5 + * Version: 3.3.6 * Author: David Shanske * Author URI: https://david.shanske.com * Text Domain: simple-location @@ -20,7 +20,7 @@ class Simple_Location_Plugin { - public static $version = '3.3.5'; + public static $version = '3.3.6'; public static function activate() { require_once plugin_dir_path( __FILE__ ) . 'includes/class-geo-data.php';