mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-11 18:56:18 +09:00
Removed links to app.strava.com
This commit is contained in:
@@ -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'];
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user