diff --git a/app/config/events.php b/app/config/events.php index 28c97398a6..e0e28c7299 100644 --- a/app/config/events.php +++ b/app/config/events.php @@ -165,17 +165,17 @@ return [ 'users.update.email' => [ 'description' => 'This event triggers when the user email address is updated.', 'model' => Response::MODEL_USER, - 'note' => '', + 'note' => 'version >= 0.10', ], 'users.update.name' => [ 'description' => 'This event triggers when the user name is updated.', 'model' => Response::MODEL_USER, - 'note' => '', + 'note' => 'version >= 0.10', ], 'users.update.password' => [ 'description' => 'This event triggers when the user password is updated.', 'model' => Response::MODEL_USER, - 'note' => '', + 'note' => 'version >= 0.10', ], 'users.update.status' => [ 'description' => 'This event triggers when a user status is updated from the users API.',