From c3d98487495f03bd5f5a8c6402a0f75909bd63ba Mon Sep 17 00:00:00 2001 From: bastianonm Date: Sun, 29 Dec 2013 13:24:32 +0000 Subject: [PATCH] Speed improvement --- readme.txt | 4 +++- wp-gpx-maps.php | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 22f319a..65dac20 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: maps, gpx, gps, graph, chart, google maps, track, garmin, image, nextgen-gallery, nextgen, exif, OpenStreetMap, OpenCycleMap, Hike&Bike, heart rate, heartrate, cadence Requires at least: 2.0.0 Tested up to: 3.8 -Stable tag: 1.2.5 +Stable tag: 1.2.6 Draws a gpx track with altitude graph. You can also display your nextgen gallery images in the map. @@ -180,6 +180,8 @@ Yes! 1. Altitude & Speed & Hearth rate == Changelog == += 1.2.6 = +* Speed improvement = 1.2.5 = * Added Catalan translation, thanks to Edgar * Updated Spanish translation, thanks to Dani diff --git a/wp-gpx-maps.php b/wp-gpx-maps.php index da458b5..6e83002 100644 --- a/wp-gpx-maps.php +++ b/wp-gpx-maps.php @@ -3,7 +3,7 @@ Plugin Name: WP-GPX-Maps Plugin URI: http://www.devfarm.it/ Description: Draws a gpx track with altitude graph -Version: 1.2.5 +Version: 1.2.6 Author: Bastianon Massimo Author URI: http://www.pedemontanadelgrappa.it/ */ @@ -169,8 +169,6 @@ function handle_WP_GPX_Maps_Shortcodes($attr, $content='') $gpxcache.= DIRECTORY_SEPARATOR.$cacheFileName.".tmp"; - $skipcache=true; - // Try to load cache if (file_exists($gpxcache) && !($skipcache == true)) {