Skip to content

Commit

Permalink
Final version
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed May 12, 2018
1 parent 0993c12 commit fe8e8a3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
16 changes: 8 additions & 8 deletions languages/simple-location.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -13,27 +13,27 @@ msgstr ""
"Language-Team: LANGUAGE <LL@li.org>\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 ""

Expand Down
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
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.3.5
* Version: 3.3.6
* Author: David Shanske
* Author URI: https://david.shanske.com
* Text Domain: simple-location
Expand All @@ -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';
Expand Down

0 comments on commit fe8e8a3

Please sign in to comment.