additional_plugins/serendipity_event_osm/plugin_version.inc.php
surrim 8d8e6a1494
Updated event_osm to v0.3.7 (#124)
* default path for *.gpx files

* path description fixed for many paths

* escape map parameter

* set default category id to "without"

* removed not needed "global $serendipity;"

* added README.md

* updated event_osm to v0.3.7

Co-authored-by: surrim <surrim@happyhydro.org>
2021-05-28 19:12:35 +02:00

5 lines
113 B
PHP

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