additional_plugins/serendipity_event_osm/plugin_version.inc.php
surrim 7804bd3790
geo plugin updates (#117)
* fixed regex to detect pasted negative coordinates (e.g. -0.4454 54.2215)

* osm.js fix

* updated to openlayers v6.5.0

* updated event_osm to v0.3.3

Co-authored-by: surrim <surrim@happyhydro.org>
2021-01-01 11:58:45 +01:00

5 lines
113 B
PHP

<?php
@define('PLUGIN_EVENT_OSM_VERSION', '0.3.3');
@define('PLUGIN_EVENT_OSM_AUTHOR', 'Martin Sewelies');
?>