Skip to content

Commit 6987a2b

Browse files
committed
Version update ⬆️
1 parent adeaa9e commit 6987a2b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v0.2.6
4+
- Flush cache when saving settings.
5+
36
## v0.2.5
47
- Added settings for default latitude, longitude and zoom level.
58
- Fixed bugs for map not showing when there are no markers (AS-21249).

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.5
16+
* Version: 0.2.6
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.5' );
30+
define( 'OWC_OPENKAARTEN_BASE_VERSION', '0.2.6' );
3131

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

0 commit comments

Comments
 (0)