Skip to content

Commit

Permalink
Release 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Aug 17, 2024
1 parent f8e5139 commit b965daf
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .wp-release-info.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"id": "https://github.com/mcguffin/acf-openstreetmap-field/raw/master/.wp-release-info.json",
"slug": "acf-openstreetmap-field",
"version": "1.5.6",
"version": "1.5.7",
"url": "https://wordpress.org/plugins/acf-openstreetmap-field",
"package": "https://github.com/mcguffin/acf-openstreetmap-field/releases/download/1.5.6/acf-openstreetmap-field.zip",
"package": "https://github.com/mcguffin/acf-openstreetmap-field/releases/download/1.5.7/acf-openstreetmap-field.zip",
"tested": "6.4",
"requires_php": "5.6"
}
2 changes: 1 addition & 1 deletion assets/js/acf-field-group-osm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/acf-field-group-osm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/acf-input-osm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/acf-input-osm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/version.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return "1.5.6";
<?php return "1.5.7";
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.5.6
Version: 1.5.7
Author URI: https://github.com/mcguffin
License: GPL3
Text Domain: acf-openstreetmap-field
Expand Down
13 changes: 9 additions & 4 deletions languages/acf-openstreetmap-field.pot
Original file line number Diff line number Diff line change
@@ -1,36 +1,41 @@
# Copyright (C) 2023 Jörn Lund
# Copyright (C) 2024 Jörn Lund
# This file is distributed under the GPL3.
msgid ""
msgstr ""
"Project-Id-Version: ACF OpenStreetMap Field 1.5.6\n"
"Project-Id-Version: ACF OpenStreetMap Field 1.5.7\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: 2023-11-26T10:38:54+00:00\n"
"POT-Creation-Date: 2024-08-17T10:10:45+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: acf-openstreetmap-field\n"

#. Plugin Name of the plugin
#: index.php
msgid "ACF OpenStreetMap Field"
msgstr ""

#. Plugin URI of the plugin
#: index.php
msgid "https://wordpress.org/plugins/acf-openstreetmap-field"
msgstr ""

#. Description of the plugin
#: index.php
msgid "A configurable OpenStreetMap Field for ACF."
msgstr ""

#. Author of the plugin
#: index.php
msgid "Jörn Lund"
msgstr ""

#. Author URI of the plugin
#: index.php
msgid "https://github.com/mcguffin"
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.5.6",
"version": "1.5.7",
"description": "A configurable OpenStreetMap Field to ACF.",
"private": true,
"scripts": {
Expand Down Expand Up @@ -91,4 +91,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: 6.4
Stable tag: 1.5.6
Stable tag: 1.5.7
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit b965daf

Please sign in to comment.