updated event_osm to v0.3.11

This commit is contained in:
surrim 2022-05-19 01:34:37 +01:00 committed by onli
parent 5c76099088
commit 224c323852
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
0.3.11:
---
* OpenLayers updated to v6.14.1
* CSS fixed
* Small performance updates
0.3.10:
---
* OpenLayers updated to v6.12.0

View file

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