Releases: mattiverse/Laravel-Userstamps
Releases · mattiverse/Laravel-Userstamps
0.5.0
09 Feb 17:20
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Ensures SoftDeletes are correctly detected when loaded by a parent class.
0.2.3
22 Mar 11:31
Compare
Sorry, something went wrong.
No results found
Fixes a bug blocking deleted_by being set when fired on multiple records at once.
0.2.2
25 Jan 09:45
Compare
Sorry, something went wrong.
No results found
Fixes a bug breaking compatibility with Laravel 5.1
0.2.1
12 Jan 18:51
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Improved method used to detect SoftDeletes trait
0.1.2
14 May 08:09
Compare
Sorry, something went wrong.
No results found
Match PHP requirements with Laravel 5.1 LTS
0.1.1
11 Mar 12:13
Compare
Sorry, something went wrong.
No results found