additional_plugins/serendipity_event_osm/plugin_version.inc.php
surrim 852e266921
Updated event_osm to v0.3.6 (#123)
* compress *.gpx files only

* fixed compressed *.gpx size bug

* using VectorImage instead of Vector

* updated event_osm to v0.3.6

Co-authored-by: surrim <surrim@happyhydro.org>
2021-01-16 12:18:41 +01:00

4 lines
113 B
PHP

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