Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Apr 2, 2019
1 parent 4eac9b5 commit 18e910b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 10 deletions.
18 changes: 13 additions & 5 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.6.3\n"
"Project-Id-Version: Simple Location 3.6.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-location\n"
"POT-Creation-Date: 2019-03-31 15:26:15+00:00\n"
"POT-Creation-Date: 2019-04-02 01:17:49+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -338,23 +338,31 @@ msgid "Aerial Imagery with a Road Overlay"
msgstr ""

#: includes/class-map-provider-bing.php:22
msgid "Aerial imagery with on-demand road overlay."
msgstr ""

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

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

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

#: includes/class-map-provider-bing.php:25
#: includes/class-map-provider-bing.php:26
msgid "Roads without additional imagery"
msgstr ""

#: includes/class-map-provider-bing.php:27
msgid "Street-level imagery"
msgstr ""

#: includes/class-map-provider-google.php:7
msgid "Google Maps"
msgstr ""
Expand Down
9 changes: 7 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.6.3
**Stable tag:** 3.6.4
**Requires at least:** 4.7
**Tested up to:** 5.1.1
**Requires PHP:** 5.4
Expand Down Expand Up @@ -79,7 +79,7 @@ option for storing your location.

API Keys are required to use certain services.
* [Google Static Maps](https://developers.google.com/maps/documentation/javascript/get-api-key)
* [Mapbox Static Maps](https://www.mapbox.com/help/create-api-access-token/)
* [Mapbox Static Maps](https://www.mapbox.com/help/create-api-access-token/) - To retrieve style list inside the UI, you need a token with the styles:list scope
* [Bing Maps](https://www.bingmapsportal.com/)
* [OpenWeatherMap](http://openweathermap.com/api)
* [MapQuest](https://developer.mapquest.com/)
Expand Down Expand Up @@ -167,8 +167,13 @@ will now be required to show maps for services that require API keys.

## Changelog ##

### 3.6.4 ( 2019-04-01 )
* Fix/update default map styles for Mapbox
* Add default map style now available for Bing
###
### 3.6.3 ( 2019-03-31 )
* Add Compass as a location provider
* Add APIXU as a weather provider
###
### 3.6.2 ( 2019-02-25 ) ###
* Fix timezone data conversion when get_the_date is called with a $post object
Expand Down
9 changes: 7 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.6.3
Stable tag: 3.6.4
Requires at least: 4.7
Tested up to: 5.1.1
Requires PHP: 5.4
Expand Down Expand Up @@ -79,7 +79,7 @@ option for storing your location.

API Keys are required to use certain services.
* [Google Static Maps](https://developers.google.com/maps/documentation/javascript/get-api-key)
* [Mapbox Static Maps](https://www.mapbox.com/help/create-api-access-token/)
* [Mapbox Static Maps](https://www.mapbox.com/help/create-api-access-token/) - To retrieve style list inside the UI, you need a token with the styles:list scope
* [Bing Maps](https://www.bingmapsportal.com/)
* [OpenWeatherMap](http://openweathermap.com/api)
* [MapQuest](https://developer.mapquest.com/)
Expand Down Expand Up @@ -167,8 +167,13 @@ will now be required to show maps for services that require API keys.

== Changelog ==

= 3.6.4 ( 2019-04-01 )
* Fix/update default map styles for Mapbox
* Add default map style now available for Bing

= 3.6.3 ( 2019-03-31 )
* Add Compass as a location provider
* Add APIXU as a weather provider

= 3.6.2 ( 2019-02-25 ) =
* Fix timezone data conversion when get_the_date is called with a $post object
Expand Down
2 changes: 1 addition & 1 deletion 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.6.3
* Version: 3.6.4
* Author: David Shanske
* Author URI: https://david.shanske.com
* Text Domain: simple-location
Expand Down

0 comments on commit 18e910b

Please sign in to comment.