File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ** 1.10.8 (2022-12-27)**
2+
13- De meegeleverde stylesheet geeft de instructietekst (filters, gevonden locaties) niet meer cursief weer voor verbetering toegankelijkheid.
24- Update naar PluginUpdateChecker v5.
35
Original file line number Diff line number Diff line change 11{
22 "name" : " gh-datainmap" ,
3- "version" : " 1.10.7 " ,
3+ "version" : " 1.10.8 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 33Plugin Name: Data In Map
44Plugin URI: https://github.com/OpenWebconcept/plugin-datainmap
55Description: Data In Map is a plugin for displaying maps.
6- Version: 1.10.7
6+ Version: 1.10.8
77Requires at least: 5.0
88Requires PHP: 7.2
99Author: Gemeente Heerenveen
2626*/
2727
2828if ( ! defined ( 'ABSPATH ' ) ) exit ; // Exit if accessed directly
29- if ( ! defined ('GH_DIM_VERSION ' )) define ('GH_DIM_VERSION ' , '1.10.7 ' );
29+ if ( ! defined ('GH_DIM_VERSION ' )) define ('GH_DIM_VERSION ' , '1.10.8 ' );
3030if ( ! defined ('GH_DIM_FILE ' )) define ('GH_DIM_FILE ' , __FILE__ );
3131if ( ! defined ('GH_DIM_DIR ' )) define ('GH_DIM_DIR ' , dirname (__FILE__ ));
3232if ( ! defined ('GH_DIM_DEBUG ' )) define ('GH_DIM_DEBUG ' , false );
You can’t perform that action at this time.
0 commit comments