Releases: WildsideUK/Laravel-Userstamps
Releases · WildsideUK/Laravel-Userstamps
0.2.2
Fixes a bug breaking compatibility with Laravel 5.1
0.2.1
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
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
Improved method used to detect SoftDeletes trait
0.1.2
Match PHP requirements with Laravel 5.1 LTS
0.1.1
Tidy up some files
0.1.0
First release