From 38e15027026fe5e1658e3fee9893c860226f3873 Mon Sep 17 00:00:00 2001 From: Justin Foell Date: Fri, 1 Feb 2019 14:22:25 -0600 Subject: [PATCH] Update 1.7.0 functions and readme.txt --- lib/WPStrava/ActivityShortcode.php | 2 +- lib/WPStrava/ActivityType.php | 4 ++-- lib/WPStrava/RouteShortcode.php | 2 +- readme.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/WPStrava/ActivityShortcode.php b/lib/WPStrava/ActivityShortcode.php index bb29188..8b5a459 100644 --- a/lib/WPStrava/ActivityShortcode.php +++ b/lib/WPStrava/ActivityShortcode.php @@ -102,7 +102,7 @@ class WPStrava_ActivityShortcode { * @return string HTML Table of activity details. * @author Justin Foell * @author Sebastian Erb - * @since NEXT + * @since 1.7.0 */ private function get_table( $activity_details, $som ) { $strava_som = WPStrava_SOM::get_som( $som ); diff --git a/lib/WPStrava/ActivityType.php b/lib/WPStrava/ActivityType.php index 40ead7d..7ef74e3 100644 --- a/lib/WPStrava/ActivityType.php +++ b/lib/WPStrava/ActivityType.php @@ -8,7 +8,7 @@ * ActivityType class. * * @author Sebastian Erb - * @since NEXT + * @since 1.7.0 */ class WPStrava_ActivityType { @@ -62,7 +62,7 @@ class WPStrava_ActivityType { * @param string $type Type provided by Strava. * @return string Type group (water/pace/speed/other). * @author Sebastian Erb - * @since NEXT + * @since 1.7.0 */ public static function get_type_group( $type ) { diff --git a/lib/WPStrava/RouteShortcode.php b/lib/WPStrava/RouteShortcode.php index 68e3423..a0a9a51 100644 --- a/lib/WPStrava/RouteShortcode.php +++ b/lib/WPStrava/RouteShortcode.php @@ -101,7 +101,7 @@ class WPStrava_RouteShortcode { * @param string $som System of measure (english/metric). * @return string HTML Table of route details. * @author Justin Foell - * @since NEXT + * @since 1.7.0 */ private function get_table( $route_details, $som ) { $strava_som = WPStrava_SOM::get_som( $som ); diff --git a/readme.txt b/readme.txt index ee26bd1..e5fe38e 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: cmanon, jrfoell, lancewillett, dlintott, sebastianerb Tags: strava, activity, bicycle, cycling, biking, running, run, swimming, swim, gps, shortcode, widget, plugin Requires at least: 4.6 Tested up to: 5.0 -Stable tag: 1.6.0 +Stable tag: 1.7.0 Requires PHP: 5.2 License: GPLv2 or later