Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps cakephp/cakephp from 3.8.5 to 3.8.7.

Release notes

Sourced from cakephp/cakephp's releases.

CakePHP 3.8.7 released

The CakePHP core team is happy to announce the immediate availability of CakePHP 3.8.7. This is a maintenance release for the 3.8 branch that fixes several community reported issues.

Bugfixes

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

  • Generated route names are now correct for routes using braced placeholders.
  • Email::getHeaderCharset() now uses the email charset as a fallback if the header charset is undefined.
  • IntegrationTestTrait::assertRedirectEquals() was added to make it simpler to assert redirect values without additional Router transformations.
  • Improved documenation blocks and type annotations.
  • Email attachments now encode the filenames in Content-Disposition headers if the filenames contain non-ascii values.
  • Http\Client now accepts a protocolVersion option in its constructor. This option lets you control the HTTP version used. This change makes it simpler to make HTTP2 requests.
  • Improved error message when ConsoleIntegrationTestTrait runs out of replies to interactive questions.
  • Http\Client can now send request bodies in GET requests.
  • Added PHP7.4 to our test matrix.

Contributors to 3.8.7

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

  • ADmad
  • Corey Taylor
  • Edgaras Janušauskas
  • Mark Scherer
  • Mark Story
  • Martin Matthaei
  • gregs
  • othercorey

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

CakePHP 3.8.6 released

The CakePHP core team is happy to announce the immediate availability of CakePHP 3.8.6. This is a maintenance release for the 3.8 branch that fixes several community reported issues.

Bugfixes

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

  • Microseconds are no longer dropped when creating Time and FrozenTime instances from other datetime objects.
  • Improved API documentation and deprecated tags.
  • Time::__debugInfo() has been aligned with the implementation in chronos.
  • Http\Client now reads cookies from the correct subdomain when handling cross subdomain redirects.
  • Dates before 1600 are now accepted by Validation::dateTime().
  • FormHelper::dateTime() now correctly handles empty options that are incompletely defined arrays.
  • Validation::compareFields() now works with null.
... (truncated)
Commits
  • bf96319 Update version number to 3.8.7
  • e54eb91 Merge pull request #13988 from othercorey/formhelper-control
  • 9c16b13 Updated FormHelper::control() docblock referencing deprecated input()
  • ccc58ca Fix phpcs errors
  • 1bd4859 Add test to cover allowEmptyString with when callback.
  • 5675ef2 Merge pull request #13975 from othercorey/3.x-php74
  • b657bfc Updated to offical travis php 7.4
  • ffbf285 Merge pull request #13965 from cakephp/issue-13406
  • e179b38 Fix GET requests with bodies being sent as POST
  • 4cc4661 Merge pull request #13962 from cakephp/appveyor-sqlsrv
  • 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 9, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #21.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/cakephp/cakephp-3.8.7 branch December 16, 2019 05:06
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant