First version compatible with CakePHP 5.0
What's Changed
- Update for Cake 5. by @ADmad in #879
- Update database schema generation to not rely on fixtures by @markstory in #881
- Update as per updates to ORM by @ADmad in #891
- 5.x: fix type error if no sort is set for variables tab by @LordSimal in #900
- Update dependencies and use fetchTable() by @markstory in #904
- Drop DebugLog::totalRows(). by @ADmad in #905
- 5.x: reimplement #574 in Cake5 by @LordSimal in #906
- 5.x: use finders with named arguments by @LordSimal in #931
- 5.x: remove turbolinks support by @LordSimal in #937
- Fix sql_log_panel.php by @Mapiiik in #942
- Added the info that the forceEnable config value accepts a callable by @fabian-mcfly in #946
- Read cspScriptNonce from latest request by @markstory in #947
New Contributors
- @Mapiiik made their first contribution in #942
- @fabian-mcfly made their first contribution in #946
Full Changelog: 4.9.4...5.0.0