Skip to content

Releases: WildsideUK/Laravel-Userstamps

0.2.2

25 Jan 09:45
Compare
Choose a tag to compare

Fixes a bug breaking compatibility with Laravel 5.1

0.2.1

12 Jan 18:51
Compare
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
Compare
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
Compare
Choose a tag to compare

Improved method used to detect SoftDeletes trait

0.1.2

14 May 08:09
Compare
Choose a tag to compare

Match PHP requirements with Laravel 5.1 LTS

0.1.1

11 Mar 12:13
Compare
Choose a tag to compare

Tidy up some files

0.1.0

10 Mar 19:32
Compare
Choose a tag to compare

First release