Skip to content

Releases: ringlesoft/laravel-process-approval

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

1.0.1

31 Oct 21:57
b22522b
Compare
Choose a tag to compare

Version 1.0.1 Release Notes

This version introduces several enhancements and addresses various bug fixes.

Enhancements:

  • Tailwind CSS Support: We've added support for Tailwind CSS as an optional choice for the UI component. Customize your user interface with ease.

  • Laravel/Prompts for CLI: We now provide Laravel prompts for the Command-line Interface (CLI), simplifying your interactions with the package through the command line.

  • New Facade: A new Facade is introduced, allowing you to work with Approval Flows programmatically, providing more flexibility in your workflows.

Bug Fixes and Improvements:

This release includes multiple bug fixes and general improvements to enhance the stability and functionality of the package.

1.0.0

28 Sep 12:25
bed8778
Compare
Choose a tag to compare

The initial Release of the package.