Files
wp-strava/readme.txt
T

68 lines
1.9 KiB
Plaintext
Raw Normal View History

2011-08-23 09:34:28 -05:00
=== Plugin Name ===
2015-05-11 22:28:33 -05:00
Contributors: cmanon, jrfoell, lancewillett
2014-09-23 13:39:48 -05:00
Tags: strava, bicycle, cycling, biking, running, run, swimming, swim, gps, shortcode, widget, plugin
2017-05-26 10:53:24 -05:00
Requires at least: 4.6
2017-05-10 13:58:46 -05:00
Tested up to: 4.7
2017-05-26 11:18:09 -05:00
Stable tag: 1.1.1
License: GPLv2 or later
2011-08-23 09:34:28 -05:00
2014-09-23 13:39:48 -05:00
Show your Strava activity on your WordPress site.
2011-08-23 09:34:28 -05:00
== Description ==
2014-09-23 13:39:48 -05:00
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.
2011-08-23 09:34:28 -05:00
2014-11-01 23:07:03 -05:00
= Shortcodes =
2015-05-11 22:28:33 -05:00
[activity id=NUMBER] - add to any page or post. Also takes the following
2014-11-01 23:07:03 -05:00
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
2011-08-23 09:34:28 -05:00
== Changelog ==
2017-05-26 11:18:09 -05:00
= 1.1.1 =
2017-05-26 10:53:24 -05:00
Changes to better support translations through https://translate.wordpress.org
Cleaned up formatting
2015-05-11 22:28:33 -05:00
= 1.1 =
2017-05-10 10:43:31 -05:00
Added [activity] shortcode to deprecate [ride] in the future
2015-05-11 22:28:33 -05:00
Fixed static method call error in shortcode
Added title to Strava Latest Map Widget
2017-05-10 10:43:31 -05:00
Added Lance Willett to contributors
2017-05-10 13:58:46 -05:00
Added target="_blank" to widget hrefs
Added Google Maps Key to settings (required for map images)
2017-05-10 14:39:00 -05:00
Added cache clear option to remove transient & image data
2017-05-10 13:58:46 -05:00
Cleaned up formatting
2015-05-11 22:28:33 -05:00
2014-09-23 13:39:48 -05:00
= 1.0 =
Change to Strava API V3
2014-11-01 23:07:03 -05:00
Switch ride shortcode to use static map
2014-09-23 13:39:48 -05:00
= 0.70 =
2013-04-07 17:56:07 -05:00
Use WordPress HTTP API for all remote calls
Use WordPress Settings API for settings page
2012-06-12 19:54:51 -05:00
= 0.62 =
Refactor some code.
Fixed several bugs.
Added feature to show athlete name/link to the widget if the search option is by club.
2011-08-23 09:34:28 -05:00
= 0.61 =
Added option to select unit of measurements on the widget.
= 0.6 =
Initial version.