Skip to content

Releases: square-bit/laravel-volition

Remove unnecessary dependency

19 Jan 12:51
Compare
Choose a tag to compare

Fix searching for actions via type

25 Sep 11:06
Compare
Choose a tag to compare

Explicitly register of singleton

12 Sep 14:19
Compare
Choose a tag to compare

Refactor storing of payloads

11 Sep 11:45
Compare
Choose a tag to compare

Payloads are now stored using their name and only properties defined in the constructor are stored.
A command was added 'volition:upgrade' to handle migrating the storing method.

Conditions and Actions must now be registered (in a service provider)

Fix lazy loading

05 Sep 17:52
Compare
Choose a tag to compare

Bugfix

15 Mar 17:42
Compare
Choose a tag to compare
v1.1.6

Merge branch 'main' of https://github.com/square-bit/laravel-volition

Allow enabling/disabling conditions/actions

15 Mar 17:06
Compare
Choose a tag to compare
v1.1.5

Merge branch 'main' of https://github.com/square-bit/laravel-volition

v1.1.3

21 Aug 09:54
Compare
Choose a tag to compare
fix type

v1.1.2

21 Aug 09:50
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/square-bit/laravel-volition

v.1.1.4

23 Aug 09:14
Compare
Choose a tag to compare

Adds options to disable/enable conditions and actions.