updated event_osm to v0.3.8

This commit is contained in:
surrim 2021-07-12 23:52:22 +02:00 committed by onli
parent c8086e5305
commit def42814f2
2 changed files with 32 additions and 34 deletions

View file

@ -1,56 +1,54 @@
0.3.8:
---
* Using short array init, fixed PHP 8 warnings
* Fixed handling with empty gpx files
* Removed "?>" from php files and changed indentation
0.3.7: 0.3.7:
--- ---
* Added README.md
* Added README.md * Set default category id to "without"
* Set default category id to "without" * Escape map parameter
* Escape map parameter * Path description fixed for many paths
* Path description fixed for many paths * Default path for *.gpx files
* Default path for *.gpx files
0.3.6: 0.3.6:
--- ---
* Using VectorImage instead of Vector
* Using VectorImage instead of Vector * Fixed compressed *.gpx size bug
* Fixed compressed *.gpx size bug * Compress *.gpx files only
* Compress *.gpx files only
0.3.5: 0.3.5:
--- ---
* Plugin dependencies added
* Plugin dependencies added * More understandable translations
* More understandable translations * Performance updates
* Performance updates * Count distances only once
* Count distances only once * Bugfix for "no categories"
* Bugfix for "no categories" * Added missing php 7.0 dependency
* Added missing php 7.0 dependency * Preloading fixed
* Preloading fixed
0.3.4: 0.3.4:
--- ---
* Avoid using translation from page nugget
* Avoid using translation from page nugget * Preloading enabled
* Preloading enabled * Show track length in link title
* Show track length in link title
0.3.3: 0.3.3:
--- ---
* OpenLayers updated to v6.5.0
* OpenLayers updated to v6.5.0 * Fixed JavaScript bug with category ids
* Fixed JavaScript bug with category ids
0.3.2: 0.3.2:
--- ---
* Option to compress GPX-files on upload
* Option to compress GPX-files on upload * Changed some translation names
* Changed some translation names
0.3.1: 0.3.1:
--- ---
* OpenLayers updated to v6.4.3
* OpenLayers updated to v6.4.3 * Calculate the total distance and put it into a span, for example "<span class="distance-counter" data-category="42">(wait...)</span>"
* Calculate the total distance and put it into a span, for example "<span class="distance-counter" data-category="42">(wait...)</span>"
0.3: 0.3:
--- ---
* Only show GPX records instead of all markers
* Only show GPX records instead of all markers

View file

@ -1,3 +1,3 @@
<?php <?php
@define('PLUGIN_EVENT_OSM_VERSION', '0.3.7'); @define('PLUGIN_EVENT_OSM_VERSION', '0.3.8');
@define('PLUGIN_EVENT_OSM_AUTHOR', 'Martin Sewelies'); @define('PLUGIN_EVENT_OSM_AUTHOR', 'Martin Sewelies');