Skip to content

v3.3.0

Choose a tag to compare

@crynobone crynobone released this 27 Jul 08:36
· 238 commits to 6.x since this release
  • Update support for Laravel Framework v5.3.
  • Auth:
    • Use nullable timestamps to avoid issues with created_at fields updating on every row update.
    • Update password reset process to use new Laravel notification.
  • Authorization:
    • Rename Orchestra\Authorization\AuthorizationTrait to Orchestra\Authorization\Permission.
    • Always setup roles to be an instance of Illuminate\Support\Collection for consistency.