Removed links to app.strava.com

This commit is contained in:
Justin Foell
2018-01-26 16:19:50 -06:00
parent d37286fce7
commit 6f41a05520
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ class WPStrava_LatestMapWidget extends WP_Widget {
echo $args['before_title'] . $title . $args['after_title'];
}
echo "<a title='{$activity->name}' href='http://app.strava.com/activities/{$activity->id}'>";
echo "<a title='{$activity->name}' href='" . WPStrava_Activity::ACTIVITIES_URL . "{$activity->id}'>";
echo $this->get_static_image( $id, $activity, $build_new );
echo '</a>';
echo $args['after_widget'];
+1
View File
@@ -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
+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-rc1
* Version: 1.4.2-rc2
* Author: Carlos Santa Cruz, Justin Foell, Lance Willet, Daniel Lintott
* License: GPL2
* Text Domain: wp-strava