Releases: cakephp/app
Releases · cakephp/app
CakePHP App 5.1.1
CakePHP App 5.1.0
What's Changed
- 5.next: replace
_cake_core_
with_cake_translations_
cache config by @LordSimal in #981 - 5.next: test connection aliasing by @LordSimal in #990
- 4.x: Allow DebugKit config to be set in environment variables by @ajibarra in #1001
- Bump up phpunit version to match core. by @ADmad in #1007
- 5.next: update routes doc by @LordSimal in #1012
- Run testsuite on PHP 8.4 by @ADmad in #1013
- Fix phpunit deprecation warning by @ADmad in #1017
Full Changelog: 5.0.2...5.1.0
CakePHP App 5.0.2
What's Changed
- Update class name by @ADmad in #973
- Update book links by @cleptric in #974
- 5.x: update mobiledetect lib by @LordSimal in #977
- Fix class names in e.g. code. by @ADmad in #978
- Update phpstan default configuration by @liqueurdetoile in #980
- Fix typos by @dereuromark in #982
- Run composer normalize over composer.json by @dereuromark in #983
- Chronos setTestNow for apps test harness default by @dereuromark in #984
- merge 4.x -> 4.next by @LordSimal in #986
- merge 4.next -> 5.x by @LordSimal in #987
- Improve session configuration doc block by @markstory in #989
- 5.x: add PHP 8.3 to CI by @LordSimal in #991
- Clean up error templates. by @ADmad in #993
- Bump ramsey/composer-install from 2 to 3 by @dependabot in #994
- Update bootstrap.php by @MarwanSalim in #995
- Use AE for consistency by @dereuromark in #996
- Remove unused classes by @ADmad in #997
- 5.x: Allow DebugKit config to be set in environment variables by @ajibarra in #1002
- Add check for zend.assertions on default homepage by @ADmad in #1004
- Update notes for plugins config array. by @ADmad in #1006
- Remove not needed cloaking check by @dereuromark in #1008
- Simplify text by @dereuromark in #1009
- Utf8mb4 by default by @dereuromark in #1011
New Contributors
- @liqueurdetoile made their first contribution in #980
- @MarwanSalim made their first contribution in #995
Full Changelog: 5.0.1...5.0.2
CakePHP App 4.5.0
What's Changed
- Update Application.php to remove route cache code comment by @umer936 in #909
- Improve description for session's ini values by @ADmad in #908
- Fix custom session handler location by @garas in #910
- "setup" is not a verb. by @nishimura-d in #913
- Use local google font files instead of external URL by @LordSimal in #916
- Improve error message if debug_kit doesn't work due to TLD whitelist by @LordSimal in #920
- Update phpstan config. by @ADmad in #924
- Update mobiledetect/mobiledetectlib requirement from ^2.8 to ^3.74 by @dependabot in #922
- Emails (Mailers) use the core view by default by @ravage84 in #930
- Move tests.sqlite to tmp by @cleptric in #934
- Update Slack link by @garas in #935
- Update dependencies. by @ADmad in #939
- Remove loading repl plugin in bootstrap cli by @LordSimal in #941
- Add .ttc to .gitattributes by @Tobse in #946
- Add example on how to set custom date/time format by @LordSimal in #948
- Fix alignment in actions buttons by @markstory in #950
- Use Debugger::trimPath() and Debugger::editorUrl() for error templates by @andrii-pukhalevych in #953
- Remove
static
keyword from the function in routes.php. by @ADmad in #956 - Update josegonzalez/dotenv requirement from ^3.2 to ^4.0 by @dependabot in #952
- Use file config instead. by @dereuromark in #959
- Set return type for closures by @dereuromark in #960
New Contributors
- @andrii-pukhalevych made their first contribution in #953
Full Changelog: 4.4.2...4.5.0
CakePHP App 5.0.1
What's Changed
- 5.x: change composer.json to cake5 stable version by @LordSimal in #966
- Update app.php by @steinkel in #972
- 5.x: use plugin loading via configuration array by @LordSimal in #971
Full Changelog: 5.0.0...5.0.1
CakePHP App 5.0.0
What's Changed
- Scopes are now disabled using
null
. by @ADmad in #846 - Update AppView.php by @dereuromark in #872
- Update Application.php to remove route cache code comment by @umer936 in #909
- Improve description for session's ini values by @ADmad in #908
- Fix custom session handler location by @garas in #910
- "setup" is not a verb. by @nishimura-d in #913
- Cake 5 updates by @ADmad in #914
- 4.x - use local google font files instead of external URL by @LordSimal in #916
- Update plugin installer to v2. by @ADmad in #918
- 5.x - Update Milligram to 1.4.1, adjust stylings and fix problem with DB connection test by @LordSimal in #915
- improve error message if debug_kit doesn't work due to TLD whitelist by @LordSimal in #920
- Update GA CI by @ADmad in #926
- Re-enable migrations plugin by @ADmad in #925
- Emails (Mailers) use the core view by default by @ravage84 in #930
- Load global functions by default. by @ADmad in #945
- 5.x: remove Time DBType map to StringType by @LordSimal in #949
- Fix alignment in actions buttons by @markstory in #950
- 5.x: upgrade to PHPUnit 10 by @LordSimal in #951
- Use Debugger::trimPath() and Debugger::editorUrl() for error templates by @andrii-pukhalevych in #953
- Update log scope by @markstory in #954
- Remove
static
keyword from the function in routes.php. by @ADmad in #956 - Fix error controller by @markstory in #957
- Use file config instead. by @dereuromark in #959
- Set return type for closures by @dereuromark in #960
New Contributors
- @rochamarcelo made their first contribution in #936
- @berarma made their first contribution in #940
- @andrii-pukhalevych made their first contribution in #953
Full Changelog: 4.4.2...5.0.0
CakePHP App 5.0.0-RC1
What's Changed
- Update Application.php to remove route cache code comment by @umer936 in #909
- Improve description for session's ini values by @ADmad in #908
- Fix custom session handler location by @garas in #910
- Bump actions/stale from 5 to 6 by @dependabot in #912
- "setup" is not a verb. by @nishimura-d in #913
- 4.x - use local google font files instead of external URL by @LordSimal in #916
- improve error message if debug_kit doesn't work due to TLD whitelist by @LordSimal in #920
- update link by @Arhell in #921
- Update phpstan config. by @ADmad in #924
- Update mobiledetect/mobiledetectlib requirement from ^2.8 to ^3.74 by @dependabot in #922
- Update GA CI by @ADmad in #926
- Emails (Mailers) use the core view by default by @ravage84 in #930
- Bump actions/stale from 6 to 7 by @dependabot in #931
- Update Slack link by @garas in #935
- 4.x: remove loading repl plugin in bootstrap cli by @LordSimal in #941
- add .ttc to .gitattributes by @Tobse in #946
- Bump actions/stale from 7 to 8 by @dependabot in #944
Full Changelog: 4.4.2...5.0.0-RC1
CakePHP App 5.0.0-beta2-patch1
What's Changed
- Update GA CI by @ADmad in #926
- Emails (Mailers) use the core view by default by @ravage84 in #930
- Move tests.sqlite to tmp by @cleptric in #934
- Bump actions/stale from 6 to 7 by @dependabot in #931
- Update Slack link by @garas in #935
- Update dependencies. by @ADmad in #939
- 4.x: remove loading repl plugin in bootstrap cli by @LordSimal in #941
- Load global functions by default. by @ADmad in #945
Full Changelog: 5.0.0-beta2...5.0.0-beta2-patch1
CakePHP App 5.0.0-beta2
What's Changed
- 5.x fix stan by @LordSimal in #933
- Migrations 4.x-dev instead of dev-cake5(removed) by @rochamarcelo in #936
- update links by @Arhell in #937
- Add normalize.css by @berarma in #940
New Contributors
- @rochamarcelo made their first contribution in #936
- @berarma made their first contribution in #940
Full Changelog: 5.0.0-beta1...5.0.0-beta2
CakePHP App 5.0.0-beta1
Application skeleton for CakePHP 5.0.0-beta.