Skip to content

Commit 82fc7bd

Browse files
Nielsvanpachgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent e0fc281 commit 82fc7bd

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to `spatie/laravel-activitylog` will be documented in this file
44

5+
## 4.9.0 - 2024-10-18
6+
7+
### What's Changed
8+
9+
* Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in https://github.com/spatie/laravel-activitylog/pull/1298
10+
* Bump stefanzweifel/git-auto-commit-action from 4.15.4 to 5.0.1 by @dependabot in https://github.com/spatie/laravel-activitylog/pull/1293
11+
* Corrected the link to the event logging example by @makaronnik in https://github.com/spatie/laravel-activitylog/pull/1300
12+
* Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/spatie/laravel-activitylog/pull/1315
13+
* Update batch-logs.md by @jesseschutt in https://github.com/spatie/laravel-activitylog/pull/1320
14+
* Adjust PHPDoc type for causer and subject by @gtg-bantonio in https://github.com/spatie/laravel-activitylog/pull/1321
15+
* Add missing return type by @dwightwatson in https://github.com/spatie/laravel-activitylog/pull/1330
16+
* Possibility to define table name in environment file by @edwinvdpol in https://github.com/spatie/laravel-activitylog/pull/1334
17+
18+
### New Contributors
19+
20+
* @makaronnik made their first contribution in https://github.com/spatie/laravel-activitylog/pull/1300
21+
* @jesseschutt made their first contribution in https://github.com/spatie/laravel-activitylog/pull/1320
22+
* @gtg-bantonio made their first contribution in https://github.com/spatie/laravel-activitylog/pull/1321
23+
* @edwinvdpol made their first contribution in https://github.com/spatie/laravel-activitylog/pull/1334
24+
25+
**Full Changelog**: https://github.com/spatie/laravel-activitylog/compare/4.8.0...4.9.0
26+
527
## 4.8.0 - 2024-03-08
628

729
### What's Changed
@@ -176,10 +198,15 @@ PR: [#787](https://github.com/spatie/laravel-activitylog/pull/787)
176198
Special thanks to [Ahmed Nagi](https://github.com/nagi1).
177199

178200
- Drop Laravel 6 and 7 support.
201+
179202
- Drop PHP 7.x support.
203+
180204
- Add `LogOptions` configuration object to replace all configuration properties.
205+
181206
- Add ability to batch activity logs [#560](https://github.com/spatie/laravel-activitylog/issues/560)
207+
182208
- Add Pipeline to customize logged changes data.
209+
183210
- - Deep diff array/JSON sub-keys and respect for only-dirty, no-empty ... [#692](https://github.com/spatie/laravel-activitylog/issues/692) using new pipeline. See implementation in the tests.
184211

185212
-
@@ -194,6 +221,7 @@ Special thanks to [Ahmed Nagi](https://github.com/nagi1).
194221
-
195222
-
196223
- Implement a `CauserResolver` to define causer for current runtime [#582](https://github.com/spatie/laravel-activitylog/issues/582).
224+
197225

198226
## 3.17.0 - 2021-03-02
199227

0 commit comments

Comments
 (0)