5.0.0
版本发布时间: 2023-09-10 11:16:16
cakephp/app最新发布版本:5.0.2(2024-07-27 05:22:35)
What's Changed
- Scopes are now disabled using
null
. by @ADmad in https://github.com/cakephp/app/pull/846 - Update AppView.php by @dereuromark in https://github.com/cakephp/app/pull/872
- Update Application.php to remove route cache code comment by @umer936 in https://github.com/cakephp/app/pull/909
- Improve description for session's ini values by @ADmad in https://github.com/cakephp/app/pull/908
- Fix custom session handler location by @garas in https://github.com/cakephp/app/pull/910
- "setup" is not a verb. by @nishimura-d in https://github.com/cakephp/app/pull/913
- Cake 5 updates by @ADmad in https://github.com/cakephp/app/pull/914
- 4.x - use local google font files instead of external URL by @LordSimal in https://github.com/cakephp/app/pull/916
- Update plugin installer to v2. by @ADmad in https://github.com/cakephp/app/pull/918
- 5.x - Update Milligram to 1.4.1, adjust stylings and fix problem with DB connection test by @LordSimal in https://github.com/cakephp/app/pull/915
- improve error message if debug_kit doesn't work due to TLD whitelist by @LordSimal in https://github.com/cakephp/app/pull/920
- Update GA CI by @ADmad in https://github.com/cakephp/app/pull/926
- Re-enable migrations plugin by @ADmad in https://github.com/cakephp/app/pull/925
- Emails (Mailers) use the core view by default by @ravage84 in https://github.com/cakephp/app/pull/930
- Load global functions by default. by @ADmad in https://github.com/cakephp/app/pull/945
- 5.x: remove Time DBType map to StringType by @LordSimal in https://github.com/cakephp/app/pull/949
- Fix alignment in actions buttons by @markstory in https://github.com/cakephp/app/pull/950
- 5.x: upgrade to PHPUnit 10 by @LordSimal in https://github.com/cakephp/app/pull/951
- Use Debugger::trimPath() and Debugger::editorUrl() for error templates by @andrii-pukhalevych in https://github.com/cakephp/app/pull/953
- Update log scope by @markstory in https://github.com/cakephp/app/pull/954
- Remove
static
keyword from the function in routes.php. by @ADmad in https://github.com/cakephp/app/pull/956 - Fix error controller by @markstory in https://github.com/cakephp/app/pull/957
- Use file config instead. by @dereuromark in https://github.com/cakephp/app/pull/959
- Set return type for closures by @dereuromark in https://github.com/cakephp/app/pull/960
New Contributors
- @rochamarcelo made their first contribution in https://github.com/cakephp/app/pull/936
- @berarma made their first contribution in https://github.com/cakephp/app/pull/940
- @andrii-pukhalevych made their first contribution in https://github.com/cakephp/app/pull/953
Full Changelog: https://github.com/cakephp/app/compare/4.4.2...5.0.0