mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
1.0 KiB
1.0 KiB
CHANGELOG for 2.x
Unreleased
v2.0.1 - 2024-05-23
- bug #176 [Laravel]: Correctly disable FlasherMiddleware when
inject_assetsis set to false. See PR #177. - bug #176 [Flasher]: Ensure global
timeoutoption applies to all requests. See PR #180. - bug #176 [Laravel]: Allow disabling of default flash replacement by setting
flash_bagto false. See PR #181. - bug #176 [Flasher]: Ensure
flash_bagoption overrides default values instead of appending. See PR #182.