Skip to content

Releases: mpociot/versionable

3.1.1

10 Sep 07:38
536c732

Choose a tag to compare

Fix migration publishing issue

3.1.0

06 Sep 13:34

Choose a tag to compare

Make version model configurable

3.0.0

02 Aug 12:04

Choose a tag to compare

Added

  • Added support for versionable models with non-numeric keys
  • Added support for user ids that are non-numeric
  • Added support for keepOldVersions to limit the maximum amount of versions to store.

Removed

  • Dropped PHP 5.X and 7.0 support
  • Dropped Laravel 4 support

2.1.4

06 Oct 11:06

Choose a tag to compare

Fixed:

  • New version will be created when 'touched' by related model

Fixed Postgres specific error

06 May 07:46

Choose a tag to compare

Merge pull request #13 from williamoliveira/patch-1

Fix unserialize() for Postgres

2.1.2: Merge pull request #8 from dubcanada/patch-2

26 Nov 22:41

Choose a tag to compare

Change getAuthUserId to protected

Fixed incorrect diff() behavior

09 Nov 22:44

Choose a tag to compare

Merge pull request #6 from nhowell/patch-1

Fix diff() incorrect behavior