Skip to content

Tags: orisintel/laravel-model-auditlog

Tags

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
remove prefer-lowest

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
laravel 8 support (#14)

* remove php 7.2

* update composer dependencies

* fix(composer.json): Bump awobaz/compoships minimum version for Laravel 8.

Co-authored-by: Paul Rogers <paul@paulrrogers.com>

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update to laravel 7 (#13)

* Update composer.json

* Update .travis.yml

* Update composer.json

* import facade

* use getRawOriginal()

* make it clear what events are being caught by the default switch statment clause

* manually specify the deleted_at change as laravel changed the behaviour on soft deletes

* check if using soft deletes or not

* travis config

* replace travisci with github actions

* update badge

* revert to getOriginal()

* revert

* debug

* fix

* remove pull_request event from tests

* export ignore for .github folder

* exclude deleted type from original value

v2.0.1

Toggle v2.0.1's commit message
Allow $primaryKey for Pivot (#10)

* tom fixes

* readme

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
allow Laravel 6.0 (#9)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support ignoring fields at the model level (#7)

* support ignoring fields at the model level

* add example for more custom exclude logic

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
don't log force delete events (#6)

* ignore timestamp changes

* fire FORCE_DELETE event type when non soft deletes are occurring

* adding tests for force delete checks

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from orisintel/feature/log-user-id

Model user id fix/update

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from orisintel/fix/relationships-included-bug

use getAttributes() instead of toArray() when creating a record

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix typo