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

Releases: victorlap/laravel-approvable

1.2.0

14 Aug 13:51
Compare
Choose a tag to compare

Version 1.2.0 - 2019-08-14

Modified:

  • Updated dependencies to require php@^7.2, laravel/framework@^5.8|^6.0

1.1.0

27 Aug 21:31
Compare
Choose a tag to compare

Version 1.1.0 - 2018-08-27

Added:

  • withApproval() method.
  • withoutApproval() is now chainable.

Deprecated:

  • withoutApproval($withoutApproval = true): the $withoutApproval flag is now deprecated, use the withApproval() method if you want to re-enable the approval process.

1.0.0

27 Aug 21:32
Compare
Choose a tag to compare

Version 1.0.0 - 2018-05-18

Initial release.