From 7619979072500738659902bedb6864ad837be566 Mon Sep 17 00:00:00 2001 From: Justin Foell Date: Fri, 23 Feb 2018 10:13:15 -0600 Subject: [PATCH] Fixed unclosed href, bumped version, updated readme --- lib/ActivityShortcode.class.php | 3 ++- readme.txt | 7 ++++--- wp-strava.php | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/lib/ActivityShortcode.class.php b/lib/ActivityShortcode.class.php index 69d9c62..fd50c89 100644 --- a/lib/ActivityShortcode.class.php +++ b/lib/ActivityShortcode.class.php @@ -78,7 +78,8 @@ public static function handler( $atts ) { ' . WPStrava_StaticMap::get_image_tag( $activity_details, $map_height, $map_width, $atts['markers'] ) . - ''; + ' + '; } // End if( $activity_details ). } diff --git a/readme.txt b/readme.txt index 9abbaa1..006b28f 100755 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === WP-Strava === -Contributors: cmanon, jrfoell, lancewillett, dlintott +Contributors: cmanon, jrfoell, lancewillett, dlintott Tags: strava, activity, bicycle, cycling, biking, running, run, swimming, swim, gps, shortcode, widget, plugin Requires at least: 4.6 Tested up to: 4.9 -Stable tag: 1.4.1 +Stable tag: 1.4.2 Requires PHP: 5.2 License: GPLv2 or later @@ -52,7 +52,7 @@ Strava Latest Map - shows map of latest activity with option to limit latest map = Why am I getting "ERROR 401 Unauthorized"? = -When you have multiple athletes saved, the first is considered to be the default athlete. If you use a shortcode to display activity from anyone other than the default athlete, you must add the athlete token to the shortcode, such as +When you have multiple athletes saved, the first is considered to be the default athlete. If you use a shortcode to display activity from anyone other than the default athlete, you must add the athlete token to the shortcode, such as = Why is my Google Map not showing up? = @@ -79,6 +79,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' +Fixed unclosed href anchor on activity shortcode. = 1.4.1 = Fix array indices on map widget diff --git a/wp-strava.php b/wp-strava.php index ed22b94..4130fd4 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-rc2 + * Version: 1.4.2 * Author: Carlos Santa Cruz, Justin Foell, Lance Willet, Daniel Lintott * License: GPL2 * Text Domain: wp-strava