Skip to content

Commit 7466007

Browse files
committed
Merge branch 'release/1.12.0' into develop
2 parents 88c917f + 4b0f7b3 commit 7466007

37 files changed

Lines changed: 45 additions & 42 deletions

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
- De shortcode ondersteund nu de instellingen `enable_controls=0` en `enable_interactions=0` om een kaart te fixeren. Door `enable_controls` op `0` te zetten verdwijnen de buttons voor zoomen. Met `enable_interactions=0` verdwijnt de mogelijkheid om met touch, muis of toetsenbord te navigeren door de kaart. Standaard staan deze instellingen op `1` (dit komt overeen met de vorige versies). Hiermee kan een kaart gefixeerd worden.
1+
**1.12.0 (2025-03-20)**
2+
3+
- De shortcode ondersteunt nu de instellingen `enable_controls=0` en `enable_interactions=0` om een kaart te fixeren. Door `enable_controls` op `0` te zetten verdwijnen de buttons voor zoomen. Met `enable_interactions=0` verdwijnt de mogelijkheid om met touch, muis of toetsenbord te navigeren door de kaart. Standaard staan deze instellingen op `1` (dit komt overeen met de vorige versies). Hiermee kan een kaart gefixeerd worden.
24
- Update naar OpenLayers 10.
35
- Update naar React 18.
46
- De kaart krijgt nu niet meer automatisch focus wanneer de muis er overheen gaat. Op schermen waar de kaart niet volledig paste gaf dit een hinderlijke gebruikerservaring.
57
- Tooling geüpdatet naar Node v22.
68
- Composer voorzien van name om unieke `autoload.php` te garanderen.
7-
- Diverse dependencies bijgewerkt naar een nieuwere versie.
9+
- Nieuwe versies van ondersteunende software bibliotheken in gebruik genomen.
10+
- Minimum PHP versie aangepast van 7.2 -> 8.1.
811

912
**1.11.1 (2024-05-01)**
1013

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.11.1",
3+
"version": "1.12.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

plugins/gh-datainmap/DESCRIPTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Met de zoekfunctie, welke gebruik maakt van de API van PDOK, is het mogelijk om
1616

1717
# Licentie
1818

19-
Copyright 2020-2023 Gemeente Heerenveen
19+
Copyright 2020-2025 Gemeente Heerenveen
2020

2121
Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence");
2222
You may not use this work except in compliance with the Licence.

plugins/gh-datainmap/gh-datainmap.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
Plugin Name: Data In Map
44
Plugin URI: https://github.com/OpenWebconcept/plugin-datainmap
55
Description: Data In Map is a plugin for displaying maps.
6-
Version: 1.11.1
6+
Version: 1.12.0
77
Requires at least: 5.0
8-
Requires PHP: 7.2
8+
Requires PHP: 8.1
99
Author: Gemeente Heerenveen
1010
Author URI: https://www.heerenveen.nl/
1111
Text Domain: gh-datainmap
1212
License URI: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
1313
License: EUPL v1.2
1414
15-
Copyright 2020-2023 Gemeente Heerenveen
15+
Copyright 2020-2025 Gemeente Heerenveen
1616
1717
Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence");
1818
You may not use this work except in compliance with the Licence.
@@ -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.11.1');
29+
if ( ! defined('GH_DIM_VERSION')) define('GH_DIM_VERSION', '1.12.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);

plugins/gh-datainmap/includes/ajax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2020-2024 Gemeente Heerenveen
3+
* Copyright 2020-2025 Gemeente Heerenveen
44
*
55
* Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence");
66
* You may not use this work except in compliance with the Licence.

plugins/gh-datainmap/includes/menus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2020-2024 Gemeente Heerenveen
3+
* Copyright 2020-2025 Gemeente Heerenveen
44
*
55
* Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence");
66
* You may not use this work except in compliance with the Licence.

plugins/gh-datainmap/includes/metaboxes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2020-2024 Gemeente Heerenveen
3+
* Copyright 2020-2025 Gemeente Heerenveen
44
*
55
* Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence");
66
* You may not use this work except in compliance with the Licence.

plugins/gh-datainmap/includes/post-type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2020-2024 Gemeente Heerenveen
3+
* Copyright 2020-2025 Gemeente Heerenveen
44
*
55
* Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence");
66
* You may not use this work except in compliance with the Licence.

plugins/gh-datainmap/includes/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2020-2024 Gemeente Heerenveen
3+
* Copyright 2020-2025 Gemeente Heerenveen
44
*
55
* Licensed under the EUPL, Version 1.2 or – as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence");
66
* You may not use this work except in compliance with the Licence.

0 commit comments

Comments
 (0)