Skip to content

Update cakephp/cakephp requirement from 4.3.11 to 4.4.11

Created by: dependabot[bot]

Updates the requirements on cakephp/cakephp to permit the latest version.

Release notes

Sourced from cakephp/cakephp's releases.

CakePHP 4.4.11 released

The CakePHP core team is happy to announce the immediate availability of CakePHP 4.4.11. 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.11. See the changelog for every commit.

  • View can now iterates templates paths that were defined as an associative array.
  • The i18n extract command now checks for directory existence before trying to enumerate the files within directories provided as inputs.
  • Update SECURITY policy docs to include 3.x end-of-life status.
  • Improve API documentation.
  • Fix dynamic-property error in PHP8.2 when PDOError objects are logged.
  • Switch to using phive to install static analysis tools.
  • Set the request into the routing context before processing middleware. This ensures that links on error pages always have access to the current request.

Contributors to 4.4.11

Thank you to all the contributors that helped make this release happen:

  • ADmad
  • Edgaras Janušauskas
  • fabsn182
  • Kevin Pfeifer
  • Marc Würth
  • Mark Scherer
  • Mark Story
  • Mikkel Bonde
  • othercorey

As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation.

Commits
  • 7d9b6a6 Update version number to 4.4.11
  • 039577f Merge pull request #17004 from cakephp/4.x-configure-write-value
  • 50487fa Distinguish between parameter and foreach array element value
  • 8fcc247 Merge pull request #17001 from cakephp/ADmad-patch-1
  • 58ec9de Ignore .phive folder from git archive
  • 2a638ed Merge pull request #16993 from cakephp/error-page-request-context
  • 26bad8f Set request context for the router before running middleware queue.
  • dfebc4c Merge pull request #16989 from cakephp/4.x-string-bug
  • 053e300 Fix up bug detected by Psalm - add test
  • 366f884 Fix up bug detected by Psalm
  • 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)

Merge request reports

Loading