Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

1.0.0

Latest
Compare
Choose a tag to compare
@scottbedard scottbedard released this 24 Nov 19:46
· 25 commits to master since this release

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 the AccountManager class.

New

  • Added a safe_password_updates setting to RainLab\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.