updated event_osm to v0.3.9

This commit is contained in:
surrim 2021-07-13 20:54:56 +02:00 committed by onli
parent 28440619e0
commit 87be4402c2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
0.3.9:
---
* OpenLayers updated to v6.6.0
0.3.8:
---
* Using short array init, fixed PHP 8 warnings

View file

@ -1,3 +1,3 @@
<?php
@define('PLUGIN_EVENT_OSM_VERSION', '0.3.8');
@define('PLUGIN_EVENT_OSM_VERSION', '0.3.9');
@define('PLUGIN_EVENT_OSM_AUTHOR', 'Martin Sewelies');