Skip to content

Commit d19104c

Browse files
committed
Merge tag '1.10.0' into develop
v1.10.0
2 parents 2025b44 + 4ec6dcd commit d19104c

6 files changed

Lines changed: 67 additions & 45 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gh-datainmap",
3-
"version": "1.9.3",
3+
"version": "1.10.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

plugins/gh-datainmap/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**1.10.0 (2021-08-25)**
2+
13
- Nieuwe versies van ondersteunende software bibliotheken in gebruik genomen.
24
- Mogelijkheid toegevoegd om lagen in/uit te schakelen door gebruik van shortcode instellingen `enable_toggler`, `toggle_layers`, `toggle_types`, `untoggled_layers` en `untoggled_types`. Met `filter_description="Uw eigen tekst"` is het mogelijk om per kaart de begeleidende tekst te wijzigen of onderdrukken. **Let op!** Bij gebruik eigen stylesheet moet de toggler van opmaak voorzien worden. Standaard staat de toggler uit. Meer informatie is te vinden in de shortcode documentatie.
35

plugins/gh-datainmap/gh-datainmap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Data In Map
44
Plugin URI: https://bitbucket.org/gemeenteheerenveen/datainmap-plugin/src/master/
55
Description: Data In Map is a plugin for displaying maps.
6-
Version: 1.9.3
6+
Version: 1.10.0
77
Requires at least: 5.0
88
Requires PHP: 7.2
99
Author: Gemeente Heerenveen
@@ -26,7 +26,7 @@
2626
*/
2727

2828
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
29-
if ( ! defined('GH_DIM_VERSION')) define('GH_DIM_VERSION', '1.9.3');
29+
if ( ! defined('GH_DIM_VERSION')) define('GH_DIM_VERSION', '1.10.0');
3030
if ( ! defined('GH_DIM_FILE')) define('GH_DIM_FILE', __FILE__);
3131
if ( ! defined('GH_DIM_DIR')) define('GH_DIM_DIR', dirname(__FILE__));
3232
if ( ! defined('GH_DIM_DEBUG')) define('GH_DIM_DEBUG', false);
267 Bytes
Binary file not shown.

plugins/gh-datainmap/languages/gh-datainmap-nl_NL.po

Lines changed: 32 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: Data In Map 1.2.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gh-datainmap\n"
7-
"POT-Creation-Date: 2021-02-25T10:48:02+00:00\n"
8-
"PO-Revision-Date: 2021-02-25 11:49+0100\n"
7+
"POT-Creation-Date: 2021-08-25T08:58:57+00:00\n"
8+
"PO-Revision-Date: 2021-08-25 11:02+0200\n"
99
"Last-Translator: Christiaan Kras <christiaan@kras-it.nl>\n"
1010
"Language-Team: \n"
1111
"Language: nl_NL\n"
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
15-
"X-Generator: Poedit 2.2.4\n"
15+
"X-Generator: Poedit 3.0\n"
1616
"X-Domain: gh-datainmap\n"
1717
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1818

@@ -45,7 +45,7 @@ msgstr ""
4545
msgid "Location Types"
4646
msgstr "Locatie Types"
4747

48-
#: includes/menus.php:37 includes/menus.php:38 includes/taxonomy.php:47
48+
#: includes/menus.php:37 includes/menus.php:38 includes/taxonomy.php:48
4949
msgid "Location Properties"
5050
msgstr "Locatie Eigenschappen"
5151

@@ -175,7 +175,7 @@ msgstr "Laag transparantie"
175175
msgid "Unknown type"
176176
msgstr "Onbekend type"
177177

178-
#: includes/shortcode.php:169 views/metabox-location.php:59
178+
#: includes/shortcode.php:186 views/metabox-location.php:59
179179
#: views/settings.php:131
180180
msgid "Loading..."
181181
msgstr "Laden..."
@@ -228,55 +228,55 @@ msgstr "Nieuwe Locatie Type Toevoegen"
228228
msgid "New Location Type Name"
229229
msgstr "Nieuwe Locatie Type Naam"
230230

231-
#: includes/taxonomy.php:48 includes/taxonomy.php:57
231+
#: includes/taxonomy.php:49 includes/taxonomy.php:58
232232
msgid "Location Property"
233233
msgstr "Locatie Eigenschap"
234234

235-
#: includes/taxonomy.php:49
235+
#: includes/taxonomy.php:50
236236
msgid "Search Location Properties"
237237
msgstr "Zoek Locatie Eigenschappen"
238238

239-
#: includes/taxonomy.php:50
239+
#: includes/taxonomy.php:51
240240
msgid "All Location Properties"
241241
msgstr "Alle Locatie Eigenschappen"
242242

243-
#: includes/taxonomy.php:51
243+
#: includes/taxonomy.php:52
244244
msgid "Parent Location Property"
245245
msgstr "Bovenliggende Locatie Eigenschap"
246246

247-
#: includes/taxonomy.php:52
247+
#: includes/taxonomy.php:53
248248
msgid "Parent Location Property:"
249249
msgstr "Bovenliggende Locatie Eigenschap:"
250250

251-
#: includes/taxonomy.php:53
251+
#: includes/taxonomy.php:54
252252
msgid "Edit Location Property"
253253
msgstr "Wijzig Locatie Eigenschap"
254254

255-
#: includes/taxonomy.php:54
255+
#: includes/taxonomy.php:55
256256
msgid "Update Location Property"
257257
msgstr "Update Locatie Eigenschap"
258258

259-
#: includes/taxonomy.php:55
259+
#: includes/taxonomy.php:56
260260
msgid "Add New Location Property"
261261
msgstr "Nieuwe Locatie Eigenschap Toevoegen"
262262

263-
#: includes/taxonomy.php:56
263+
#: includes/taxonomy.php:57
264264
msgid "New Location Property Name"
265265
msgstr "Nieuwe Locatie Eigenschap Naam"
266266

267-
#: includes/taxonomy.php:81
267+
#: includes/taxonomy.php:83
268268
msgid "Cluster"
269269
msgstr "Cluster"
270270

271-
#: includes/taxonomy.php:86
271+
#: includes/taxonomy.php:88
272272
msgid "Display locations as a cluster"
273273
msgstr "Weergeef locaties als een cluster"
274274

275-
#: includes/taxonomy.php:91
275+
#: includes/taxonomy.php:93
276276
msgid "Cluster distance"
277277
msgstr "Cluster afstand"
278278

279-
#: includes/taxonomy.php:95
279+
#: includes/taxonomy.php:97
280280
msgid "Minimum distance in pixels between clusters."
281281
msgstr "Minimale afstand in pixels tussen clusters."
282282

@@ -578,18 +578,30 @@ msgstr ""
578578
"filter venster."
579579

580580
#: views/settings.php:203
581+
msgid "Toggler description"
582+
msgstr "Lagen omschrijving"
583+
584+
#: views/settings.php:207
585+
msgid ""
586+
"Optinally provide a default description to be shown when a user opens the "
587+
"toggler menu."
588+
msgstr ""
589+
"Optioneel: een standaard omschrijvende tekst die gebruikt wordt in het lagen "
590+
"venster."
591+
592+
#: views/settings.php:212
581593
msgid "Additional projections (proj4)"
582594
msgstr "Aanvullende projecties (proj4)"
583595

584-
#: views/settings.php:207
596+
#: views/settings.php:216
585597
msgid ""
586598
"Add extra projections for proj4. Format using CSV (column 1 is projection "
587599
"identifier, column 2 is the projection for proj4)."
588600
msgstr ""
589601
"Voeg extra projecties toe voor proj4. Verwachte formaat is CSV (kolom 1 is "
590602
"de projectienaam, kolom 2 is de projectie voor proj4)."
591603

592-
#: views/settings.php:207
604+
#: views/settings.php:216
593605
msgid "Lookup projections (proj4)"
594606
msgstr "Projecties opzoeken (proj4)"
595607

plugins/gh-datainmap/languages/gh-datainmap.pot

Lines changed: 30 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Copyright (C) 2021 Gemeente Heerenveen
2-
# This file is distributed under the same license as the Data In Map plugin.
2+
# This file is distributed under the EUPL v1.2.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Data In Map 1.8.7\n"
5+
"Project-Id-Version: Data In Map 1.9.3\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/gh-datainmap\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\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: 2021-02-25T10:48:02+00:00\n"
12+
"POT-Creation-Date: 2021-08-25T08:58:57+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"X-Generator: WP-CLI 2.3.0\n"
14+
"X-Generator: WP-CLI 2.5.0\n"
1515
"X-Domain: gh-datainmap\n"
1616

1717
#. Plugin Name of the plugin
@@ -48,7 +48,7 @@ msgstr ""
4848

4949
#: includes/menus.php:37
5050
#: includes/menus.php:38
51-
#: includes/taxonomy.php:47
51+
#: includes/taxonomy.php:48
5252
msgid "Location Properties"
5353
msgstr ""
5454

@@ -192,7 +192,7 @@ msgstr ""
192192
msgid "Unknown type"
193193
msgstr ""
194194

195-
#: includes/shortcode.php:169
195+
#: includes/shortcode.php:186
196196
#: views/metabox-location.php:59
197197
#: views/settings.php:131
198198
msgid "Loading..."
@@ -249,56 +249,56 @@ msgstr ""
249249
msgid "New Location Type Name"
250250
msgstr ""
251251

252-
#: includes/taxonomy.php:48
253-
#: includes/taxonomy.php:57
252+
#: includes/taxonomy.php:49
253+
#: includes/taxonomy.php:58
254254
msgid "Location Property"
255255
msgstr ""
256256

257-
#: includes/taxonomy.php:49
257+
#: includes/taxonomy.php:50
258258
msgid "Search Location Properties"
259259
msgstr ""
260260

261-
#: includes/taxonomy.php:50
261+
#: includes/taxonomy.php:51
262262
msgid "All Location Properties"
263263
msgstr ""
264264

265-
#: includes/taxonomy.php:51
265+
#: includes/taxonomy.php:52
266266
msgid "Parent Location Property"
267267
msgstr ""
268268

269-
#: includes/taxonomy.php:52
269+
#: includes/taxonomy.php:53
270270
msgid "Parent Location Property:"
271271
msgstr ""
272272

273-
#: includes/taxonomy.php:53
273+
#: includes/taxonomy.php:54
274274
msgid "Edit Location Property"
275275
msgstr ""
276276

277-
#: includes/taxonomy.php:54
277+
#: includes/taxonomy.php:55
278278
msgid "Update Location Property"
279279
msgstr ""
280280

281-
#: includes/taxonomy.php:55
281+
#: includes/taxonomy.php:56
282282
msgid "Add New Location Property"
283283
msgstr ""
284284

285-
#: includes/taxonomy.php:56
285+
#: includes/taxonomy.php:57
286286
msgid "New Location Property Name"
287287
msgstr ""
288288

289-
#: includes/taxonomy.php:81
289+
#: includes/taxonomy.php:83
290290
msgid "Cluster"
291291
msgstr ""
292292

293-
#: includes/taxonomy.php:86
293+
#: includes/taxonomy.php:88
294294
msgid "Display locations as a cluster"
295295
msgstr ""
296296

297-
#: includes/taxonomy.php:91
297+
#: includes/taxonomy.php:93
298298
msgid "Cluster distance"
299299
msgstr ""
300300

301-
#: includes/taxonomy.php:95
301+
#: includes/taxonomy.php:97
302302
msgid "Minimum distance in pixels between clusters."
303303
msgstr ""
304304

@@ -579,13 +579,21 @@ msgid "Optinally provide a default description to be shown when a user opens the
579579
msgstr ""
580580

581581
#: views/settings.php:203
582-
msgid "Additional projections (proj4)"
582+
msgid "Toggler description"
583583
msgstr ""
584584

585585
#: views/settings.php:207
586+
msgid "Optinally provide a default description to be shown when a user opens the toggler menu."
587+
msgstr ""
588+
589+
#: views/settings.php:212
590+
msgid "Additional projections (proj4)"
591+
msgstr ""
592+
593+
#: views/settings.php:216
586594
msgid "Add extra projections for proj4. Format using CSV (column 1 is projection identifier, column 2 is the projection for proj4)."
587595
msgstr ""
588596

589-
#: views/settings.php:207
597+
#: views/settings.php:216
590598
msgid "Lookup projections (proj4)"
591599
msgstr ""

0 commit comments

Comments
 (0)