From 6f41a05520dc6d58041533c446ac2ad20c76a65e Mon Sep 17 00:00:00 2001 From: Justin Foell Date: Fri, 26 Jan 2018 16:19:50 -0600 Subject: [PATCH] Removed links to app.strava.com --- lib/LatestMapWidget.class.php | 2 +- readme.txt | 1 + wp-strava.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/LatestMapWidget.class.php b/lib/LatestMapWidget.class.php index de29776..62de880 100644 --- a/lib/LatestMapWidget.class.php +++ b/lib/LatestMapWidget.class.php @@ -127,7 +127,7 @@ class WPStrava_LatestMapWidget extends WP_Widget { echo $args['before_title'] . $title . $args['after_title']; } - echo ""; + echo ""; echo $this->get_static_image( $id, $activity, $build_new ); echo ''; echo $args['after_widget']; diff --git a/readme.txt b/readme.txt index 5038e10..9abbaa1 100755 --- a/readme.txt +++ b/readme.txt @@ -78,6 +78,7 @@ If your key works with other Google Maps plugins but not WP Strava, you may need Better Club ID support. Refined cache clearing to include club IDs. +Removed links to 'app.strava.com' = 1.4.1 = Fix array indices on map widget diff --git a/wp-strava.php b/wp-strava.php index 1e3dd9a..ed22b94 100755 --- a/wp-strava.php +++ b/wp-strava.php @@ -3,7 +3,7 @@ * Plugin Name: WP Strava * Plugin URI: https://wordpress.org/plugins/wp-strava/ * Description: Plugin to show your strava.com information in your WordPress blog. Some Icons are Copyright © Yusuke Kamiyamane. All rights reserved. Licensed under a Creative Commons Attribution 3.0 license. - * Version: 1.4.2-rc1 + * Version: 1.4.2-rc2 * Author: Carlos Santa Cruz, Justin Foell, Lance Willet, Daniel Lintott * License: GPL2 * Text Domain: wp-strava