mirror of
https://github.com/10h30/wp-strava.git
synced 2026-06-05 15:10:01 +09:00
Updated documentation
Set version to alpha
This commit is contained in:
+17
@@ -15,10 +15,27 @@ This plugin uses the Strava V3 API to embed maps and activity for
|
||||
athletes and clubs on your WordPress site. Included are several
|
||||
widgets and shortcodes for showing maps and activity summaries.
|
||||
|
||||
= Shortcodes =
|
||||
|
||||
[ride id=NUMBER] - add to any page or post. Also takes the following
|
||||
optional parameters:
|
||||
|
||||
* som - english/metric (system of measure - override from default setting)
|
||||
* map_width - width (width of image in pixels)
|
||||
* map_height - height (height of image in pixels)
|
||||
|
||||
= Widgets =
|
||||
|
||||
Strava Latest Rides - shows a list of the last few activities
|
||||
|
||||
Strava Latest Map - shows map of latest activity with option to limit
|
||||
latest map to activities of a certain minimum distance
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0 =
|
||||
Change to Strava API V3
|
||||
Switch ride shortcode to use static map
|
||||
|
||||
= 0.70 =
|
||||
Use WordPress HTTP API for all remote calls
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
Plugin Name: WP Strava
|
||||
Plugin URI: http://cmanon.com
|
||||
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.0
|
||||
Version: 1.0a
|
||||
Author: Carlos Santa Cruz (cmanon), Justin Foell <justin@foell.org>
|
||||
Author URI: http://cmanon.com
|
||||
License: GPL2
|
||||
|
||||
Reference in New Issue
Block a user