Skip to content

Releases: dereuromark/cakephp-flash

3.0.0

12 Oct 22:56
Compare
Choose a tag to compare

CakePHP 5 compatible release

Enjoy!

2.0.2

21 Dec 12:30
599f4c6
Compare
Choose a tag to compare

Fixes

Compatibility with CakePHP 4.2 as the flash bag moved to its own Utility class and therefore a complete separation was needed.

2.0.1

31 Mar 20:58
6f2caa0
Compare
Choose a tag to compare

Fixes

  • Do not add X-Flash header for empty flash messages.
  • Allow deactivating header adding and to customize it again (as per v1).

2.0.0

29 Mar 20:34
Compare
Choose a tag to compare

CakePHP 4 stable release

This is an extension of the core Flash messages:

  • AJAX header support
  • Limit of messages per stack key
  • Transient flash message support (non-persistent, current request only)
  • By default 4 types (one more): error, warning, success, info
  • Ordered output (error, warning, success, info) and output grouping (filtering per type)

Flash messages are now handled for AJAX requests in an improved way:

  • Any normal flash usage auto transforms into a transient usage, making this not having any side effects on other requests as nothing is written to session.

This plays well together with the Ajax plugin, making it super easy and fast to handle the same action and code as both normal and AJAX request.

2.0.0-rc

12 Feb 16:34
fe02263
Compare
Choose a tag to compare

CakePHP 4 compatible pre-release.

Please help to finalize for stable release.

2.0.0-beta

27 Dec 09:23
Compare
Choose a tag to compare

CakePHP 4 compatible pre-release.

Please help to finalize for stable release.

1.1.2

26 Dec 23:20
Compare
Choose a tag to compare

Improvements

Removed deprecations.
Requires now CakePHP 3.8+.

1.1.1

28 Mar 17:54
Compare
Choose a tag to compare

Bugfixes

Fix notice.

1.1.0

19 Dec 23:08
Compare
Choose a tag to compare

Improvements

  • Support Crud plugin and the set() kind of flash messages.
  • CakePHP 3.7+, removed deprecations.
  • Better PHPStan support.

First 3.x release

16 Oct 23:09
Compare
Choose a tag to compare

Tested with CakePHP 3.3+