Deprecations
- The
Session
andInclude
panels are now deprecated. Session data can now be found in theRequest
panel, and include paths, and included files can now be found in theEnvironment
panel.
What's Changed
- 5.next: add Plugins Panel by @LordSimal in #963
- 5.next: adjust PHPUnit for Cake 5.1 by @LordSimal in #985
- Add DOMContentLoaded event alternative for Turbo by @sergioalcaraz in #995
- Update phpunit version by @othercorey in #1000
- Fix: When determining whether Turbo exists it throws undefined by @sergioalcaraz in #1001
- Improve layout of copy buttons in environment panel by @markstory in #1005
- Add empty state for deprecations by @markstory in #1004
- Merge request & session and environment & include panels by @markstory in #1006
- Stop lying that CAKE_VERSION is a constant. by @ADmad in #1009
- Fix benchmark command option parser error by @zunnu in #1012
- update stan by @LordSimal in #1014
- allow PHPUnit 11 and adjust tests for PHPUnit 11 by @LordSimal in #1015
- merge 5.x => 5.next by @LordSimal in #1017
- Add "internal" to the list of safe TLDs by @ADmad in #1018
- Add github action to handle stale issues/PRs by @ADmad in #1019
- Add deflate and inflate of panel content, changed gc chance from 1% t… by @Harfusha in #1022
New Contributors
- @sergioalcaraz made their first contribution in #995
- @zunnu made their first contribution in #1012
Full Changelog: 5.0.6...5.1.0