Fixed unclosed href, bumped version, updated readme

This commit is contained in:
Justin Foell
2018-02-23 10:13:15 -06:00
parent 6f41a05520
commit 7619979072
3 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -78,7 +78,8 @@ class WPStrava_ActivityShortcode {
</table>
<a title="' . $activity_details->name . '" href="' . WPStrava_Activity::ACTIVITIES_URL . $activity_details->id . '">' .
WPStrava_StaticMap::get_image_tag( $activity_details, $map_height, $map_width, $atts['markers'] ) .
'</div>';
'</a>
</div>';
} // End if( $activity_details ).
}
+4 -3
View File
@@ -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
+1 -1
View File
@@ -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