Skip to content

Commit

Permalink
Merge branch 'release/1.11.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Htbaa committed May 1, 2024
2 parents f78f9dc + c46c4fe commit 4ebca7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
**1.11.1 (2024-05-01)**

- Versiebump van 1.10.11 -> 1.11.0 in `GH_DIM_VERSION` alsnog toegepast. Lees de updates van versie 1.11.0 goed door alvorens deze versie te installeren!

**1.11.0 (2024-05-01)**

- **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!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gh-datainmap",
"version": "1.11.0",
"version": "1.11.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions plugins/gh-datainmap/gh-datainmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Data In Map
Plugin URI: https://github.com/OpenWebconcept/plugin-datainmap
Description: Data In Map is a plugin for displaying maps.
Version: 1.11.0
Version: 1.11.1
Requires at least: 5.0
Requires PHP: 7.2
Author: Gemeente Heerenveen
Expand All @@ -26,7 +26,7 @@
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
if ( ! defined('GH_DIM_VERSION')) define('GH_DIM_VERSION', '1.10.11');
if ( ! defined('GH_DIM_VERSION')) define('GH_DIM_VERSION', '1.11.1');
if ( ! defined('GH_DIM_FILE')) define('GH_DIM_FILE', __FILE__);
if ( ! defined('GH_DIM_DIR')) define('GH_DIM_DIR', dirname(__FILE__));
if ( ! defined('GH_DIM_DEBUG')) define('GH_DIM_DEBUG', false);
Expand Down

0 comments on commit 4ebca7e

Please sign in to comment.