Skip to content

Commit

Permalink
Fixed unclosed href, bumped version, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfoell committed Feb 23, 2018
1 parent 6f41a05 commit 7619979
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion lib/ActivityShortcode.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ public static function handler( $atts ) {
</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 ).
}

Expand Down
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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? =

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wp-strava.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7619979

Please sign in to comment.