Skip to content

Releases: mattiverse/Laravel-Userstamps

0.5.0

09 Feb 17:20
4cfa759

Choose a tag to compare

Allow custom created_by, updated_by and deleted_by column names.

Support Laravel 5.6

Thanks to @tbirrell and @RomeroMsk for their input on this release.

0.4.0

29 Sep 13:34

Choose a tag to compare

Don't override created_by or updated_by when creating, if already set.

Don't override deleted_by when deleting, if already set.

0.3.0

31 Jul 14:37

Choose a tag to compare

Ensures SoftDeletes are correctly detected when loaded by a parent class.

0.2.3

22 Mar 11:31

Choose a tag to compare

Fixes a bug blocking deleted_by being set when fired on multiple records at once.

0.2.2

25 Jan 09:45

Choose a tag to compare

Fixes a bug breaking compatibility with Laravel 5.1

0.2.1

12 Jan 18:51

Choose a tag to compare

New methods allow you to stop and start userstamping on a model.

No behaviour has changed as userstamps will continue to be automatically maintained - you just now have the option to chose otherwise.

0.2.0

02 Dec 16:56

Choose a tag to compare

Adds new methods for checking who created, updated and deleted models.

When creating a model the updated_by column will now be set to match created_by as per behaviour in Laravel of created_at and updated_at.

0.1.3

28 Nov 11:09

Choose a tag to compare

Improved method used to detect SoftDeletes trait

0.1.2

14 May 08:09

Choose a tag to compare

Match PHP requirements with Laravel 5.1 LTS

0.1.1

11 Mar 12:13

Choose a tag to compare

Tidy up some files