Release notes
*Sourced from [cakephp/cakephp's releases](https://github.com/cakephp/cakephp/releases).*
> ## CakePHP 3.8.2 released
> The CakePHP core team is happy to announce the immediate availability of CakePHP 3.8.2. 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.2. See the [changelog](https://github.com/cakephp/cakephp/compare/3.8.1...3.8.2) for every commit.
>
> * Added simplexml to requirements of cakephp/utility.
> * ``i18n extract`` now supports the ``-p`` option like other core shells.
> * Improved API documentation.
> * Fixed incorrect association and ``_locale`` property assignment when using ``matching()`` with ``TranslateBehavior``.
> * The default value for the ``$when`` parameter of ``Validation::notEmptyDateTime()`` was corrected.
> * ``RedisEngine`` now calls ``setTimeout()`` instead of ``expire()``.
> * ``FormHelper`` now correctly generates Javascript snippets to clear custom HTML validation messages.
> * Fixed an overflow error if ``RequestHandlerComponent`` was loaded multiple times with different configuration.
>
> Contributors to 3.8.2
> ----------------------
>
> Thank you to all the contributors that helped make this release happen:
>
> * ADmad
> * Bogdan SOOS
> * Brandon Kelly
> * Edgaras Janušauskas
> * Hideki Kinjyo
> * Mark Scherer
> * Mark Story
> * andrii-pukhalevych
> * ndm2
>
> As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation.
Commits
- [`d57a519`](https://github.com/cakephp/cakephp/commit/d57a5193312a21e013a1f21191826933398c026f) Update version number to 3.8.2
- [`1960f00`](https://github.com/cakephp/cakephp/commit/1960f00b3a17e08a014751bd6e788dce635f14fe) Merge pull request [#13490](https://github-redirect.dependabot.com/cakephp/cakephp/issues/13490) from cakephp/master-doc
- [`bf5c240`](https://github.com/cakephp/cakephp/commit/bf5c240be7478e422ac14d5e29acca471b7661a0) Merge pull request [#13491](https://github-redirect.dependabot.com/cakephp/cakephp/issues/13491) from cakephp/master-form-return-type
- [`6422938`](https://github.com/cakephp/cakephp/commit/6422938113e5f9cdf745440d6e6f75fdc65e9583) Fix return type handling
- [`a6b53b0`](https://github.com/cakephp/cakephp/commit/a6b53b0789567d8ebdf0c70f52ae219703607000) Fix array typehints to be more precise, string array check strictness
- [`ce940d5`](https://github.com/cakephp/cakephp/commit/ce940d5535705d64c766998ef4edd361c0dc37fc) Merge pull request [#13479](https://github-redirect.dependabot.com/cakephp/cakephp/issues/13479) from cakephp/appveyor-php-install
- [`3430a0c`](https://github.com/cakephp/cakephp/commit/3430a0c20fe311be25d65c96ad61ca9c8e331704) Merge pull request [#13464](https://github-redirect.dependabot.com/cakephp/cakephp/issues/13464) from cakephp/translate-behavior-tests
- [`ff91f94`](https://github.com/cakephp/cakephp/commit/ff91f9404f6f38ff66f61a3c99028326a94138cd) Clean up unused appveyor.yml settings
- [`ea5869c`](https://github.com/cakephp/cakephp/commit/ea5869cda4fc6d8c8cffd4fd50e3cabe1049f8a8) Download and install Windows PHP from php.net
- [`8ac036a`](https://github.com/cakephp/cakephp/commit/8ac036a078d1a8263432f0f102971ca6e324709a) Remove tests which are not expected to pass.
- Additional commits viewable in [compare view](https://github.com/cakephp/cakephp/compare/3.8.1...3.8.2)
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.
If all status checks pass Dependabot will automatically merge this pull request.
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](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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)
Finally, you can contact us by mentioning @dependabot.
Bumps cakephp/cakephp from 3.8.1 to 3.8.2.
Release notes
*Sourced from [cakephp/cakephp's releases](https://github.com/cakephp/cakephp/releases).* > ## CakePHP 3.8.2 released > The CakePHP core team is happy to announce the immediate availability of CakePHP 3.8.2. 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.2. See the [changelog](https://github.com/cakephp/cakephp/compare/3.8.1...3.8.2) for every commit. > > * Added simplexml to requirements of cakephp/utility. > * ``i18n extract`` now supports the ``-p`` option like other core shells. > * Improved API documentation. > * Fixed incorrect association and ``_locale`` property assignment when using ``matching()`` with ``TranslateBehavior``. > * The default value for the ``$when`` parameter of ``Validation::notEmptyDateTime()`` was corrected. > * ``RedisEngine`` now calls ``setTimeout()`` instead of ``expire()``. > * ``FormHelper`` now correctly generates Javascript snippets to clear custom HTML validation messages. > * Fixed an overflow error if ``RequestHandlerComponent`` was loaded multiple times with different configuration. > > Contributors to 3.8.2 > ---------------------- > > Thank you to all the contributors that helped make this release happen: > > * ADmad > * Bogdan SOOS > * Brandon Kelly > * Edgaras Janušauskas > * Hideki Kinjyo > * Mark Scherer > * Mark Story > * andrii-pukhalevych > * ndm2 > > As always, we would like to thank all the contributors that opened issues, created pull requests or updated the documentation.Commits
- [`d57a519`](https://github.com/cakephp/cakephp/commit/d57a5193312a21e013a1f21191826933398c026f) Update version number to 3.8.2 - [`1960f00`](https://github.com/cakephp/cakephp/commit/1960f00b3a17e08a014751bd6e788dce635f14fe) Merge pull request [#13490](https://github-redirect.dependabot.com/cakephp/cakephp/issues/13490) from cakephp/master-doc - [`bf5c240`](https://github.com/cakephp/cakephp/commit/bf5c240be7478e422ac14d5e29acca471b7661a0) Merge pull request [#13491](https://github-redirect.dependabot.com/cakephp/cakephp/issues/13491) from cakephp/master-form-return-type - [`6422938`](https://github.com/cakephp/cakephp/commit/6422938113e5f9cdf745440d6e6f75fdc65e9583) Fix return type handling - [`a6b53b0`](https://github.com/cakephp/cakephp/commit/a6b53b0789567d8ebdf0c70f52ae219703607000) Fix array typehints to be more precise, string array check strictness - [`ce940d5`](https://github.com/cakephp/cakephp/commit/ce940d5535705d64c766998ef4edd361c0dc37fc) Merge pull request [#13479](https://github-redirect.dependabot.com/cakephp/cakephp/issues/13479) from cakephp/appveyor-php-install - [`3430a0c`](https://github.com/cakephp/cakephp/commit/3430a0c20fe311be25d65c96ad61ca9c8e331704) Merge pull request [#13464](https://github-redirect.dependabot.com/cakephp/cakephp/issues/13464) from cakephp/translate-behavior-tests - [`ff91f94`](https://github.com/cakephp/cakephp/commit/ff91f9404f6f38ff66f61a3c99028326a94138cd) Clean up unused appveyor.yml settings - [`ea5869c`](https://github.com/cakephp/cakephp/commit/ea5869cda4fc6d8c8cffd4fd50e3cabe1049f8a8) Download and install Windows PHP from php.net - [`8ac036a`](https://github.com/cakephp/cakephp/commit/8ac036a078d1a8263432f0f102971ca6e324709a) Remove tests which are not expected to pass. - Additional commits viewable in [compare view](https://github.com/cakephp/cakephp/compare/3.8.1...3.8.2)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
.If all status checks pass Dependabot will automatically merge this pull request.
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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.