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
This commit is contained in:
surrim 2023-01-30 02:45:51 +00:00
parent c3e5bcad44
commit b1b76f3e58
2 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,16 @@
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
0.3.13:
---
* OpenLayers updated to v7.2.2

View file

@ -1,3 +1,3 @@
<?php
@define('PLUGIN_EVENT_OSM_VERSION', '0.3.13');
@define('PLUGIN_EVENT_OSM_VERSION', '0.4.0');
@define('PLUGIN_EVENT_OSM_AUTHOR', 'Kathi Sewelies');