Bumps cakephp/cakephp from 4.4.2 to 4.4.3.
Release notes
Sourced from cakephp/cakephp's releases.
CakePHP 4.4.3 released
The CakePHP core team is happy to announce the immediate availability of CakePHP 4.4.3. This is a maintenance release for the 4.4 branch that fixes several community reported issues.
Bugfixes
You can expect the following changes in 4.4.3. See the changelog for every commit.
- Fixed a potential method call on null in file assertion methods.
- Improved compatibility with PHP 8.2.
TableLocator::get()
no longer throws an error if a table is configured with options and then mocked.
- Updated CI configuration to use windows 2022 image.
- Fixed a regression in
Folder::create()
where umask
was not correctly set.
- Cache keys used with
FileEngine
are now URL encoded. This aligns the characters valid in cache keys with other engines. It could cause cache misses for applications that were previously using characters outside of the alpha-numeric ranges.
- Removed redundant class type checks.
- Fixed
ResultSet
indexes being mutated by exceptions thrown within a loop while xdebug is enabled.
TableLocator
now handles getting tables by namespaced class name better.
- Unused properties in
Database\Query
were deprecated.
- Improve casting of integer routing parameters.
Contributors to 4.4.3
Thank you to all the contributors that helped make this release happen:
- ADmad
- Apisathan
- chris cnizzardini
- Edgaras Janušauskas
- Erwane Breton
- Kevin Pfeifer
- Mark Story
- othercorey
As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation.
Commits
35b1b52
Update version number to 4.4.3
f95953c
Merge pull request #16643 from cakephp/fix-16640
6615ea8
Remove support for integers with leading 0s
db7b005
Merge pull request #16641 from cakephp/4.x-update-contrib-guide
42c54dc
Update .github/CONTRIBUTING.md
593064b
Merge pull request #16646 from cakephp/4.x-query
18acea6
Deprecate unused properties.
50efa36
Improve casting of integer routing parameters
ea86e49
update contributing guide
92bf43c
Merge pull request #16633 from cakephp/issue-16419
- Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
@dependabot merge
will merge this PR after your CI passes on it
@dependabot squash and merge
will squash and merge this PR after your CI passes on it
@dependabot cancel merge
will cancel a previously requested merge and block automerging
@dependabot reopen
will reopen this PR if it is closed
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)