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 craftcms/cms from 3.5.14 to 3.7.16 #32

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 Apr 12, 2022

Bumps craftcms/cms from 3.5.14 to 3.7.16.

Changelog

Sourced from craftcms/cms's changelog.

3.7.16 - 2021-10-06

Added

  • Added craft\elements\Asset::getUrlsBySize(). (#9931)

Fixed

  • Fixed a bug where the top-level “Enabled” lightswitch on Edit Entry pages wasn’t getting updated when adding a new site to an entry. (#9935)
  • Fixed a bug where entry indexes weren’t showing changes to unpublished drafts until a published entry was saved. (#9940)

3.7.15 - 2021-10-05

Added

  • Added the graphql/create-token command. (#9930)
  • Added the graphql/list-schemas command.
  • Added the users/impersonate command. (#9919)
  • Added the provisional argument for draft mutations via GraphQL.
  • Added the is array Twig test.
  • Added the is callable Twig test.
  • Added the is float Twig test.
  • Added the is integer Twig test.
  • Added the is numeric Twig test.
  • Added the is resource Twig test.
  • Added the is scalar Twig test.
  • Added the is string Twig test.
  • Added craft\base\ElementTrait::$isNewForSite.
  • Added craft\mutex\DbMutexTrait.

Changed

  • Mutex locks which are “released” during a database transaction are no longer actually released for other requests until the transaction is complete.
  • Username inputs now disable auto-capitalization on iOS devices.
  • Date and time fields now use native date and time input types on mobile. (#9903)
  • Improved the performance of eager-loading entry authors. (#9907)
  • Simultaneous entry-save requests are now executed once at a time.
  • Matrix block queries now factor in nested fields based on the type/typeId param, if set. (#9921)
  • The graphql/dump-schema and graphql/print-schema commands now support a --schema argument.
  • The users/delete and users/set-password commands now support passing a user ID.
  • craft\fields\Matrix::getBlockTypeFields() now has a $typeIds argument.

Deprecated

  • Deprecated craft\helpers\UrlHelper::baseRequestUrl(). Craft::getAlias('@web') should be used instead.
  • Deprecated craft\mutex\PrefixedMutexTrait. DbMutexTrait should be used instead.

Fixed

  • Fixed a bug where the “Duplicate (with descendants)” element action would only partially duplicate multi-level structures. (#9889)
  • Fixed a bug where it wasn’t possible to mutate a provisional draft via GraphQL. (#9892)
  • Fixed a bug where it wasn’t possible to mutate a draft via GraphQL without passing all required custom fields. (#9893)
  • Fixed an error that could occur when merging upstream changes into a draft, if the canonical entry had been enabled for a new site and contained new Matrix blocks. (#9895)
  • Fixed a bug where sections’ Default Status settings weren’t being respected when adding a new site to an entry. (#9896)
  • Fixed a bug where the utils/repair/section-structure command was removing provisional drafts from the structure. (#9868)
  • Fixed a bug where the control panel header elements could become squished. (#9902)

... (truncated)

Commits

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [craftcms/cms](https://github.com/craftcms/cms) from 3.5.14 to 3.7.16.
- [Release notes](https://github.com/craftcms/cms/releases)
- [Changelog](https://github.com/craftcms/cms/blob/develop/CHANGELOG.md)
- [Commits](craftcms/cms@3.5.14...3.7.16)

---
updated-dependencies:
- dependency-name: craftcms/cms
  dependency-type: direct:production
...

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 Apr 12, 2022
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