All Notable changes to laravel-approvable
will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
Modified:
- Updated dependencies to require php@^7.2, laravel/framework@^5.8|^6.0
Added:
withApproval()
method.withoutApproval()
is now chainable.
Deprecated:
withoutApproval($withoutApproval = true)
the$withoutApproval
flag is now deprecated, use thewithApproval()
method if you want to re-enable the approval process.
Initial release.