mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-17 13:43:50 +09:00
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:
@@ -646,7 +646,7 @@ class WPStrava_Settings {
|
||||
* @since 2.0.0
|
||||
*/
|
||||
public function is_settings_updated( $value ) {
|
||||
return isset( $value[0]['type'] ) && 'updated' === $value[0]['type'];
|
||||
return ( isset( $value[0]['type'] ) && ( 'updated' === $value[0]['type'] || 'success' === $value[0]['type'] ) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user