diff --git a/languages/simple-location.pot b/languages/simple-location.pot index a663ce8..059c9e4 100644 --- a/languages/simple-location.pot +++ b/languages/simple-location.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPLv2 or later. msgid "" msgstr "" -"Project-Id-Version: Simple Location 5.0.20\n" +"Project-Id-Version: Simple Location 5.0.21\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-location\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-12-17T21:00:01+00:00\n" +"POT-Creation-Date: 2023-12-24T02:51:20+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "X-Domain: simple-location\n" @@ -2081,7 +2081,6 @@ msgid "Yes, MapQuest still exists. It offers Geocoding and a Static Map API. Off msgstr "" #: includes/elevation/class-elevation-provider-openmapquest.php:32 -#: includes/geo/class-geo-provider-openmapquest.php:32 msgid "Open Search(Nominatim) via Mapquest" msgstr "" @@ -2135,7 +2134,7 @@ msgid "You have not set an API key for Google" msgstr "" #: includes/geo/class-geo-provider-here.php:36 -msgid "HERE offers a free limited plan for up to 30,000 geocoding transactions per month" +msgid "HERE offers a limited plan for up to 1,000 free transactions per month" msgstr "" #: includes/geo/class-geo-provider-here.php:65 @@ -2151,8 +2150,6 @@ msgstr "" #: includes/geo/class-geo-provider-mapquest.php:50 #: includes/geo/class-geo-provider-mapquest.php:144 -#: includes/geo/class-geo-provider-openmapquest.php:48 -#: includes/geo/class-geo-provider-openmapquest.php:78 msgid "You have not set an API Key for Mapquest" msgstr "" @@ -3588,11 +3585,11 @@ msgstr "" msgid "Longitude: " msgstr "" -#: simple-location.php:367 +#: simple-location.php:366 msgid "Settings" msgstr "" -#: simple-location.php:392 +#: simple-location.php:391 msgid "" "Location and weather data is optionally stored for all posts, attachments, and comments. Location data is extracted from uploaded images along with other metadata. This\n" "\t\t\t\tdata can be removed prior to uploading if tyou do not wish this to be stored. There are options to display this information or hide it." diff --git a/readme.md b/readme.md index 515a103..be93fd3 100755 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ **Tags:** geolocation, timezones, geo, maps, location, weather, indieweb **Requires at least:** 4.9 **Tested up to:** 6.4 -**Stable tag:** 5.0.20 +**Stable tag:** 5.0.21 **Requires PHP:** 5.6 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -288,6 +288,12 @@ will now be required to show maps for services that require API keys. ## Changelog ## +### 5.0.21 ( 2023-12-23 ) ### +* Fix fatal error when no venue +* Read OpenMapQuest as a Geo Provider as no longer available +* Add dates to map archive view +* If missing location but post has a venue, set the location of the post to the venue's location + ### 5.0.20 ( 2023-12-17 ) ### * Dropdown for Venue will now on new edit load only, limited to venues at that location * Temporarily disble sunset adjustment by elevation due to PHP8 deprecation of date_sunrise/sunset. Need to write wrapper in future diff --git a/readme.txt b/readme.txt index d6ba0af..dac2d77 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: dshanske Tags: geolocation, timezones, geo, maps, location, weather, indieweb Requires at least: 4.9 Tested up to: 6.4 -Stable tag: 5.0.20 +Stable tag: 5.0.21 Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -288,6 +288,12 @@ will now be required to show maps for services that require API keys. == Changelog == += 5.0.21 ( 2023-12-23 ) = +* Fix fatal error when no venue +* Read OpenMapQuest as a Geo Provider as no longer available +* Add dates to map archive view +* If missing location but post has a venue, set the location of the post to the venue's location + = 5.0.20 ( 2023-12-17 ) = * Dropdown for Venue will now on new edit load only, limited to venues at that location * Temporarily disble sunset adjustment by elevation due to PHP8 deprecation of date_sunrise/sunset. Need to write wrapper in future diff --git a/simple-location.php b/simple-location.php index 0cb3767..227b9e3 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: 5.0.20 + * Version: 5.0.21 * Requires at least: 4.9 * Requires PHP: 7.0 * Requires CP: 1.4.3