If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:
owen-it/laravel-auditing: v13.6.8 (updated from v13.5.0)
Release notes
Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.
List of release notes
- [Release notes for tag v13.6.8](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.8)
- [Release notes for tag v13.6.7](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.7)
- [Release notes for tag v13.6.6](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.6)
- [Release notes for tag v13.6.5](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.5)
- [Release notes for tag v13.6.4](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.4)
- [Release notes for tag v13.6.3](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.3)
- [Release notes for tag v13.6.2](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.2)
- [Release notes for tag v13.6.1](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.1)
- [Release notes for tag v13.6.0](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.0)
- [Release notes for tag v13.5.1](https://github.com/owen-it/laravel-auditing/releases/tag/v13.5.1)
Changed files
Here is a list of changed files between the version you use, and the version this pull request updates to:
If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.
If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.
Updated packages
Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:
Release notes
Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.
List of release notes
- [Release notes for tag v13.6.8](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.8) - [Release notes for tag v13.6.7](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.7) - [Release notes for tag v13.6.6](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.6) - [Release notes for tag v13.6.5](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.5) - [Release notes for tag v13.6.4](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.4) - [Release notes for tag v13.6.3](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.3) - [Release notes for tag v13.6.2](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.2) - [Release notes for tag v13.6.1](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.1) - [Release notes for tag v13.6.0](https://github.com/owen-it/laravel-auditing/releases/tag/v13.6.0) - [Release notes for tag v13.5.1](https://github.com/owen-it/laravel-auditing/releases/tag/v13.5.1)Changed files
Here is a list of changed files between the version you use, and the version this pull request updates to:
List of changed files
.github/ISSUE_TEMPLATE.md .github/ISSUE_TEMPLATE/Bug_report.yml .github/ISSUE_TEMPLATE/config.yml .github/workflows/run-tests.yml CONTRIBUTING.md README.md composer.json config/audit.php phpunit.xml src/Audit.php src/Auditable.php src/AuditableObserver.php src/AuditingEventServiceProvider.php src/AuditingServiceProvider.php src/Auditor.php src/Console/InstallCommand.php src/Contracts/Audit.php src/Contracts/Auditable.php src/Drivers/Database.php src/Events/AuditCustom.php src/Events/DispatchAudit.php src/Events/DispatchingAudit.php src/Listeners/ProcessDispatchAudit.php src/Models/Audit.php src/Resolvers/IpAddressResolver.php src/Resolvers/UrlResolver.php src/Resolvers/UserAgentResolver.php src/Resolvers/UserResolver.php tests/AuditingTestCase.php tests/Casts/Money.php tests/Functional/AuditingTest.php tests/Models/Article.php tests/Models/ArticleCustomAuditMorph.php tests/Models/ArticleExcludes.php tests/Models/CustomAudit.php tests/Models/Money.php tests/Unit/AuditTest.php tests/Unit/AuditableObserverTest.php tests/Unit/AuditableTest.php tests/Unit/ProcessDispatchAuditTest.php tests/database/migrations/0000_00_00_000002_create_users_test_table.php tests/database/migrations/0000_00_00_000003_create_articles_test_table.php tests/database/migrations/0000_00_00_000003_create_categories_test_table.phpChangelog
Here is a list of changes between the version you use, and the version this pull request updates to:
Fix database prune, offset not working on some dbs (#948)
fix audited relations duplicity on same model (#943)
Fix php 8.3 deprecation
Accessing static trait property(#940)
Added
auditSyncWithPivotValuesmethod (#939)
feat (Auditable): customized relationship for Attach, Detach and Sync (#921)
Globally disable auditing on
withoutAuditing()(#938)
Fix #917 tests (#937)
Add withoutAuditing() for callbacks (#917)
avoid only using
idas audit model primary key (#933)
Merge pull request #935 from derekmd/docs/readme-link-to-new-repo
docs: Fix "repository" link in README.md
12.x EOL (#934)
Use new version of issue templates (#932)
Fix link in CONTRIBUTING.md (#929)
Fix DispatchAudit Serialization Problems (#893)
Add config to allow records array values (#915)
Fix Laravel 11 event auto-discovery by registering listeners in AuditingServiceProvider (#916)
Read Audit Implementation from Auditable (#874)
Avoid user resolve twice (#902)
Laravel 11.x Support (#905)
Correct reference to Request facade (#887)
Disable queue by default (#894)
Fix queue auditing contracts breaking changes (#883)
default to queueing disabled (#882)
Make queued audits feature opt-in (#881)
Update composer.json (#875)
Queued Auditing (#846)
chore(docs): adds special thanks
Avoid duplicate data on detach, attach, sync (#873)
Refactor auditSync, auditDetach, auditAttach methods (#866)
Include Attribute Mutator on Audit Formatting (#829)
Fix tests (#872)
Merge pull request #742 from bskl/issue/588
Merge pull request #865 from erikn69/patch-17
Merge pull request #851 from tigitz/master
Merge pull request #867 from erikn69/patch-16
Merge pull request #868 from erikn69/patch-19
Use GitHub Actions V4
Test against php 8.3
fix ArrayObject::__construct() TypeError
Merge pull request #850 from s4muel/master
Make UrlResolve resolve the proper command line used instead of "console"
allow selecting columns to be saved when using auditDetach(), auditSync() and auditSyncWithoutDetaching()
Merge pull request #844 from s4muel/s4muel-patch-1
Merge pull request #848 from erikn69/phpstan-fix
PhpStan fixes
allow selecting columns to be saved when using auditAttach() method
Don't need to execute these calls multiple times (#831)
fix: fix null parameter when no created_at/updated_at (#833)
chore: update return value of Auditor->execute so that it works for PHP Version 8.1.19 (#838)
Add test
Merge branch 'master' into issue/588
Merge pull request #824 from erikn69/patch-13
Replace lumen-vendor-publish with larasupport
Merge pull request #807 from SanderMuller/patch-1
Use FQN instead of alias
Unset classCastCache for given key
Working with this branch
If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. Read more about branches created by violinist.io here.
This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.