From 85729b1e269f85e4f06e57a65b513ef0903fa7ea Mon Sep 17 00:00:00 2001 From: bastianonm Date: Wed, 21 Dec 2011 13:45:55 +0000 Subject: [PATCH] --- readme.txt | 10 ++++++---- wp-gpx-maps.php | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/readme.txt b/readme.txt index 3b384ad..189c608 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === WP-GPX-Maps === Contributors: bastianonm Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=bastianonm@hotmail.com&item_name=WP-GRX-Maps&item_number=WP-GRX-Maps&amount=5¤cy_code=EUR -Tags: maps, gpx, gps, graph, google maps, google chart +Tags: maps, gpx, gps, graph, google maps, google chart, track, garmin Requires at least: 2.0.0 Tested up to: 3.3 -Stable tag: 1.0.5 +Stable tag: 1.0.6 License: GPLv2 or later Draws a gpx track with altitude graph @@ -17,9 +17,8 @@ This plugin has, as input, the GPX file with the track you've made. As output it Try this plugin on http://www.pedemontanadelgrappa.it/category/mappe/ Thanks to: www.securcube.net, www.darwinner.it, www.pedemontanadelgrappa.it, - -Bugs, problems, thanks and anything else here! +Bugs, problems, thanks and anything else here! Supported gpx namespace are: @@ -66,6 +65,8 @@ Yes! 2. Screenshot Admin area == Changelog == += 1.0.6 = +* Minor bug fix = 1.0.5 = * Fixed javscript errors with slow javascript loading = 1.0.4 = @@ -82,6 +83,7 @@ Yes! * Initial release. == Upgrade Notice == += 1.0.6 = = 1.0.5 = = 1.0.4 = = 1.0.3 = diff --git a/wp-gpx-maps.php b/wp-gpx-maps.php index 2c484b0..314b00f 100644 --- a/wp-gpx-maps.php +++ b/wp-gpx-maps.php @@ -3,7 +3,7 @@ Plugin Name: WP-GPX-Maps Plugin URI: http://www.darwinner.it/ Description: Draws a gpx track with altitude graph -Version: 1.0.5 +Version: 1.0.6 Author: Bastianon Massimo Author URI: http://www.pedemontanadelgrappa.it/ License: GPL @@ -96,7 +96,7 @@ function handle_WP_GPX_Maps_Shortcodes($attr, $content='') $p="/,$/"; $points_maps = preg_replace($p, "", $points_maps); $points_graph = preg_replace($p, "", $points_graph); if (preg_match("/^(\[0,0\],?)+$/", $points_graph)) { $points_graph = ""; } - echo ' + return '