Fixed athlete addition in WP 5.3;

Bumped version
Updated changelog
Added FAQ about adding/removing at the same time
This commit is contained in:
Justin Foell
2019-12-22 11:29:56 -06:00
parent 166ee78723
commit 632898fc86
4 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ abstract class WPStrava_Auth {
$input = filter_input_array( INPUT_POST, $input_args );
if ( $settings->ids_empty( $input['strava_id'] ) ) {
if ( is_array( $input['strava_id'] ) && $settings->ids_empty( $input['strava_id'] ) ) {
return array();
}