Fixed the control panel heading order for more intuitive navigation by screen reader users.
Fixed an uncaught error that could occur when saving a draft. (#9841)
Fixed an error that occurred when mutating an entry via GraphQL, if it belonged to any disabled sites. (#9842)
Fixed a bug where some field types wouldn’t use their configured default values on new entries, fields that weren’t included in the primary entry type. (#9852)
Fixed a bug where some action menus didn’t have a label for screen readers.
Fixed a bug where craft\web\Response::redirect() no longer supported passing an array to the $url argument. (#9857)
Fixed a bug where duplicated entries that were created via an “Applying new propagation method” job weren’t getting positioned correctly based on the original entries’ structure. (#9782)
Fixed a bug where unpublished drafts could disappear after clicking “Create entry” if the URI could not be made unique. (#9873)
Fixed an error that could occur when processing relatedTo* GraphQL arguments in some cases.
Fixed an error that could occur when an entry’s Title Format referenced a custom field with author in its handle. (#9891)
Security
Fixed a potential CSV injection vulnerability.
3.7.13 - 2021-09-14
Added
Added the up command, which calls migrate/all and project-config/apply, wrapped in a mutex lock.
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
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/selvindev/craft-plugin-patrol/network/alerts).
Bumps craftcms/cms from 3.0.36 to 3.7.14.
Changelog
Sourced from craftcms/cms's changelog.
... (truncated)
Commits
b585c80
Merge branch 'release/3.7.14'611c1cd
Finish 3.7.14ecae37c
Fixed #98913d799ae
Element query cache improvements6d19f6b
Search improvement506e683
Release note tweakc4d18b2
$query → $searchQuery744d413
Fixed a bug whererelatedTo*
arguments would cause an error in some cases w...f50a4e0
Merge branch 'develop' of https://github.com/craftcms/cms into developad30c75
Fix test for envs that don't allow ini_set('memory_limit')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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/selvindev/craft-plugin-patrol/network/alerts).