Skip to content

Releases: richan-fongdasen/eloquent-blameable

1.4.0

04 Sep 15:55
0cbed67

Choose a tag to compare

  • Add support for Laravel 6.0
  • Dropped support for Laravel 5.5, 5.6 and 5.7

1.3.0

28 Feb 06:17
be65fde

Choose a tag to compare

  • Add support for Laravel 5.8
  • Dropped support for Laravel 5.2, 5.3 and 5.4

1.2.0

09 Jan 13:13
55a8ab8

Choose a tag to compare

Add support for Lumen

1.1.1

10 Nov 07:18
ea8e0f2

Choose a tag to compare

  • Add support for Laravel 5.7
  • Fixes blameable_user() helper function's documentation
  • Add some new tests

1.1.0

17 Jun 14:09
7361a2e

Choose a tag to compare

  • Blameable service will only observe the deleted event from now on.

  • Add support for multiple authentication guards.

  • Update composer and travis configurations, dropping Laravel 5.1. Multiple authentication guards only works in Laravel 5.2 and above.

  • Now, we can override the blameable configurations using static property.

1.0.2

16 Jun 18:08

Choose a tag to compare

Fixes bug which occurs when performing delete / soft delete operation in Laravel 5.6

1.0.1

26 Mar 14:54
d065f16

Choose a tag to compare

This release fixes a bug which caused the blameable user's relationship to be broken on any custom user model. Thanks to @aaronschmied for finding and fixing this bug.

1.0.0

11 Mar 08:36

Choose a tag to compare

  • Add support for Laravel 5.6
  • Fixes composer issues with Travis and Codecov
  • Add package auto-discovery feature

0.2.0

22 Sep 13:27

Choose a tag to compare

Add Compatibility Support for Laravel 5.5

0.1.0

13 Jul 17:59

Choose a tag to compare

Initial Release