diff --git a/includes/WPStrava/Auth.php b/includes/WPStrava/Auth.php index 88719e7..14f6574 100644 --- a/includes/WPStrava/Auth.php +++ b/includes/WPStrava/Auth.php @@ -3,7 +3,7 @@ abstract class WPStrava_Auth { protected $auth_url = 'https://www.strava.com/oauth/authorize?response_type=code'; - private $feedback; + protected $feedback = ''; /** * Factory method to get the correct Auth class based on specified string diff --git a/readme.txt b/readme.txt index 675b442..ee0512e 100755 --- 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, paddle, kayak, gps, shortcode, widget, plugin Requires at least: 4.6 Tested up to: 5.1 -Stable tag: 1.7.3 +Stable tag: 2.0 Requires PHP: 5.2 License: GPLv2 or later @@ -246,6 +246,11 @@ Initial version. == Upgrade Notice == += 2.0 = + +Version 2.0 is mandatory after October 15th, 2019. 2.0 settings upgrade instructions: https://github.com/cmanon/wp-strava/wiki/2.0-Upgrade. + + = 1.7.3 = -Version 2.0 will be mandatory after October 15th, 2019. Try the 2.0 beta: https://github.com/cmanon/wp-strava/releases. 2.0 settings upgrade instructions: https://github.com/cmanon/wp-strava/wiki/2.0-Upgrade. +Version 2.0 is mandatory after October 15th, 2019. Try the 2.0 beta: https://github.com/cmanon/wp-strava/releases. 2.0 settings upgrade instructions: https://github.com/cmanon/wp-strava/wiki/2.0-Upgrade. diff --git a/wp-strava.php b/wp-strava.php index e8c9c53..9f9fd1c 100755 --- a/wp-strava.php +++ b/wp-strava.php @@ -3,7 +3,7 @@ * Plugin Name: WP Strava * Plugin URI: https://wordpress.org/plugins/wp-strava/ * Description: Show your strava.com activity on your WordPress site. Some Icons are Copyright © Yusuke Kamiyamane. All rights reserved. Licensed under a Creative Commons Attribution 3.0 license. - * Version: 1.7.3 + * Version: 2.0b1 * Author: Carlos Santa Cruz, Justin Foell, Lance Willett, Daniel Lintott, Sebastian Erb * License: GPL2 * Text Domain: wp-strava