File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " gh-datainmap" ,
3- "version" : " 1.9.0 " ,
3+ "version" : " 1.9.1 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 1+ ** 1.9.1 (2021-02-25)**
2+
3+ - De locatietypes en -eigenschappen waren niet beschikbaar in Gutenberg. Dit is nu opgelost.
4+
15** 1.9.0 (2021-02-25)**
26
37- Na kiezen van loocatie met toetsenbord wordt de focus nu direct op het feature modal gezet.
Original file line number Diff line number Diff line change 33Plugin Name: Data In Map
44Plugin URI: https://bitbucket.org/gemeenteheerenveen/datainmap-plugin/src/master/
55Description: Data In Map is a plugin for displaying maps.
6- Version: 1.9.0
6+ Version: 1.9.1
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.9.0 ' );
29+ if ( ! defined ('GH_DIM_VERSION ' )) define ('GH_DIM_VERSION ' , '1.9.1 ' );
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 );
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ function gh_dim_register_taxonomy() {
4141 'delete_terms ' => 'delete_gh-dim-location-types ' ,
4242 'assign_terms ' => 'assign_gh-dim-location-types ' ,
4343 ),
44+ 'show_in_rest ' => true ,
4445 ));
4546
4647 $ labels = array (
@@ -69,6 +70,7 @@ function gh_dim_register_taxonomy() {
6970 'delete_terms ' => 'delete_gh-dim-location-properties ' ,
7071 'assign_terms ' => 'assign_gh-dim-location-properties ' ,
7172 ),
73+ 'show_in_rest ' => true ,
7274 ));
7375}
7476
You can’t perform that action at this time.
0 commit comments