8000 Releases · ringlesoft/laravel-process-approval · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ringlesoft/laravel-process-approval

1.1.1

03 Apr 09:32
Compare
Choose a tag to compare
  • Support for Bootsrap 3 and 4
  • New UI independent of CSS Libraries (beta)
  • Introduced bypassApprovalProcess and enableAutoSubmit method for approvable models
  • Fixed Issue ProcessApprovalCompletedEvent did not receive ApprovableModel
  • Multiple improvements and bug fixes

1.1.0

20 Mar 19:02
9c91899
Compare
Choose a tag to compare
  • 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

07 Oct 10:14
Compare
Choose a tag to compare
  • Multiple improvements
  • deprecated getApprovalSummaryUi()
  • Resolved issue #41
  • Now you can throw a custom Exception within the onApprovalCompletedCallback() to be able to customize the notifications shown to the user when approval fails.

1.0.8

17 Jul 11:16
Compare
Choose a tag to compare

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

17 Apr 10:10
3d8e306
Compare
Choose a tag to compare
  • Multiple improvements
  • A few bug fixes
  • Support for Laravel 11

1.0.6

03 Feb 19:27
97d73d9
Compare
Choose a tag to compare

What's Changed

  • Now you can publish specific files (approvals-config, approvals-migrations and approvals-views) using the --tag options.

1.0.5

23 Nov 05:41
129a416
Compare
Choose a tag to compare
  • A few bug fixes

1.0.4

14 Nov 22:10
637a670
Compare
Choose a tag to compare

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

1.0.3

13 Nov 14:31
Compare
Choose a tag to compare

A few bug fixes

1.0.2

13 Nov 12:07
25c1b0b
Compare
Choose a tag to compare

Minor bug fixes

0