Releases: cloudcake/laravel-approval
Releases · cloudcake/laravel-approval
v1.1.4: Merge pull request #22 from nagi1/master
Add reason field #21, and fix bug in disapproval method
v1.1.3: Merge pull request #18 from maggz69/master
fix issue with modifications not being able to get creations
v1.1.2: Merge pull request #16 from mahmudz/fix-newly-created-record-bug
Fixed newly created record issues.
v1.1.1
Force explicit condition. Avoid creating pending modifications silently.
v1.1.0
- Added modification trigger for non-existing models
- Added
creations
scope to only retrieve pending creations - Added
changed
scope to only retrieve modifications where changes are pending
v1.0.2
- Added ability to publish migrations instead of loading (Useful if your project uses UUID's)
v1.0.1
Fix forceApprovalUpdate passing undefined argument
v1.0.0
Update README.md