Skip to content

Releases: VentureCraft/revisionable

Composer update to allow for Laravel 6.0

04 Sep 05:31
e595180
Compare
Choose a tag to compare

Composer update to allow for Laravel 6.0

05 Aug 23:29
8ebadae
Compare
Choose a tag to compare
1.31.0

Composer update to allow for Laravel 6.0

Support for Laravel 5.8

23 Apr 09:04
6b178df
Compare
Choose a tag to compare
Merge pull request #347 from tabacitu/master

Use Event::dispatch() instead of Event::fire()

1.29.1

22 Apr 09:59
Compare
Choose a tag to compare
Merge branch 'master' into develop

Line in the sand

22 Apr 09:47
1e751ee
Compare
Choose a tag to compare

This is a release that draws a line in the sand before a coming version to support Laravel 5.8, bringing forward commits that are to date not in a release

Events, Morphed items and fixes

02 Aug 02:33
Compare
Choose a tag to compare
  • Events: Added 3 events: revisionable.created, revisionable.saved, and revisionable.deleted
  • Morphs: revisionable_type now is set via $this->getMorphClass() instead of get_class($this).
  • Fixed issue where keys containing _id but not at the end of the string were considered relationships.
  • Fixed hardcoded "deleted_at" column, now respects the getDeletedAtColumn().
  • getUserId() has been renamed to getSystemUserId() to prevent issues with others.
  • Updated/fixed some logic that could cause breakage. array_merge of do/dontKeep and keepRevisionOf*
  • Minor documentation updates.

Update FieldFormatter to handle empty dates

09 Feb 00:15
Compare
Choose a tag to compare
Merge pull request #202 from VentureCraft/develop

Update FieldFormatter to handle empty dates

Support for Laravel 5.2 in userResponsible()

13 Jan 12:14
Compare
Choose a tag to compare
Merge pull request #197 from VentureCraft/develop

Support for Laravel 5.2 in userResponsible()

Added support for SleepingOwl Admin authentication

11 Jan 22:27
Compare
Choose a tag to compare
Merge pull request #195 from VentureCraft/develop

Added support for SleepingOwl Admin authentication

Private to public for getUserId for Sentinel

09 Dec 21:48
Compare
Choose a tag to compare
Merge pull request #188 from VentureCraft/develop

private to public for getUserId forSentinel