Releases: cakephp/app
Releases · cakephp/app
CakePHP App 4.4.2
What's Changed
- update min php version by @mohamadrezasalehi in #903
- Add avif to gitattributes by @othercorey in #907
New Contributors
- @mohamadrezasalehi made their first contribution in #903
Full Changelog: 4.4.1...4.4.2
CakePHP App 4.4.0
What's Changed
- Add bash completion script. by @ADmad in #865
- Update php requirement to 7.4+ by @othercorey in #885
- Update application skeleton to use new traps by @markstory in #884
- 4.4 - Allow exception rendering to auto-detect based on environment. by @markstory in #895
- remove unused use statement by @saeideng in #896
- Bump actions/stale from 1 to 5 by @dependabot in #898
- Bump actions/checkout from 2 to 3 by @dependabot in #897
- Don't overwrite App.fullBaseUrl by @ADmad in #900
- chore: Set permissions for GitHub actions by @naveensrinivasan in #901
- Update CSRF Book Link by @amayer5125 in #902
New Contributors
- @naveensrinivasan made their first contribution in #901
- @amayer5125 made their first contribution in #902
Full Changelog: 4.3.2...4.4.0
CakePHP App 4.3.2
What's Changed
- [4.x] add allow-plugins by @saeideng in #880
- replace IntegrationTestCase with TestCase by @saeideng in #881
- Update .gitignore by @cleptric in #882
- Fix typo in .env.example (boostrap => bootstrap) by @umer936 in #888
- Add switch to enable usage of
X-Forwarded-Proto
. by @ndm2 in #889 - remove extra
Engine
after class name by @saeideng in #891 - Fix CS errors in config. by @nishimura-d in #892
- Make tests stable against debug mode. by @nishimura-d in #894
New Contributors
Full Changelog: 4.3.1...4.3.2
CakePHP App 4.3.1
What's Changed
- routes.php change deprecated colon prefixed in PHPDoc to the braced way by @Iandenh in #866
- Assert existence of each plugin at testBootstrap by @nishimura-d in #868
- Update .gitignore by @dereuromark in #870
- Upgrade to PHPStan level 8 by @dereuromark in #871
- Fix .gitignore so potential icon assets are tracked by @rmard in #873
- added info and warning flash elements by @LordSimal in #874
- Improve example of file DSN by @nishimura-d in #875
- Fix reference to SchemaLoader class by @miguelxt in #876
- Make the REPL package opt-in. by @ADmad in #878
New Contributors
- @nishimura-d made their first contribution in #868
- @rmard made their first contribution in #873
- @LordSimal made their first contribution in #874
- @miguelxt made their first contribution in #876
Full Changelog: 4.3.0...4.3.1
CakePHP App 4.3.0
New Features
- Use repl package by @markstory in #829
- Update application skeleton for new fixtures. by @markstory in #843
- Use migrations to build test schema. by @markstory, @othercorey in #845, #854, #856
- Return Closure from routes.php. by @ADmad in #851
What's Changed
- Remove references to enabling mutable datetime objects. by @ADmad in #848
- Update cakephp-codesniffer to latest 4.x release by @othercorey in #852
- Add php 8.1 to matrix by @othercorey in #855
- Improve first run by @markstory in #857
- Import Cake\Codeception\Console\Installer by @szepeviktor in #862
- Update CI config. by @ADmad in #863
New Contributors
- @szepeviktor made their first contribution in #862
Full Changelog: 4.2.2...4.3.0
CakePHP App 3.10.1
Changes
- Fix release branch. Should be 3.x not master.
- Bump
cakephp/cakephp
to3.10
CakePHP App 3.9.1
Changes
- Bump
cakephp/plugin-installer
to 1.3 which supports composer v1 and v2.
CakePHP App 4.2.2
Fixes
- Made error messages on 500 pages more consistent.
- Disabled PsyShell updateCheck from nagging users.
- Updated default ORM type mappings for time columns.
- Use
DIRECTORY_SEPARATOR
for loadingpaths.php
. - Only modify the
debug
anderror
log configurations if they exist. - Add debugkit connection status to the welcome page.
CakePHP App 4.2.1
Changes
- Updated
debug_kit
requirement to^4.4
.
CakePHP App 4.2.0
- Bump requirements to CakePHP 4.2.x