updated event_osm to v0.3.10

This commit is contained in:
surrim 2022-01-27 21:37:10 +01:00 committed by onli
parent 1de50ea5dc
commit e1c673ff37
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
0.3.10:
---
* OpenLayers updated to v6.12.0
0.3.9:
---
* OpenLayers updated to v6.6.0

View file

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