additional_plugins/serendipity_event_osm/plugin_version.inc.php
surrim e5c22e6d0f
Updated event_osm to v0.3.5 (#121)
* preloading fixed

* added missing php 7.0 dependency

* osm bugfix for "no categories"

* count distance only once

* performance updates

* more understandable translations

* plugin dependencies added

* updated event_osm to v0.3.5

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

5 lines
113 B
PHP

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