Skip to content

Commit

Permalink
Update Version num
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Aug 20, 2017
1 parent b1fd041 commit 4420087
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 26 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Simple Location #
**Contributors:** dshanske
**Tags:** geolocation, geo, maps, location, indieweb
**Stable tag:** 3.2.0
**Stable tag:** 3.2.1
**Requires at least:** 4.7
**Tested up to:** 4.8
**Tested up to:** 4.8.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### Version 3.2.1 ###
* Show settings for current default map provider only
* Add style settings for each map provider ( props @miklb )

### Version 3.2.0 ###
* Allow passing of coordinates directly in constructor for map provider
* Switch to argument array instead of individual properties for most display and data functions
Expand Down
98 changes: 78 additions & 20 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.2.0\n"
"Project-Id-Version: Simple Location 3.2.1\n"
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/simple-location\n"
"POT-Creation-Date: 2017-07-15 01:31:14+00:00\n"
"POT-Creation-Date: 2017-08-20 05:41:04+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand All @@ -13,55 +13,113 @@ msgstr ""
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n 0.4.9\n"

#: includes/class-loc-config.php:108
#: includes/class-geo-provider-bing.php:35
msgid "Aerial Imagery"
msgstr ""

#: includes/class-geo-provider-bing.php:36
msgid "Aerial Imagery with a Road Overlay"
msgstr ""

#: includes/class-geo-provider-bing.php:37
msgid ""
"A lighter version of the road maps which also has some of the details such "
"as hill shading disabled."
msgstr ""

#: includes/class-geo-provider-bing.php:38
msgid "A dark version of the road maps."
msgstr ""

#: includes/class-geo-provider-bing.php:39
msgid "A grayscale version of the road maps."
msgstr ""

#: includes/class-geo-provider-bing.php:40
msgid "Roads without additional imagery"
msgstr ""

#: includes/class-geo-provider-google.php:35
msgid "Roadmap"
msgstr ""

#: includes/class-geo-provider-google.php:36
msgid "Satellite"
msgstr ""

#: includes/class-geo-provider-google.php:37
msgid "Terrain"
msgstr ""

#: includes/class-geo-provider-google.php:38
msgid "Satellite and Roadmap Hybrid"
msgstr ""

#: includes/class-loc-config.php:149
msgid "Simple Location Map Settings"
msgstr ""

#: includes/class-loc-config.php:114
#: includes/class-loc-config.php:155
msgid "Default Map Provider"
msgstr ""

#: includes/class-loc-config.php:122
#: includes/class-loc-config.php:165
msgid "Show Location By Default"
msgstr ""

#: includes/class-loc-config.php:130
#: includes/class-loc-config.php:175
msgid "Default Map Width"
msgstr ""

#: includes/class-loc-config.php:185
msgid "Default Map Height"
msgstr ""

#: includes/class-loc-config.php:195
msgid "Default Map Zoom"
msgstr ""

#: includes/class-loc-config.php:208
msgid "Google Maps API Key"
msgstr ""

#: includes/class-loc-config.php:138
msgid "Mapbox API Key"
#: includes/class-loc-config.php:219
msgid "Google Style"
msgstr ""

#: includes/class-loc-config.php:146
#: includes/class-loc-config.php:231
msgid "Bing API Key"
msgstr ""

#: includes/class-loc-config.php:154
msgid "Default Map Width"
#: includes/class-loc-config.php:243
msgid "Bing Style"
msgstr ""

#: includes/class-loc-config.php:162
msgid "Default Map Height"
#: includes/class-loc-config.php:255
msgid "Mapbox API Key"
msgstr ""

#: includes/class-loc-config.php:170
msgid "Default Map Zoom"
#: includes/class-loc-config.php:267
msgid "Mapbox User"
msgstr ""

#: includes/class-loc-config.php:279
msgid "Mapbox Style"
msgstr ""

#: includes/class-loc-config.php:201
#: includes/class-loc-config.php:315
msgid "OpenStreetMap/MapBox"
msgstr ""

#: includes/class-loc-config.php:202
#: includes/class-loc-config.php:316
msgid "Google Maps"
msgstr ""

#: includes/class-loc-config.php:203
#: includes/class-loc-config.php:317
msgid "Bing Maps"
msgstr ""

#: includes/class-loc-config.php:208
#: includes/class-loc-config.php:339
msgid ""
"Default Settings for Map Generation for the Simple Location plugin. API "
"keys are required for map display services."
Expand Down Expand Up @@ -159,7 +217,7 @@ msgstr ""
msgid "Save as Venue"
msgstr ""

#: includes/class-loc-view.php:19 includes/class-loc-view.php:34
#: includes/class-loc-view.php:19 includes/class-loc-view.php:36
msgid "Location: "
msgstr ""

Expand Down
8 changes: 6 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, indieweb
Stable tag: 3.2.0
Stable tag: 3.2.1
Requires at least: 4.7
Tested up to: 4.8
Tested up to: 4.8.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= Version 3.2.1 =
* Show settings for current default map provider only
* Add style settings for each map provider ( props @miklb )

= Version 3.2.0 =
* Allow passing of coordinates directly in constructor for map provider
* Switch to argument array instead of individual properties for most display and data functions
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.2.0
* Version: 3.2.1
* 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.2.0';
public static $version = '3.2.1';

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

0 comments on commit 4420087

Please sign in to comment.