Skip to content

Commit c2238ad

Browse files
committed
Release 1.2.1
1 parent 88c09bb commit c2238ad

11 files changed

+23
-20
lines changed

Diff for: assets/js/acf-input-osm.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: assets/js/acf-osm-frontend.js

+4-4
Large diffs are not rendered by default.

Diff for: assets/js/acf-osm-frontend.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: assets/js/acf-osm-settings.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: etc/leaflet-providers.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
}
185185
},
186186
"CyclOSM": {
187-
"url": "https://dev.{s}.tile.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png",
187+
"url": "https://{s}.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png",
188188
"options": {
189189
"maxZoom": 20,
190190
"attribution": "<a href=\"https://github.com/cyclosm/cyclosm-cartocss-style/releases\" title=\"CyclOSM - Open Bicycle render\">CyclOSM</a> | Map data: {attribution.OpenStreetMap}"
@@ -995,11 +995,11 @@
995995
}
996996
},
997997
"FreeMapSK": {
998-
"url": "http://t{s}.freemap.sk/T/{z}/{x}/{y}.jpeg",
998+
"url": "https://{s}.freemap.sk/T/{z}/{x}/{y}.jpeg",
999999
"options": {
10001000
"minZoom": 8,
10011001
"maxZoom": 16,
1002-
"subdomains": "1234",
1002+
"subdomains": "abcd",
10031003
"bounds": [
10041004
[
10051005
47.204642,

Diff for: include/version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return "1.2.0";
1+
<?php return "1.2.1";

Diff for: index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Plugin URI: https://wordpress.org/plugins/acf-openstreetmap-field
66
Description: A configurable OpenStreetMap Field for ACF.
77
Author: Jörn Lund
8-
Version: 1.2.0
8+
Version: 1.2.1
99
Author URI: https://github.com/mcguffin
1010
License: GPL3
1111
Text Domain: acf-openstreetmap-field

Diff for: languages/acf-openstreetmap-field.pot

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the same license as the ACF OpenStreetMap Field plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: ACF OpenStreetMap Field 1.2.0\n"
5+
"Project-Id-Version: ACF OpenStreetMap Field 1.2.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-openstreetmap-field\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2020-06-14T08:47:11+00:00\n"
12+
"POT-Creation-Date: 2020-08-15T09:16:19+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.4.0\n"
1515
"X-Domain: acf-openstreetmap-field\n"

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acf-openstreetmap-field",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A configurable OpenStreetMap Field to ACF.",
55
"private": true,
66
"scripts": {
@@ -75,4 +75,4 @@
7575
"svn": "https://plugins.svn.wordpress.org/acf-openstreetmap-field/"
7676
}
7777
}
78-
}
78+
}

Diff for: readme.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Donate link: https://donate.openstreetmap.org/
44
Tags: map acf openstreetmap leaflet
55
Requires at least: 4.8
66
Requires PHP: 5.6
7-
Tested up to: 5.4
8-
Stable tag: 1.2.0
7+
Tested up to: 5.5
8+
Stable tag: 1.2.1
99
License: GPLv3 or later
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -108,6 +108,9 @@ No.
108108

109109
== Changelog ==
110110

111+
= 1.2.1 =
112+
- Upgrade FreeMapSK, CyclOSM
113+
111114
= 1.2.0 =
112115
- Feature: Settings page allowing you to disable specific map tile providersw
113116
- Feature: Fit markers in view (backend)

0 commit comments

Comments
 (0)