Skip to content

Commit

Permalink
Release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Oct 12, 2019
1 parent 5eb62a8 commit 3359be7
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 53 deletions.
47 changes: 5 additions & 42 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -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
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.2
Version: 1.1.3
Author URI: https://github.com/mcguffin
License: GPL3
Text Domain: acf-openstreetmap-field
Expand Down
20 changes: 12 additions & 8 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.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 <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-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"
Expand Down Expand Up @@ -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 ""
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
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.2
Stable tag: 1.1.3
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 3359be7

Please sign in to comment.