Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 7, 2023

Bumps craftcms/cms from 3.7.37 to 3.7.64.

Changelog

Sourced from craftcms/cms's changelog.

3.7.64 - 2023-02-03

  • Improved the performance of the “Generating pending image transforms” queue job. (#12274)
  • Added more reserved field handles to avoid conflicts with craft\base\Element properties. (#12577)
  • Control panel requests no longer override the pageTrigger config setting value to 'p'. (#12598, #12614)
  • Fixed field status badge styling in some contexts. (#12403)
  • Fixed a bug where exporting elements with multiple field layouts as a CSV file using the “Expanded” export type would result in mismatched column values.
  • Fixed a bug where cancelling a conflicting volume folder move would result in the moved folder getting deleted.
  • Fixed a bug where Date and Number fields could be misinterpreted in category Live Preview requests, if the site’s language used different date/number formats than the user’s formatting locale.
  • Fixed a bug where the horizontal scroll position wasn’t being retained when refreshing Live Preview. (#12504)
  • Fixed a bug where HTML tags within field labels, instructions, tips, and warnings weren’t always getting escaped.
  • Fixed a bug where the sidebar scroll position wasn’t retained when selecting a new source on element index pages. (#12523)
  • Fixed a bug where resave/* commands’ output didn’t take the offset into account. (#12526)
  • Fixed a bug where warnings were getting logged for video assets that were “missing” their dimensions.
  • Fixed a bug where craft\services\Assets::getAllDescendantFolders() could return unexpected results for folders that contained an underscore.
  • Fixed a bug where accessing a custom field’s magic property on an element would return the field’s raw database value rather than null, if it didn’t belong to the element’s field layout anymore. (#12539, #12578)
  • Fixed a bug where craft\image\Raster::getIsTransparent() wasn’t working. (#12565)
  • Fixed a bug where the component name comments in project config YAML files would always lag behind the current project config a little. (#12576, #12581)
  • Fixed a SQL error that occurred when creating a database backup using the default backup command, when running MySQL 5.7.41+ or 8.0.32+. (#12557, #12560)
  • Fixed a bug where database backups weren’t respecting SSL database connection settings if they were specified when using MySQL. (#10351, #11753, #12596)
  • Fixed a bug where element indexes could stop showing their loading spinner prematurely if the element listing needed to be reloaded multiple times in rapid succession. (#12595)
  • Fixed a bug where element indexes would show show an expand/collapse toggle for structured elements that only had unsaved draft children, which aren’t actually shown. (#11253)
  • Added craft\helpers\Db::escapeForLike().
  • Added craft\web\twig\variables\Paginate::$pageTrigger. (#12614)
  • craft\services\Assets::getAllDescendantFolders() now has a $withParent argument, which can be passed false to omit the parent folder from the results. (#12536)
  • Deprecated craft\helpers\DateTimeHelper::timeZoneAbbreviation().
  • Deprecated craft\helpers\DateTimeHelper::timeZoneOffset().

3.7.63.1 - 2023-01-09

  • Fixed a bug where editing certain Matrix/Neo/Super Table fields could result in content loss. (#12445)

3.7.63 - 2023-01-04

  • Template caching is no longer enabled for tokenized requests. (#12458)
  • Elisions are now stripped from search keywords. (#12467, #12474)
  • Added support for HEIC/HEIF images. (#9115)
  • The allowedFileExtensions config setting now includes heic, heif, and hevc by default. (#12490)
  • It’s now possible to assign aliases children fields queried via GraphQL. (#12494)
  • Added craft\helpers\Image::isWebSafe().
  • Added craft\services\Images::getSupportsHeic().
  • Craft.MatrixInput now fires blockSortDragStop, beforeMoveBlockUp, moveBlockUp, beforeMoveBlockDown, and moveBlockDown events. (#12498)
  • Fixed an error that could occur when processing template caches in a console request, if a globally-scoped template cache was processed before it.
  • Fixed a bug where some custom field property types in craft\behaviors\CustomFieldBehavior were incorrect.
  • Fixed an error that could occur if a Matrix sub-field’s handle was too long. (#12422)
  • Updated Imagine to 1.3.3.

3.7.62 - 2022-12-13

  • Fixed a bug where it wasn’t possible to enter 0 in Number fields and numeric column cells within editable tables, using certain keyboard layouts. (#12412)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 7, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 26, 2023

Superseded by #40.

@dependabot dependabot bot closed this Apr 26, 2023
@dependabot dependabot bot deleted the dependabot/composer/craftcms/cms-3.7.64 branch April 26, 2023 16:02
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