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.3.18.1 to 3.7.14 #7

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 21, 2022

Bumps craftcms/cms from 3.3.18.1 to 3.7.14.

Changelog

Sourced from craftcms/cms's changelog.

3.7.14 - 2021-09-28

Added

  • Added craft\base\Element::EVENT_PREP_QUERY_FOR_TABLE_ATTRIBUTE. (#9862)
  • Added craft\base\ElementInterface::getIsFresh().
  • Added craft\base\ElementInterface::setIsFresh().
  • Added craft\cache\ElementQueryTagDependency.
  • Added craft\elements\db\ElementQuery::getCacheTags().
  • Added craft\events\ElementIndexTableAttributeEvent.
  • Added craft\events\SearchEvent::$elementQuery.
  • Added craft\events\SearchEvent::getElementIds().
  • Added craft\events\SearchEvent::setElementIds().
  • Added craft\services\Search::searchElements().
  • Added the fullPane setting to Vue admin tables, which can be set to false if the table is not the only UI component in its content pane.

Changed

  • Enhanced the visibility of global navigation badges.
  • Enhanced the visibility of focused menu options.
  • Improved the performance of element query search params. (#9867)
  • Element queries’ cache() methods now create a cache dependency based on the element queries’ cache tags by default.
  • Element index queries are now cached.
  • The migrate/all command now includes plugins whose schema versions have changed, even if they don’t have any new migrations. (#9860)
  • It’s now possible to pass an array of Matrix block IDs into a Matrix field’s element query param. (#9875)
  • Improved GraphQL performance. (#9830)

Deprecated

  • Deprecated craft\base\Element::getHasFreshContent(). getIsFresh() should be used instead.
  • Deprecated craft\services\Search::filterElementIdsByQuery().

Fixed

  • 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.
  • Added craft\services\Plugins::updatePluginVersionInfo().

... (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.3.18.1 to 3.7.14.
- [Release notes](https://github.com/craftcms/cms/releases)
- [Changelog](https://github.com/craftcms/cms/blob/develop/CHANGELOG.md)
- [Commits](craftcms/cms@3.3.18.1...3.7.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 12, 2022

Superseded by #8.

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.

0 participants