Skip to content

Commit

Permalink
Release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Nov 11, 2019
1 parent a34fd10 commit 987657e
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: https://wordpress.org/plugins/acf-openstreetmap-field
Description: A configurable OpenStreetMap Field for ACF.
Author: Jörn Lund
Version: 1.1.3
Version: 1.1.4
Author URI: https://github.com/mcguffin
License: GPL3
Text Domain: acf-openstreetmap-field
Expand Down
56 changes: 28 additions & 28 deletions languages/acf-openstreetmap-field.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# This file is distributed under the same license as the ACF OpenStreetMap Field plugin.
msgid ""
msgstr ""
"Project-Id-Version: ACF OpenStreetMap Field 1.1.3\n"
"Project-Id-Version: ACF OpenStreetMap Field 1.1.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-openstreetmap-field\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2019-10-12T15:49:45+00:00\n"
"POT-Creation-Date: 2019-11-11T09:29:32+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.2.0\n"
"X-Generator: WP-CLI 2.3.0\n"
"X-Domain: acf-openstreetmap-field\n"

#. Plugin Name of the plugin
Expand All @@ -34,31 +34,6 @@ msgstr ""
msgid "https://github.com/mcguffin"
msgstr ""

#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:37
msgid "OpenStreetMap Settings"
msgstr ""

#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:37
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:51
msgid "OpenStreetMap"
msgstr ""

#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:51
msgid "acf-openstreetmap-field Settings"
msgstr ""

#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:57
msgid "Save Settings"
msgstr ""

#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:86
msgid "Access Tokens"
msgstr ""

#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:139
msgid "Enter Access Tokens for various Map Tile providers."
msgstr ""

#: include/ACFFieldOpenstreetmap/Core/Core.php:104
msgid "Search..."
msgstr ""
Expand All @@ -67,6 +42,11 @@ msgstr ""
msgid "Nothing found..."
msgstr ""

#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:51
#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:37
msgid "OpenStreetMap"
msgstr ""

#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:127
msgid "Raw Data"
msgstr ""
Expand Down Expand Up @@ -163,3 +143,23 @@ msgstr ""
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:827
msgid "Remove Marker"
msgstr ""

#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:37
msgid "OpenStreetMap Settings"
msgstr ""

#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:51
msgid "acf-openstreetmap-field Settings"
msgstr ""

#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:57
msgid "Save Settings"
msgstr ""

#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:86
msgid "Access Tokens"
msgstr ""

#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:139
msgid "Enter Access Tokens for various Map Tile providers."
msgstr ""
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acf-openstreetmap-field",
"version": "1.1.3",
"version": "1.1.4",
"description": "A configurable OpenStreetMap Field to ACF.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -70,4 +70,4 @@
"svn": "https://plugins.svn.wordpress.org/acf-openstreetmap-field/"
}
}
}
}
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: map acf openstreetmap leaflet
Requires at least: 4.8
Requires PHP: 5.6
Tested up to: 5.2.2
Stable tag: 1.1.3
Stable tag: 1.1.4
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 987657e

Please sign in to comment.