Skip to content

Commit

Permalink
Release 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Dec 2, 2019
1 parent 27ff2c4 commit e0bc21d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 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.6
Version: 1.1.7
Author URI: https://github.com/mcguffin
License: GPL3
Text Domain: acf-openstreetmap-field
Expand Down
22 changes: 15 additions & 7 deletions languages/acf-openstreetmap-field.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the ACF OpenStreetMap Field plugin.
msgid ""
msgstr ""
"Project-Id-Version: ACF OpenStreetMap Field 1.1.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-openstreetmap-field\n"
"Project-Id-Version: ACF OpenStreetMap Field 1.1.7\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-openstreetmap-field-master\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-11-29T16:15:43+00:00\n"
"POT-Creation-Date: 2019-12-02T09:07:20+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: acf-openstreetmap-field\n"
Expand Down Expand Up @@ -42,6 +42,14 @@ msgstr ""
msgid "Nothing found..."
msgstr ""

#: include/ACFFieldOpenstreetmap/Core/Core.php:106
msgid "My location"
msgstr ""

#: include/ACFFieldOpenstreetmap/Core/Core.php:107
msgid "Add Marker at location"
msgstr ""

#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:51
#: include/ACFFieldOpenstreetmap/Settings/SettingsOpenStreetMap.php:37
msgid "OpenStreetMap"
Expand Down Expand Up @@ -128,19 +136,19 @@ msgstr ""
msgid "Drag Marker to move."
msgstr ""

#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:655
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:659
msgid "View Larger Map"
msgstr ""

#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:733
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:737
msgid "Please set a marker on the map."
msgstr ""

#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:821
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:825
msgid "Locate Marker"
msgstr ""

#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:827
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:831
msgid "Remove Marker"
msgstr ""

Expand Down
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.6",
"version": "1.1.7",
"description": "A configurable OpenStreetMap Field to ACF.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -71,4 +71,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.3
Stable tag: 1.1.6
Stable tag: 1.1.7
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit e0bc21d

Please sign in to comment.