Releases: VentureCraft/revisionable
Releases · VentureCraft/revisionable
Composer update to allow for Laravel 6.0
Missed a package.
Composer update to allow for Laravel 6.0
1.31.0 Composer update to allow for Laravel 6.0
Support for Laravel 5.8
Merge pull request #347 from tabacitu/master Use Event::dispatch() instead of Event::fire()
1.29.1
Line in the sand
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
- 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
Merge pull request #202 from VentureCraft/develop Update FieldFormatter to handle empty dates
Support for Laravel 5.2 in userResponsible()
Merge pull request #197 from VentureCraft/develop Support for Laravel 5.2 in userResponsible()
Added support for SleepingOwl Admin authentication
Merge pull request #195 from VentureCraft/develop Added support for SleepingOwl Admin authentication
Private to public for getUserId for Sentinel
Merge pull request #188 from VentureCraft/develop private to public for getUserId forSentinel