additional_plugins/serendipity_event_osm/plugin_version.inc.php
surrim b35019c7ce
Update event_osm (#154)
* Changed my name

* Added PHP 7 dependency

* Improved translations

* Added Spanish translations

* Avoid regex pattern for file name

* Whitespaces fixed

* Optimized code for compressing GPX files

* JavaScript code changed for Geo-JSON version 3 and better readability

* Added *.map files

* Only add done gpx tracks to the total sum

* Update event_osm to 0.4.0

* Only add done gpx tracks to the total sum
* Added missing *.map files
* JavaScript code changed for Geo-JSON version 3 and better readability
* Optimized code for compressing GPX files
* Whitespaces fixed
* Avoid regex pattern for file name
* Added Spanish translations
* Improved translations
* Added PHP 7 dependency
* Changed my name

---------

Co-authored-by: surrim <root@surrim.org>
2023-01-31 17:23:49 +01:00

4 lines
107 B
PHP

<?php
@define('PLUGIN_EVENT_OSM_VERSION', '0.4.0');
@define('PLUGIN_EVENT_OSM_AUTHOR', 'Kathi Sewelies');