Skip to content

Releases: digikraaft/laravel-model-suspension

v3.1.0

14 Jun 17:04
Compare
Choose a tag to compare

Support for Laravel 11

v3.0.0

13 Mar 19:19
Compare
Choose a tag to compare

Support for Laravel 10

v2.1.0

01 Apr 03:17
Compare
Choose a tag to compare
  • Support for PHP 8.1 and Laravel 9
  • You can now specify the unit for the suspension period (days or minutes). The third argument of the suspend method takes an optional unit period

v2.0.0

13 Sep 21:12
Compare
Choose a tag to compare

PHP 8 Support

v1.2.0

11 Jan 16:09
Compare
Choose a tag to compare

Support for laravel 8

v1.1.1

05 Aug 14:11
Compare
Choose a tag to compare

Query scope fix

v1.1.0

04 Aug 18:51
Compare
Choose a tag to compare

Additional query scopes and updated read me

v1.0.1

29 Jul 15:08
Compare
Choose a tag to compare

An error occurs when the suspension check is used on models that are not currently suspended. This release fixes the issue.

v1.0.0

24 Jul 17:51
Compare
Choose a tag to compare

Initial release