This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
After an eternity of subtle tweaks, this plugin is finally ready for public use. We will try to avoid any breaking changes from here on out. If a breaking change does need to be made, it will be marked by a new major version.
Breaking changes
- Endpoint routes have been changed, see the readme for new routes.
- Responses are no longer wrapped in objects, now just use the status codes to determine errors.
getAuthenticatedUser
is now a static method on theAccountManager
class.
New
- Added a
safe_password_updates
setting toRainLab\User\Models\Settings
. When enabled, the user's current password will be required to set a new password. - The route prefix can now be customized
Internal changes
- Moved continuous integration from Travis CI to Circle CI.
- Code coverage reports are now generated.
- Upgraded testing framework for compatibility with latest October.