From 18d8897ee970f75f03071dcb7f8630aab599734f Mon Sep 17 00:00:00 2001 From: Justin Foell Date: Sat, 1 Nov 2014 23:07:03 -0500 Subject: [PATCH] Updated documentation Set version to alpha --- readme.txt | 17 +++++++++++++++++ wp-strava.php | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index c4bebca..d42fe9e 100755 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/wp-strava.php b/wp-strava.php index 60927b0..954f67a 100755 --- a/wp-strava.php +++ b/wp-strava.php @@ -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 Author URI: http://cmanon.com License: GPL2