additional_plugins/serendipity_event_osm/plugin_version.inc.php
surrim 43bb5b0338
Updated event_osm to v0.3.4 (#118)
* show track length in link title

* preloading enabled

* avoid using translation from page nugget

* updated event_osm to v0.3.4

Co-authored-by: surrim <surrim@happyhydro.org>
2021-01-08 18:33:28 +01:00

5 lines
113 B
PHP

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