Skip to content

Commit 456da31

Browse files
authored
Merge pull request #55 from OpenWebconcept/feature/AS-20050
Feature/AS-20050 Set default color to Blue
2 parents bd5fc37 + c1bcbde commit 456da31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

openkaarten-base.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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
@@ -27,7 +27,7 @@
2727
die;
2828
}
2929

30-
define( 'OWC_OPENKAARTEN_BASE_VERSION', '0.2.1' );
30+
define( 'OWC_OPENKAARTEN_BASE_VERSION', '0.2.3' );
3131

3232
if ( ! defined( 'OWC_OPENKAARTEN_BASE_ABSPATH' ) ) {
3333
define( 'OWC_OPENKAARTEN_BASE_ABSPATH', plugin_dir_path( __FILE__ ) );

src/admin/class-datalayers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
);

0 commit comments

Comments
 (0)