Skip to content

Releases: iben12/laravel-statable

Dependency updates

15 Jul 21:20
324aafb
Compare
Choose a tag to compare
v1.5.1

Drop roave/security-advisories

PHP 8 Support

11 Mar 21:36
Compare
Choose a tag to compare

Upstream packages were updated to support PHP 8 so here is Laravel Statable updated as well.

Allow using a custom StateHistory model

01 May 08:38
Compare
Choose a tag to compare

You can use a custom model to store state history, useful for multi-tenant setups.

Kudos for @vpratfr for the contribution

Laravel 7 compatibility

16 Mar 12:34
Compare
Choose a tag to compare

This release updates all dependencies to support Laravel 7 and sebdesign/laravel-state-machine:3.x

Kudos to @Skullbock for the PR

Implement new feature of upstream repo

25 Feb 14:03
Compare
Choose a tag to compare

Features:

KUDOS to @leonelngande for the contribution.

Dependency updates

03 Dec 08:08
Compare
Choose a tag to compare
  • Bumps symfony/http-foundation from 4.3.4 to 4.4.1.
  • Bumps symfony/mime from 4.3.4 to 4.4.1.

Vulnerable dependency update

02 Dec 21:16
Compare
Choose a tag to compare

Bumps symfony/cache from 4.3.4 to 4.3.9.

Laravel 6 compatibility

25 Sep 16:42
Compare
Choose a tag to compare

This release updates all dependencies to support Laravel 6 and sebdesign/laravel-state-machine:2.x. It also drops PHP 7.0 and 7.1 support as required by the dependencies.

Initial release

25 Nov 00:33
Compare
Choose a tag to compare
v0.1

Add CI badges to readme