Update 1.7.0 functions and readme.txt

This commit is contained in:
Justin Foell
2019-02-01 14:22:25 -06:00
parent 9813dc2aec
commit 38e1502702
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
* ActivityType class.
*
* @author Sebastian Erb <mail@sebastianerb.com>
* @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 <mail@sebastianerb.com>
* @since NEXT
* @since 1.7.0
*/
public static function get_type_group( $type ) {