Skip to content

Commit f78f9dc

Browse files
committed
Merge branch 'release/1.11.0'
2 parents 10c4860 + 40d7d14 commit f78f9dc

35 files changed

Lines changed: 94 additions & 44 deletions

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
**1.11.0 (2024-05-01)**
2+
3+
- **Let op!** Er zijn diverse aanpassingen doorgevoerd die invloed kunnen hebben op hoe DataInMap wordt weergegeven. Bij een eigen stylesheet moeten mogelijk ook wijzigingen worden doorgevoerd. Lees onderstaande notities goed door!
4+
- De diverse componenten maakten gebruik van `h1`-koppen. Dit is aangepast naar `h2`, zodat een pagina beperkt kan blijven tot één `h1`-kop.
5+
- In de vorige versies werd bij het openen van het feature modal een standaard `padding-right` van `17px` op de `body` toegepast (`body.gh-dim-modal-open`) om de ruimte te compenseren voor het verwijderen van de browser scrollbar. Deze waarde kan echter verschillen per scherm en device en wordt daarom nu dynamisch bepaald en wordt direct toegepast op `body.style.paddingRight`.
6+
17
**1.10.11 (2023-11-28)**
28

39
- Nieuwe versies van ondersteunende software bibliotheken in gebruik genomen.

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

plugins/gh-datainmap/gh-datainmap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.10.11
6+
Version: 1.11.0
77
Requires at least: 5.0
88
Requires PHP: 7.2
99
Author: Gemeente Heerenveen

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-2023 Gemeente Heerenveen
3+
* Copyright 2020-2024 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-2023 Gemeente Heerenveen
3+
* Copyright 2020-2024 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-2023 Gemeente Heerenveen
3+
* Copyright 2020-2024 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-2023 Gemeente Heerenveen
3+
* Copyright 2020-2024 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-2023 Gemeente Heerenveen
3+
* Copyright 2020-2024 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/shortcode.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-2023 Gemeente Heerenveen
3+
* Copyright 2020-2024 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/tax-meta-image.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-2023 Gemeente Heerenveen
3+
* Copyright 2020-2024 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)