24hoursmedia-craftcms / views-work

Craft CMS views plugin
Other
1 stars 2 forks source link

Bump craftcms/cms from 3.6.5.1 to 3.7.36 #87

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps craftcms/cms from 3.6.5.1 to 3.7.36.

Changelog

Sourced from craftcms/cms's changelog.

3.7.36 - 2022-03-03

Changed

  • {% js %} and {% css %} tags can now import URLs that don’t end in .js or .css, so long as they begin with https:// or http://. (#10666)
  • The plugin/list command now shows plugins’ package names. (#10667)

Fixed

  • Fixed a bug that prevented moving assets between volumes. (#10668)

3.7.35 - 2022-03-01

Added

  • Added craft\errors\BusyResourceException.
  • Added craft\errors\StaleResourceException.

Changed

  • Improved Live Preview accessibility. (#7476)
  • Improved error reporting when trying to upload an Asset from a disallowed location. (#10633)
  • The resave/entries command now supports a --revisions flag. (#10634)

Fixed

  • Fixed an error that occurred when initializing an element with custom field values that weren’t included in its field layout. (#10622)
  • Fixed a PHP 8 compatibility bug.
  • Fixed a bug where drafts weren’t getting propagated when a section was enabled for new sites. (#10634)
  • Fixed a bug where moving files and folders from the Assets index page wouldn’t ever resolve properly if there was an unexpected server error.
  • Fixed a bug where disclosure menus could be shorter than their contents. (#10639)
  • Fixed potential race conditions that could result in old project config data getting cached. (#7795)
  • Fixed a bug where numerically-indexed array keys weren’t always consecutive after the project config was rebuilt. (#10512)

3.7.34 - 2022-02-22

Added

  • Added craft\helpers\App::phpConfigValueAsPaths().
  • Added craft\helpers\App::normalizePhpPaths().
  • Added craft\helpers\App::isPathAllowed().

Changed

  • Improved date and time input accessibility. (#10575)
  • Craft no longer attempts to write a license key file when CRAFT_EPHEMERAL is set to true. (#10558)
  • Craft no longer attempts to write project config YAML files when CRAFT_EPHEMERAL is set to true. (#10558)
  • Craft no longer publishes asset bundles when CRAFT_EPHEMERAL is set to true. (#10558)

Fixed

  • Fixed a bug where Date fields weren’t displaying properly.
  • Fixed a bug where some GraphQL API query arguments would break element queries. (#10580)
  • Fixed a PHP 8.1 compatibility bug. (#10594)
  • Fixed a bug where Matrix action menus were causing horizontal scrollbars within Live Preview. (#10601)
  • Fixed a PHP warning that would occur when running Craft in Dev Mode, if the open_basedir PHP setting was set. (#10581)
  • Fixed a bug where the “View” button on Edit Category pages wasn’t getting linked to a tokenized preview page for disabled sites.
  • Fixed a bug where asset subfolder toggles weren’t visible when their source was focused. (#10617)

... (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](https://github.com/24hoursmedia-craftcms/views-work/network/alerts).
dependabot[bot] commented 2 years ago

Superseded by #92.