Skip to content

Commit 3d6d059

Browse files
committed
Proofreading
1 parent 2f6f223 commit 3d6d059

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

UPGRADE.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Package | New Version
3131
`rainlab/userplus-plugin` | ^2.0
3232
`rainlab/notify-plugin` | Optional
3333

34-
If you are using the `rainlab/notify-plugin` for sending the new user notifications, you may uninstall this plugin since these notifications are included in the user settings.
34+
If you are using the `rainlab/notify-plugin` for sending the new user notifications, you may uninstall this plugin since these notifications are now included in the user settings.
3535

3636
## Key Differences
3737

@@ -57,7 +57,7 @@ The `Auth::checkBearerToken` has been renamed to `Auth::loginUsingBearerToken` t
5757

5858
### Account Component Split Up
5959

60-
The functionality of the `Account` component has been spliut up in to three components:
60+
The functionality of the `Account` component has been split in to three components:
6161

6262
Component | Purpose
6363
--------- | ---------
@@ -87,7 +87,9 @@ A user can be checked if they are verified using Twig:
8787
{% endif %}
8888
```
8989

90-
It is possible to require administration approval by creating an "Approved User" user group, or by extending the users database table with a `is_approved` field. Then check in Twig:
90+
Checking administrator approval is possible by creating an "Approved User" user group and placing approved users in that group.
91+
92+
Alternatively, by extending the users database table with a `is_approved` field. Then check in Twig:
9193

9294
```twig
9395
{% if not user.is_approved %}
@@ -105,3 +107,9 @@ The following event names have changed:
105107

106108
- New events added to [the events documentation](./docs/events.md).
107109
- Removed **rainlab.user.reactivate** event, since users can no longer reactivate their account without help from an administrator.
110+
111+
### Feedback
112+
113+
If there are any changes you would like us to include to make upgrading easier, let us know and we can accommodate them in a new release.
114+
115+
Thanks for reading.

0 commit comments

Comments
 (0)