Adaptation to gitea
This commit is contained in:
parent
3308c70299
commit
b572aafbb6
|
@ -1,7 +1,7 @@
|
||||||
=== WP GPX Maps ===
|
WP GPX Maps ===
|
||||||
|
|
||||||
Contributors: bastianonm, Stephan Klein, Michel Selerin, TosattoSimonePio, Kniebremser
|
Contributors: bastianonm, Stephan Klein, Michel Selerin, TosattoSimonePio, Kniebremser
|
||||||
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8VHWLRW6JBTML
|
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd_s-xclick&hosted_button_id=8VHWLRW6JBTML
|
||||||
Tags: maps, gpx, gps, graph, chart, leaflet, track, garmin, image, nextgen-gallery, nextgen, exif, OpenStreetMap, OpenCycleMap, Hike&Bike, heart rate, heartrate, cadence
|
Tags: maps, gpx, gps, graph, chart, leaflet, track, garmin, image, nextgen-gallery, nextgen, exif, OpenStreetMap, OpenCycleMap, Hike&Bike, heart rate, heartrate, cadence
|
||||||
Requires at least: 4.6.0
|
Requires at least: 4.6.0
|
||||||
Tested up to: 5.2.2
|
Tested up to: 5.2.2
|
||||||
|
@ -10,7 +10,7 @@ Stable tag: 1.7.00
|
||||||
|
|
||||||
Draws a GPX track with altitude graph. You can also display your nextgen gallery images in the map.
|
Draws a GPX track with altitude graph. You can also display your nextgen gallery images in the map.
|
||||||
|
|
||||||
== Description ==
|
## Description
|
||||||
|
|
||||||
This plugin has, as input, the GPX file with the track you've made and as output it shows the map of the track and an interactive altitude graph (where available).
|
This plugin has, as input, the GPX file with the track you've made and as output it shows the map of the track and an interactive altitude graph (where available).
|
||||||
|
|
||||||
|
@ -36,19 +36,19 @@ Even if you don't have a GPS camera, this plugin can retrive the image position
|
||||||
|
|
||||||
Post Attachments Integration:
|
Post Attachments Integration:
|
||||||
|
|
||||||
This version is extended by: <a href="https://klein-gedruckt.de/2015/03/wordpress-plugin-wp-gpx-maps/" target="_blank" rel="noopener noreferrer">Stephan Klein</a> and supports displaying all images attached to a post without using NGG.
|
This version is extended by: <a href"https://klein-gedruckt.de/2015/03/wordpress-plugin-wp-gpx-maps/" target="_blank" rel="noopener noreferrer">Stephan Klein</a> and supports displaying all images attached to a post without using NGG.
|
||||||
|
|
||||||
Try this plugin: <a href="https://devfarm.it/wp-gpx-maps-demo/" target="_blank" rel="noopener noreferrer">https://devfarm.it/wp-gpx-maps-demo/</a>
|
Try this plugin: <a href"https://devfarm.it/wp-gpx-maps-demo/" target="_blank" rel="noopener noreferrer">https://devfarm.it/wp-gpx-maps-demo/</a>
|
||||||
|
|
||||||
Support:
|
Support:
|
||||||
|
|
||||||
If you need help, please use: <a href="http://www.devfarm.it/forums/forum/wp-gpx-maps/" target="_blank" rel="noopener noreferrer">www.devfarm.it Support Forum</a>
|
If you need help, please use: <a href"http://www.devfarm.it/forums/forum/wp-gpx-maps/" target="_blank" rel="noopener noreferrer">www.devfarm.it Support Forum</a>
|
||||||
|
|
||||||
Would you like to help fix bugs or further develop the plugin? On <a href="https://github.com/devfarm-it/wp-gpx-maps" target="_blank" rel="noopener noreferrer">Github</a> you can contribuite easly with your code.
|
Would you like to help fix bugs or further develop the plugin? On <a href"https://github.com/devfarm-it/wp-gpx-maps" target="_blank" rel="noopener noreferrer">Github</a> you can contribuite easly with your code.
|
||||||
|
|
||||||
Translations:
|
Translations:
|
||||||
|
|
||||||
Translators are welcome to contribute to the plugin. Please use the <a href="https://translate.wordpress.org/projects/wp-plugins/wp-gpx-maps/)" target="_blank" rel="noopener noreferrer">WordPress translation website</a>.
|
Translators are welcome to contribute to the plugin. Please use the <a href"https://translate.wordpress.org/projects/wp-plugins/wp-gpx-maps/)" target="_blank" rel="noopener noreferrer">WordPress translation website</a>.
|
||||||
|
|
||||||
The language files in the plugin contain 18 translatable texts for 13 languages:
|
The language files in the plugin contain 18 translatable texts for 13 languages:
|
||||||
|
|
||||||
|
@ -83,27 +83,27 @@ Supported GPX namespaces are:
|
||||||
|
|
||||||
1. http://www.topografix.com/GPX/1/0
|
1. http://www.topografix.com/GPX/1/0
|
||||||
|
|
||||||
1. <a href="http://www.topografix.com/GPX/1/1" target="_blank" rel="noopener noreferrer">www.topografix.com/GPX/1/1</a>
|
1. <a href"http://www.topografix.com/GPX/1/1" target="_blank" rel="noopener noreferrer">www.topografix.com/GPX/1/1</a>
|
||||||
|
|
||||||
1. http://www.garmin.com/xmlschemas/GpxExtensions/v3
|
1. http://www.garmin.com/xmlschemas/GpxExtensions/v3
|
||||||
|
|
||||||
1. http://www.garmin.com/xmlschemas/TrackPointExtension/v1
|
1. http://www.garmin.com/xmlschemas/TrackPointExtension/v1
|
||||||
|
|
||||||
Thanks to: <a href="http://www.securcube.net/" target="_blank" rel="noopener noreferrer">www.securcube.net</a>, <a href="http://www.devfarm.it/" target="_blank" rel="noopener noreferrer">www.devfarm.it</a>
|
Thanks to: <a href"http://www.securcube.net/" target="_blank" rel="noopener noreferrer">www.securcube.net</a>, <a href="http://www.devfarm.it/" target="_blank" rel="noopener noreferrer">www.devfarm.it</a>
|
||||||
|
|
||||||
Icons made by <a href="https://www.freepik.com/" target="_blank" rel="noopener noreferrer">Freepik</a> from <a href="https://www.flaticon.com/" target="_blank" rel="noopener noreferrer">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank" rel="noopener noreferrer">Creative Commons BY 3.0</a>
|
Icons made by <a href"https://www.freepik.com/" target="_blank" rel="noopener noreferrer">Freepik</a> from <a href="https://www.flaticon.com/" target="_blank" rel="noopener noreferrer">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" target="_blank" rel="noopener noreferrer">Creative Commons BY 3.0</a>
|
||||||
|
|
||||||
== Installation ==
|
## Installation
|
||||||
|
|
||||||
1. Use the classic wordpress plugin installer or copy the plugins folder to the `/wp-content/plugins/` directory
|
1. Use the classic wordpress plugin installer or copy the plugins folder to the `/wp-content/plugins/` directory
|
||||||
|
|
||||||
1. Activate the plugin through the 'Plugins' menu in WordPress
|
1. Activate the plugin through the 'Plugins' menu in WordPress
|
||||||
|
|
||||||
1. Add the shortcode [sgpx gpx=">relative path to your gpx<"] or [sgpx gpx=">http://somesite.com/files/yourfile.gpx<"]
|
1. Add the shortcode [sgpx gpx">relative path to your gpx<"] or [sgpx gpx=">http://somesite.com/files/yourfile.gpx<"]
|
||||||
|
|
||||||
== Frequently Asked Questions ==
|
## Frequently Asked Questions
|
||||||
|
|
||||||
= Which shortcode attributes are available? =
|
### Which shortcode attributes are available?
|
||||||
|
|
||||||
You can use the following shortcodes:
|
You can use the following shortcodes:
|
||||||
|
|
||||||
|
@ -130,13 +130,13 @@ You can use the following shortcodes:
|
||||||
1. currentIcon: Current position icon (when mouse hover)
|
1. currentIcon: Current position icon (when mouse hover)
|
||||||
1. waypointicon: Custom waypoint icon
|
1. waypointicon: Custom waypoint icon
|
||||||
1. showele: Show elevation data inside the chart (default is true)
|
1. showele: Show elevation data inside the chart (default is true)
|
||||||
1. uom: Distance/altitude possible unit of measure (0 = meters, 1 = feet/miles, 2 = meters/kilometers, 3 = meters/nautical miles, 4 = meters/miles, 5 = feet/nautical miles)
|
1. uom: Distance/altitude possible unit of measure (0 meters, 1 = feet/miles, 2 = meters/kilometers, 3 = meters/nautical miles, 4 = meters/miles, 5 = feet/nautical miles)
|
||||||
1. glinecolor: Altitude line color (default is #3366cc)
|
1. glinecolor: Altitude line color (default is #3366cc)
|
||||||
1. chartFrom1: Minimun value for altitude chart
|
1. chartFrom1: Minimun value for altitude chart
|
||||||
1. chartTo1: Maxumin value for altitude chart
|
1. chartTo1: Maxumin value for altitude chart
|
||||||
1. showspeed: Show speed inside the chart (default is false)
|
1. showspeed: Show speed inside the chart (default is false)
|
||||||
1. glinecolorspeed: Speed line color (default is #ff0000)
|
1. glinecolorspeed: Speed line color (default is #ff0000)
|
||||||
1. uomspeed: Unit of measure for speed (0 = m/s, 1 = km/h, 2 = miles/h, 3 = min/km, 4 = min/miles, 5 = Nautical Miles/Hour (Knots), 6 = min/100 meters)
|
1. uomspeed: Unit of measure for speed (0 m/s, 1 = km/h, 2 = miles/h, 3 = min/km, 4 = min/miles, 5 = Nautical Miles/Hour (Knots), 6 = min/100 meters)
|
||||||
1. chartFrom2: Minimun value for speed chart
|
1. chartFrom2: Minimun value for speed chart
|
||||||
1. chartTo2: Maxumin value for speed chart
|
1. chartTo2: Maxumin value for speed chart
|
||||||
1. showhr: Show heart rate inside the chart (default is false)
|
1. showhr: Show heart rate inside the chart (default is false)
|
||||||
|
@ -154,15 +154,15 @@ You can use the following shortcodes:
|
||||||
1. pointsoffset: Skip points closer than XX meters (default is 10)
|
1. pointsoffset: Skip points closer than XX meters (default is 10)
|
||||||
1. donotreducegpx: Print all the point without reduce it (default is false)
|
1. donotreducegpx: Print all the point without reduce it (default is false)
|
||||||
|
|
||||||
= What happening if I've a very large GPX files? =
|
### What happening if I've a very large GPX files?
|
||||||
|
|
||||||
This plugin will print a small amout of points to speedup javascript and pageload.
|
This plugin will print a small amout of points to speedup javascript and pageload.
|
||||||
|
|
||||||
= Is it free? =
|
### Is it free?
|
||||||
|
|
||||||
Yes!
|
Yes!
|
||||||
|
|
||||||
== Screenshots ==
|
## Screenshots
|
||||||
1. Simple GPX
|
1. Simple GPX
|
||||||
1. GPX with waypoints
|
1. GPX with waypoints
|
||||||
1. Admin area - List of tracks
|
1. Admin area - List of tracks
|
||||||
|
@ -170,9 +170,9 @@ Yes!
|
||||||
1. Altitude & Speed
|
1. Altitude & Speed
|
||||||
1. Altitude & Speed & Heart rate
|
1. Altitude & Speed & Heart rate
|
||||||
|
|
||||||
== Changelog ==
|
## Changelog
|
||||||
|
|
||||||
= X.X.XX
|
### X.X.XX
|
||||||
* Added: PHP version notices, WordPress 5.3 requires PHP 5.6.20
|
* Added: PHP version notices, WordPress 5.3 requires PHP 5.6.20
|
||||||
* Added: Missing entries for add and delete options
|
* Added: Missing entries for add and delete options
|
||||||
* Changed: Style for output moved in a seperate file
|
* Changed: Style for output moved in a seperate file
|
||||||
|
@ -180,7 +180,7 @@ Yes!
|
||||||
* Tweak: Small code adjustments (WPCS)
|
* Tweak: Small code adjustments (WPCS)
|
||||||
* Upgrade: bootstrap-table to 1.13.2
|
* Upgrade: bootstrap-table to 1.13.2
|
||||||
* Removed: german language file (now over translate.wordpress.org)
|
* Removed: german language file (now over translate.wordpress.org)
|
||||||
= 1.7.00 =
|
### 1.7.00
|
||||||
* Added: Authors can upload GPX tracks in a folder called as *your user name*, inside [../wp-upload dir/gpx/[*your user name*] (thanks to wildcomputations)
|
* Added: Authors can upload GPX tracks in a folder called as *your user name*, inside [../wp-upload dir/gpx/[*your user name*] (thanks to wildcomputations)
|
||||||
* Added: Authors an Admins can see the current values for shortcodes in help tab
|
* Added: Authors an Admins can see the current values for shortcodes in help tab
|
||||||
* Added: Button to instant copy the shortcode of the selected GPX file in the tab track
|
* Added: Button to instant copy the shortcode of the selected GPX file in the tab track
|
||||||
|
@ -192,198 +192,198 @@ Yes!
|
||||||
* Upgrade: Leaflet to 1.5.1
|
* Upgrade: Leaflet to 1.5.1
|
||||||
* Upgrade: leaflet.fullscreen to 1.4.5
|
* Upgrade: leaflet.fullscreen to 1.4.5
|
||||||
* Upgrade: Chart.min.js to 2.8.0
|
* Upgrade: Chart.min.js to 2.8.0
|
||||||
= 1.6.07 =
|
### 1.6.07
|
||||||
* resolve admin error
|
* resolve admin error
|
||||||
= 1.6.06 =
|
### 1.6.06
|
||||||
* Added average values under the graph (thanks to cyclinggeorgian)
|
* Added average values under the graph (thanks to cyclinggeorgian)
|
||||||
= 1.6.04 =
|
### 1.6.04
|
||||||
* NGG gallery is working
|
* NGG gallery is working
|
||||||
* Getting HR, Cad and Temp working again (thanks to cyclinggeorgian)
|
* Getting HR, Cad and Temp working again (thanks to cyclinggeorgian)
|
||||||
* Fix javascript errors
|
* Fix javascript errors
|
||||||
* Fix multiple traks gpx
|
* Fix multiple traks gpx
|
||||||
= 1.6.03 =
|
### 1.6.03
|
||||||
* Fix syntax error causing graph not to display (thanks to nickstabler)
|
* Fix syntax error causing graph not to display (thanks to nickstabler)
|
||||||
= 1.6.02 =
|
### 1.6.02
|
||||||
* Resolved errors with start and end icons
|
* Resolved errors with start and end icons
|
||||||
= 1.6.01 =
|
### 1.6.01
|
||||||
* Removed Gogole maps. Leafletjs instead.
|
* Removed Gogole maps. Leafletjs instead.
|
||||||
* -- NextGen Gallery is not working, due next gen image format changed -- I'll fix soon
|
* -- NextGen Gallery is not working, due next gen image format changed -- I'll fix soon
|
||||||
= 1.5.05 =
|
### 1.5.05
|
||||||
* renamed javascript functions to avoid collision with other plugins
|
* renamed javascript functions to avoid collision with other plugins
|
||||||
* reduced chart line thickness
|
* reduced chart line thickness
|
||||||
= 1.5.04 =
|
### 1.5.04
|
||||||
* fix uom
|
* fix uom
|
||||||
* fix file not found
|
* fix file not found
|
||||||
= 1.5.03 =
|
### 1.5.03
|
||||||
* fix random error
|
* fix random error
|
||||||
= 1.5.02 =
|
### 1.5.02
|
||||||
* Security improvements
|
* Security improvements
|
||||||
= 1.5.01 =
|
### 1.5.01
|
||||||
* Improved security
|
* Improved security
|
||||||
* Included javascript
|
* Included javascript
|
||||||
* Multiple file upload
|
* Multiple file upload
|
||||||
* Implemented sorting in file list
|
* Implemented sorting in file list
|
||||||
* Renamed internal function to improve wp compatibility
|
* Renamed internal function to improve wp compatibility
|
||||||
= 1.5.00 =
|
### 1.5.00
|
||||||
* replaced highcharts with chartjs. This is a forced choice due highcharts license issue, view: https://devfarm.it/wordpress-plugin/wordpress-plugin-directory-notice-wp-gpx-maps-temporarily-disabled/
|
* replaced highcharts with chartjs. This is a forced choice due highcharts license issue, view: https://devfarm.it/wordpress-plugin/wordpress-plugin-directory-notice-wp-gpx-maps-temporarily-disabled/
|
||||||
= 1.3.16 =
|
### 1.3.16
|
||||||
* Added Norwegian nb_NO translation (thanks to thordivel)
|
* Added Norwegian nb_NO translation (thanks to thordivel)
|
||||||
* Added Japanese ja_JP translation (thanks to dentos)
|
* Added Japanese ja_JP translation (thanks to dentos)
|
||||||
= 1.3.15 =
|
### 1.3.15
|
||||||
* Switched to HTTPS where possible (thanks to delitestudio)
|
* Switched to HTTPS where possible (thanks to delitestudio)
|
||||||
= 1.3.14 =
|
### 1.3.14
|
||||||
* Added Thunderforest Api Key on settings: for OpenCycleMap
|
* Added Thunderforest Api Key on settings: for OpenCycleMap
|
||||||
= 1.3.13 =
|
### 1.3.13
|
||||||
* Added google maps api key on settings
|
* Added google maps api key on settings
|
||||||
* Removed parameter 'sensor' on google maps js
|
* Removed parameter 'sensor' on google maps js
|
||||||
* Added unit of measure of speed for swimmers: min/100 meters
|
* Added unit of measure of speed for swimmers: min/100 meters
|
||||||
= 1.3.12 =
|
### 1.3.12
|
||||||
* Fix incompatibility with Debian PHP7 (thanks to phbaer) https://github.com/devfarm-it/wp-gpx-maps/pull/5
|
* Fix incompatibility with Debian PHP7 (thanks to phbaer) https://github.com/devfarm-it/wp-gpx-maps/pull/5
|
||||||
= 1.3.10 =
|
### 1.3.10
|
||||||
* Improved german translations (thanks to Konrad) http://tadesse.de/7882/2015-wanderung-ostrov-tisa-ii/
|
* Improved german translations (thanks to Konrad) http://tadesse.de/7882/2015-wanderung-ostrov-tisa-ii/
|
||||||
= 1.3.9 =
|
### 1.3.9
|
||||||
* Retrieve waypoints in JSON, possibility to add a custom marker (Changed by Michel Selerin)
|
* Retrieve waypoints in JSON, possibility to add a custom marker (Changed by Michel Selerin)
|
||||||
= 1.3.8 =
|
### 1.3.8
|
||||||
* Improved Google Maps visualization
|
* Improved Google Maps visualization
|
||||||
= 1.3.7 =
|
### 1.3.7
|
||||||
* NextGen Gallery's Attachment support. Thanks to Stephan Klein (https://klein-gedruckt.de/2015/03/wordpress-plugin-wp-gpx-maps/)
|
* NextGen Gallery's Attachment support. Thanks to Stephan Klein (https://klein-gedruckt.de/2015/03/wordpress-plugin-wp-gpx-maps/)
|
||||||
= 1.3.6 =
|
### 1.3.6
|
||||||
* Fix: remote file download issue
|
* Fix: remote file download issue
|
||||||
* Fix: download file link with WPML
|
* Fix: download file link with WPML
|
||||||
* Improved cache with filetime (thanks to David)
|
* Improved cache with filetime (thanks to David)
|
||||||
= 1.3.5 =
|
### 1.3.5
|
||||||
* Fix: Garmin cadence again
|
* Fix: Garmin cadence again
|
||||||
* Fix: WP Tabs
|
* Fix: WP Tabs
|
||||||
= 1.3.4 =
|
### 1.3.4
|
||||||
* Fix: Garmin cadence
|
* Fix: Garmin cadence
|
||||||
* Infowindows closing on mouseout
|
* Infowindows closing on mouseout
|
||||||
= 1.3.3 =
|
### 1.3.3
|
||||||
* Add feet/Nautical Miles units (thanks to elperepat)
|
* Add feet/Nautical Miles units (thanks to elperepat)
|
||||||
* Update OpenStreetMaps Credits
|
* Update OpenStreetMaps Credits
|
||||||
* WP Tabs fix
|
* WP Tabs fix
|
||||||
= 1.3.2 =
|
### 1.3.2
|
||||||
* fix: left axis not visible (downgrade highcharts to v3.0.10)
|
* fix: left axis not visible (downgrade highcharts to v3.0.10)
|
||||||
* fix: fullscreen map js error
|
* fix: fullscreen map js error
|
||||||
= 1.3.1 =
|
### 1.3.1
|
||||||
* fix: http/https javascript registration
|
* fix: http/https javascript registration
|
||||||
* fix: full screen map css issue
|
* fix: full screen map css issue
|
||||||
= 1.3.0 =
|
### 1.3.0
|
||||||
* Speed improvement
|
* Speed improvement
|
||||||
* Rewritten js classes
|
* Rewritten js classes
|
||||||
* Added Temperature chart
|
* Added Temperature chart
|
||||||
* Added HTML5 Gps position (you can now follow the gpx with your mobile phone/tablet/pc)
|
* Added HTML5 Gps position (you can now follow the gpx with your mobile phone/tablet/pc)
|
||||||
= 1.2.6 =
|
### 1.2.6
|
||||||
* Speed improvement
|
* Speed improvement
|
||||||
= 1.2.5 =
|
### 1.2.5
|
||||||
* Added Catalan translation, thanks to Edgar
|
* Added Catalan translation, thanks to Edgar
|
||||||
* Updated Spanish translation, thanks to Dani
|
* Updated Spanish translation, thanks to Dani
|
||||||
* Added different types of distance: Normal, Flat (don't consider altitude) and Climb distance
|
* Added different types of distance: Normal, Flat (don't consider altitude) and Climb distance
|
||||||
= 1.2.4 =
|
### 1.2.4
|
||||||
* Added Bulgarian translation, thanks to Svilen Savov
|
* Added Bulgarian translation, thanks to Svilen Savov
|
||||||
* Added possibility to hide the elevation chart
|
* Added possibility to hide the elevation chart
|
||||||
= 1.2.2 =
|
### 1.2.2
|
||||||
* Smaller map type selector
|
* Smaller map type selector
|
||||||
* New map: MapToolKit - Terrain
|
* New map: MapToolKit - Terrain
|
||||||
* Fix: Google maps exception for NextGen Gallery
|
* Fix: Google maps exception for NextGen Gallery
|
||||||
= 1.2.1 =
|
### 1.2.1
|
||||||
* Fix: NextGen Gallery 1.9 compatibility
|
* Fix: NextGen Gallery 1.9 compatibility
|
||||||
= 1.2.0 =
|
### 1.2.0
|
||||||
* NextGen Gallery 2 support
|
* NextGen Gallery 2 support
|
||||||
* NextGen Gallery Pro support
|
* NextGen Gallery Pro support
|
||||||
= 1.1.46 =
|
### 1.1.46
|
||||||
* Added meters/miles chart unit of measure
|
* Added meters/miles chart unit of measure
|
||||||
* Added Russian translation, thanks to G.A.P
|
* Added Russian translation, thanks to G.A.P
|
||||||
= 1.1.45 =
|
### 1.1.45
|
||||||
* Added nautical miles as distance (Many thanks to Anders)
|
* Added nautical miles as distance (Many thanks to Anders)
|
||||||
= 1.1.44 =
|
### 1.1.44
|
||||||
* Added Chart zoom feature
|
* Added Chart zoom feature
|
||||||
* Some small bug fixes
|
* Some small bug fixes
|
||||||
= 1.1.43 =
|
### 1.1.43
|
||||||
* Added Portuguese (Brazilian) translation, thanks to André Ramos
|
* Added Portuguese (Brazilian) translation, thanks to André Ramos
|
||||||
* new map: Open Cycle Map - Transport
|
* new map: Open Cycle Map - Transport
|
||||||
* new map: Open Cycle Map - Landscape
|
* new map: Open Cycle Map - Landscape
|
||||||
= 1.1.42 =
|
### 1.1.42
|
||||||
* qTranslate compatible
|
* qTranslate compatible
|
||||||
= 1.1.41 =
|
### 1.1.41
|
||||||
* Added Polish translation, thanks to Sebastian
|
* Added Polish translation, thanks to Sebastian
|
||||||
* Fix: Spanish translation
|
* Fix: Spanish translation
|
||||||
* Minor javascript improvement
|
* Minor javascript improvement
|
||||||
= 1.1.40 =
|
### 1.1.40
|
||||||
* Improved italian translation
|
* Improved italian translation
|
||||||
* Added grade chart (beta)
|
* Added grade chart (beta)
|
||||||
= 1.1.39 =
|
### 1.1.39
|
||||||
* Added French translation, thanks to Hervé
|
* Added French translation, thanks to Hervé
|
||||||
* Added Nautical Miles per Hour (Knots) unit of measure
|
* Added Nautical Miles per Hour (Knots) unit of measure
|
||||||
= 1.1.38 =
|
### 1.1.38
|
||||||
* Fix: garmin gpx cadence and heart rate
|
* Fix: garmin gpx cadence and heart rate
|
||||||
* Updated Turkish translation, thanks to Edip
|
* Updated Turkish translation, thanks to Edip
|
||||||
* Added Hungarian translation, thanks to Tami
|
* Added Hungarian translation, thanks to Tami
|
||||||
= 1.1.36 =
|
### 1.1.36
|
||||||
* Even Editor and Author users can upload their own gpx. Administrators can see all the administrators gpx. The other users can see only their uploads
|
* Even Editor and Author users can upload their own gpx. Administrators can see all the administrators gpx. The other users can see only their uploads
|
||||||
= 1.1.35 =
|
### 1.1.35
|
||||||
* Fix: In the post list, sometime, the maps was not displaying correctly ( the php rand() function was not working?? )
|
* Fix: In the post list, sometime, the maps was not displaying correctly ( the php rand() function was not working?? )
|
||||||
* Various improvements for multi track gpx. Thanks to GPSracks.tv
|
* Various improvements for multi track gpx. Thanks to GPSracks.tv
|
||||||
* Summary table is now avaiable even without chart. Thanks to David
|
* Summary table is now avaiable even without chart. Thanks to David
|
||||||
= 1.1.34 =
|
### 1.1.34
|
||||||
* 2 decimals for unit of measure min/km and min/mi
|
* 2 decimals for unit of measure min/km and min/mi
|
||||||
* translation file updated (a couple of phrases added)
|
* translation file updated (a couple of phrases added)
|
||||||
* File list reverse order (from the newer to the older)
|
* File list reverse order (from the newer to the older)
|
||||||
* nggallery integration: division by zero fixed
|
* nggallery integration: division by zero fixed
|
||||||
= 1.1.33 =
|
### 1.1.33
|
||||||
* Decimals reducted to 1 for unit of measure min/km and min/mi
|
* Decimals reducted to 1 for unit of measure min/km and min/mi
|
||||||
* map zoom and center position is working with waypoints only files
|
* map zoom and center position is working with waypoints only files
|
||||||
* automatic scale works again (thanks to MArkus)
|
* automatic scale works again (thanks to MArkus)
|
||||||
= 1.1.32 =
|
### 1.1.32
|
||||||
* You can exclude cache (slower and not recommended)
|
* You can exclude cache (slower and not recommended)
|
||||||
* You can decide what show in the summary table
|
* You can decide what show in the summary table
|
||||||
* German translation (thanks to Ali)
|
* German translation (thanks to Ali)
|
||||||
= 1.1.31 =
|
### 1.1.31
|
||||||
* Fixed fullscreen map image slideshow
|
* Fixed fullscreen map image slideshow
|
||||||
= 1.1.30 =
|
### 1.1.30
|
||||||
* Multi track gpx support
|
* Multi track gpx support
|
||||||
* Next Gen Gallery images positions derived from date. You can adjust the date with the shortcode attribute dtoffset
|
* Next Gen Gallery images positions derived from date. You can adjust the date with the shortcode attribute dtoffset
|
||||||
* If you set Chart Height (shortcode gheight) = 0 means hide the graph
|
* If you set Chart Height (shortcode gheight) 0 means hide the graph
|
||||||
* Fix: All images should work, independent from browser cache
|
* Fix: All images should work, independent from browser cache
|
||||||
= 1.1.29 =
|
### 1.1.29
|
||||||
* Decimal separator is working with all the browsers
|
* Decimal separator is working with all the browsers
|
||||||
* minutes per mile and minutes per kilometer was wrong
|
* minutes per mile and minutes per kilometer was wrong
|
||||||
= 1.1.28 =
|
### 1.1.28
|
||||||
* Decimal and thousand separator derived from browser language
|
* Decimal and thousand separator derived from browser language
|
||||||
* Added summary table (see settings): Total distance, Max elevation, Min elevation, Total climbing, Total descent, Average speed
|
* Added summary table (see settings): Total distance, Max elevation, Min elevation, Total climbing, Total descent, Average speed
|
||||||
* Added 2 speed units of measure: minutes per mile and minutes per kilometer
|
* Added 2 speed units of measure: minutes per mile and minutes per kilometer
|
||||||
= 1.1.26 =
|
### 1.1.26
|
||||||
* Multilanguage implementation (only front-end). I've implemented the italian one, I hope somebody will help me with other languages..
|
* Multilanguage implementation (only front-end). I've implemented the italian one, I hope somebody will help me with other languages..
|
||||||
* Map Full screen mode (I'm sure it's not working in ie6. don't even ask!)
|
* Map Full screen mode (I'm sure it's not working in ie6. don't even ask!)
|
||||||
* Added waypoint custom icon
|
* Added waypoint custom icon
|
||||||
= 1.1.25 =
|
### 1.1.25
|
||||||
* Added possibility to download your gpx
|
* Added possibility to download your gpx
|
||||||
= 1.1.23 =
|
### 1.1.23
|
||||||
* Security fix, please update!
|
* Security fix, please update!
|
||||||
= 1.1.22 =
|
### 1.1.22
|
||||||
* enable map zoom on scroll wheel (check settings)
|
* enable map zoom on scroll wheel (check settings)
|
||||||
* test attributes in get params
|
* test attributes in get params
|
||||||
= 1.1.21 =
|
### 1.1.21
|
||||||
* google maps images fixed (templates with bad css)
|
* google maps images fixed (templates with bad css)
|
||||||
* upgrade to google maps 3.9
|
* upgrade to google maps 3.9
|
||||||
= 1.1.20 =
|
### 1.1.20
|
||||||
* google maps images fixed in <a href="http://wordpress.org/extend/themes/yoko">Yoko theme</a>
|
* google maps images fixed in <a href"http://wordpress.org/extend/themes/yoko">Yoko theme</a>
|
||||||
= 1.1.19 =
|
### 1.1.19
|
||||||
* include jQuery if needed
|
* include jQuery if needed
|
||||||
= 1.1.17 =
|
### 1.1.17
|
||||||
* Remove zero values from cadence and heart rate charts
|
* Remove zero values from cadence and heart rate charts
|
||||||
* nextgen gallery improvement
|
* nextgen gallery improvement
|
||||||
= 1.1.16 =
|
### 1.1.16
|
||||||
* Cadence chart (where available)
|
* Cadence chart (where available)
|
||||||
* minor bug fixes
|
* minor bug fixes
|
||||||
= 1.1.15 =
|
### 1.1.15
|
||||||
* migration from google chart to highcharts. Highcharts are much better than google chart! This is the base for a new serie of improvements. Stay in touch for the next releases!
|
* migration from google chart to highcharts. Highcharts are much better than google chart! This is the base for a new serie of improvements. Stay in touch for the next releases!
|
||||||
* heart rate chart (where available)
|
* heart rate chart (where available)
|
||||||
= 1.1.14 =
|
### 1.1.14
|
||||||
* added css to avoid map bars display issue
|
* added css to avoid map bars display issue
|
||||||
= 1.1.13 =
|
### 1.1.13
|
||||||
* added new types of maps: Open Street Map, Open Cycle Map, Hike & Bike.
|
* added new types of maps: Open Street Map, Open Cycle Map, Hike & Bike.
|
||||||
* fixed nextgen gallery caching problem
|
* fixed nextgen gallery caching problem
|
||||||
= 1.1.12 =
|
### 1.1.12
|
||||||
* nextgen gallery display bug fixes
|
* nextgen gallery display bug fixes
|
||||||
|
|
||||||
== Upgrade Notice ==
|
## Upgrade Notice
|
|
@ -0,0 +1,2 @@
|
||||||
|
bastianonm = bastianonm <bastianonm>
|
||||||
|
plugin-master = plugin-master <plugin-master>
|
|
@ -3,11 +3,12 @@
|
||||||
* Plugin Name: WP-GPX-Maps
|
* Plugin Name: WP-GPX-Maps
|
||||||
* Plugin URI: http://www.devfarm.it/
|
* Plugin URI: http://www.devfarm.it/
|
||||||
* Description: Draws a GPX track with altitude chart
|
* Description: Draws a GPX track with altitude chart
|
||||||
* Version: 1.7.00
|
* Version: 1.7.00.1
|
||||||
* Author: Bastianon Massimo
|
* Author: Bastianon Massimo
|
||||||
* Author URI: http://www.devfarm.it/
|
* Author URI: http://www.devfarm.it/
|
||||||
* Text Domain: wp-gpx-maps
|
* Text Domain: wp-gpx-maps
|
||||||
* Domain Path: /languages
|
* Domain Path: /languages
|
||||||
|
* Gitea Plugin URI: https://gitea.dyomedea.com/Dyomedea/wp-gpx-maps
|
||||||
*
|
*
|
||||||
* @package WP-GPX-Maps
|
* @package WP-GPX-Maps
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue