File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 * Plugin Name: OpenKaarten Base
1414 * Plugin URI: https://www.openwebconcept.nl
1515 * Description: The OpenKaarten Base plugin.
16- * Version: 0.2.1
16+ * Version: 0.2.3
1717 * Author: Acato
1818 * Author URI: https://www.acato.nl
1919 * License: EUPL-1.2
2727 die;
2828}
2929
30- define ( 'OWC_OPENKAARTEN_BASE_VERSION ' , '0.2.1 ' );
30+ define ( 'OWC_OPENKAARTEN_BASE_VERSION ' , '0.2.3 ' );
3131
3232if ( ! defined ( 'OWC_OPENKAARTEN_BASE_ABSPATH ' ) ) {
3333 define ( 'OWC_OPENKAARTEN_BASE_ABSPATH ' , plugin_dir_path ( __FILE__ ) );
Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ public static function add_markers_metaboxes() {
579579 'name ' => __ ( 'Default marker color ' , 'openkaarten-base ' ),
580580 'id ' => 'default_marker_color ' ,
581581 'type ' => 'select ' ,
582- 'default ' => 'marker-black ' , // default 'Black '.
582+ 'default ' => 'marker-blue ' , // default 'Blue '.
583583 'options ' => self ::get_marker_color_options (),
584584 ]
585585 );
You can’t perform that action at this time.
0 commit comments