Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cakephp/cakephp from 5.0.8 to 5.1.1 #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps cakephp/cakephp from 5.0.8 to 5.1.1.

Release notes

Sourced from cakephp/cakephp's releases.

CakePHP 5.1.1 released

The CakePHP core team is happy to announce the immediate availability of CakePHP 5.1.1. This is a maintenance release for the 5.1 branch that fixes several community reported issues and regressions. If you are having problems with the framework breaking your application when you upgrade from 5.0.11 to 5.1, please open an issue.

Bugfixes

You can expect the following changes in 5.1.1. See the changelog for every commit.

  • Improve FormHelper's request method inference. The method option now takes precedence over the value of type option.
  • Fixed regression in meta tag generation.
  • Fix missing method errors in Console only applications.
  • EventAwareApplicationInterface was added. This interface was is to solve the console compatibility issue.
  • Event hooks are now called application first, plugins after. This aligns behavior with other hooks.
  • I18n message translation now supports gettext compatible paths.
  • PaginatorHelper will now reset the current page to 1 when changing the per page limit. This reduces the chances of end users getting 404 errors changing their per page limit.
  • The new to*() type coercion fuctions are now available as a global functions for applications that prefer to use global functions.
  • Removed inline javascript from disabled pagination buttons. This improves compatibility with strict CSP policies._
  • Fixed a type error if Mailer::reset() was called without proper setup.
  • Fixed a SQL generation regression for UNION queries in MySQL < 8.

Contributors to 5.1.1

Thank you to all the contributors that submitted a pull request:

  • ADmad
  • bancer
  • Kevin Pfeifer
  • Mark Story
  • Robert Pustułka

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

CakePHP 5.1.0 released

The CakePHP core team is happy to announce the immediate availability of CakePHP 5.1.0. 5.1.0 provides a number improvements to CakePHP. 5.1.0 introduces a small number of deprecation warnings. Any deprecations introduced now will continue to have consistent behavior until their removal in 6.0.0. There is no scheduled date for 6.0.0 at this time.

Upgrading to 5.1.0

You can use composer to upgrade to CakePHP 5.1.0::

php composer.phar require --update-with-dependencies "cakephp/cakephp:5.1.*"

Deprecation Warnings

5.1 introduces a few deprecations. All of these features will continue for the duration of 5.x but will be removed in 6.0. See the migration guide.

... (truncated)

Commits
  • b7ac799 Update version number to 5.1.1
  • 71bf4b1 Merge pull request #17941 from cakephp/bugfix/regression-union-sql
  • e14e946 Fix regression in UNION queries for MySQL < 8.
  • cfc4aa5 Merge pull request #17938 from cakephp/bugfix/mailer-restore
  • adb43c6 Add Mailer::backup()
  • a79f7e6 Update docblock
  • c92d275 Fix type error if a mailer methods calls reset()
  • c11aacc Merge pull request #17909 from bancer/issue-17887-gettext-paths
  • 75c5c4c Merge pull request #17932 from cakephp/issue-17931
  • 096dc94 Merge pull request #17934 from cakephp/issue-17933
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [cakephp/cakephp](https://github.com/cakephp/cakephp) from 5.0.8 to 5.1.1.
- [Release notes](https://github.com/cakephp/cakephp/releases)
- [Commits](cakephp/cakephp@5.0.8...5.1.1)

---
updated-dependencies:
- dependency-name: cakephp/cakephp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants