Releases: seancheung/history
Releases · seancheung/history
v2.7.0
Added custom history event translation support
Full Changelog: v2.6.1...v2.7.0
v2.6.1
What's Changed
- bugfix: time() replaced with now() by @KirePetrov in #36
New Contributors
- @KirePetrov made their first contribution in #36
Full Changelog: 2.6.0...v2.6.1
v2.6.0
Added Laravel 11 support
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #34
- Revert "Laravel 11.x Compatibility" by @seancheung in #35
New Contributors
- @laravel-shift made their first contribution in #34
Full Changelog: 2.5.1...2.6.0
v2.5.1
What's Changed
- Avoid saving updating event with empty values by @MateusKurten in #32
New Contributors
- @MateusKurten made their first contribution in #32
Full Changelog: 2.5.0...2.5.1
v2.5.0
v2.4.0
Added Laravel 9 support
v2.3.0
- Added custom meta support #19
You can now override default meta for
created
/updating
/deleting
/restored
events viagetModelMeta
method inHasHistories
trait.
Contributed by @adbhutagaurangadas
v2.2.1
Added PHP 8 support
v2.2.0
Added auth guard configuration support
v2.1.1
- doc update
- travis fix