From 3359be7547d98a837ef45d6d0cffe71179b5b8b8 Mon Sep 17 00:00:00 2001 From: mcguffin Date: Sat, 12 Oct 2019 17:49:51 +0200 Subject: [PATCH] Release 1.1.3 --- TODO.md | 47 +++------------------------ index.php | 2 +- languages/acf-openstreetmap-field.pot | 20 +++++++----- package.json | 2 +- readme.txt | 2 +- 5 files changed, 20 insertions(+), 53 deletions(-) diff --git a/TODO.md b/TODO.md index faf1b83..d7c31af 100644 --- a/TODO.md +++ b/TODO.md @@ -1,51 +1,14 @@ ACF OpenStreetMap Field ToDo ============================ -1.1.0 +1.2.0 ----- - - - [x] Bug: Flexible-Content: Add entry > Repeater: Add entry, select type > Weird Map (3x searchfield) - - [x] ACF Field group attached to post > Block Editor > Map init with 1x1 tile upperleft corner - - [x] Refactor: - - [x] Store map-data in single input field - - [x] JS: use Backbone.model.set('lat') // lng, zoom, layers, markers, ... - - [x] localize js - - [x] Bugs: - - [x] Map with allow_layer_select=false doesn't init - - [x] Field Group Admin: add map > map doesn't init - - [x] Field Group Admin: Duplicate Field > 2 Search inputs - - [x] Repeater > Map: Map doesn't init. - - [x] Test: - - [x] Data generated in <= 1.0.1 - - [ ] iFrame: there used to be address, ... hmm... ACF Artifacts? - - [x] Data conversion from ACF GoogleMap Field (and back?) - - Format: { lat: %f, lng: %f, address: %s } - - [x] Greate Tester Fields - - [x] ACF: Block Editor - - [x] As Block - - [x] Map-CC z-index - - [x] Align Left + Right - - [x] iFrame: wrong layers-param - - [x] iFrame: cant select, catches mouse events - - [x] Switch edit/preview: Map invalidate size - - [x] Marker-labels below map (z-index) - - [x] As Metabox - - [x] ACF: Widgets - - [x] ACF: Frontend-Form - - [x] ACF: Options Page - - [x] 3rd Party: - - [x] ACF Duplicate Repeater - - [x] Hide JSON Data input - - [x] Marker Message: hide if max_markers exceeded - - [x] Move Accuracy to script l10n - - 1.2.0 - ----- - [ ] Tests: - [ ] ACF-Customizer - [ ] ACF WP-Objects - [ ] ACF Quick Edit Fields - - [ ] UI: btn fit markers in View - - [ ] UI: enter lat/lng/zoom for map and lat/lng for marker - [ ] Data: Marker Meta: textarea, text, number, file, image, URL, email, ... - - [ ] Settings: individually disable map providers + +1.3.0 +----- + - [ ] Support MapBox diff --git a/index.php b/index.php index 848054f..4c0f0ae 100644 --- a/index.php +++ b/index.php @@ -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.2 +Version: 1.1.3 Author URI: https://github.com/mcguffin License: GPL3 Text Domain: acf-openstreetmap-field diff --git a/languages/acf-openstreetmap-field.pot b/languages/acf-openstreetmap-field.pot index 4b11466..d76bafd 100644 --- a/languages/acf-openstreetmap-field.pot +++ b/languages/acf-openstreetmap-field.pot @@ -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.2\n" +"Project-Id-Version: ACF OpenStreetMap Field 1.1.3\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-openstreetmap-field\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: 2019-09-11T11:16:56+00:00\n" +"POT-Creation-Date: 2019-10-12T15:49:45+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.2.0\n" "X-Domain: acf-openstreetmap-field\n" @@ -136,26 +136,30 @@ msgstr "" msgid "Leave empty for infinite markers" msgstr "" -#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:315 +#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:316 msgid "Double click to add Marker." msgstr "" -#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:316 +#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:319 +msgid "Tap and hold to add Marker." +msgstr "" + +#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:321 msgid "Drag Marker to move." msgstr "" -#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:650 +#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:655 msgid "View Larger Map" msgstr "" -#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:728 +#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:733 msgid "Please set a marker on the map." msgstr "" -#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:816 +#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:821 msgid "Locate Marker" msgstr "" -#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:822 +#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:827 msgid "Remove Marker" msgstr "" diff --git a/package.json b/package.json index d78e795..b55b337 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acf-openstreetmap-field", - "version": "1.1.2", + "version": "1.1.3", "description": "A configurable OpenStreetMap Field to ACF.", "private": true, "scripts": { diff --git a/readme.txt b/readme.txt index 0ab67d1..fa81c14 100644 --- a/readme.txt +++ b/readme.txt @@ -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.2 +Stable tag: 1.1.3 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html