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

Latest commit

 

History

History
20 lines (14 loc) · 625 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 625 Bytes

Changelog

All Notable changes to laravel-approvable will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

Version 1.2.0 - 2019-08-14

Modified:

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

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.

Version 1.0.0 - 2018-05-18

Initial release.