Releases: ringlesoft/laravel-process-approval
Releases · ringlesoft/laravel-process-approval
1.1.1
1.1.0
- Support for Laravel 12
- Added a static method
requiresApproval()
to check if the particular model will require approval when submitted - Added
bypassApprovalProcess
method for bypassing model's approval process programmatically - Added
enableAutoSubmit
method for enabling model's autoSubmit programmatically - Fixed a bug where status of a model would show
APPROVED
even before the approval process is finished - Multiple bug fixes and improvements
1.0.9
1.0.8
Added
- Support for Multi-Tenancy (#24)
- Ability to return a record to the previous step (#18)
- Method for seeding the database with approval flows and steps
- Support for Multilanguage
Fixed
- Resolved compatibility issue with PostgreSQL by removing backticks from SQL queries
Changed
- Deprecated
getApprovalSummaryUI()
method in favor of<x-ringlesoft-approval-status-summary>
component web
middleware is applied to the ApprovalController by default
Additional
- Added testing branch
tests
1.0.7
1.0.6
1.0.5
1.0.4
This minor release comes with multiple improvements and bug fixes.
Include the following:
- Now you can specify middleware to be applied to the ApprovalController
- Introduced API access. You can now submit your own approval form via api for SPAs.
- More exception classes
- A lot of bug fixes