craftcms / cloud-extension-yii2

0 stars 1 forks source link

Bump craftcms/cms from 4.6.1 to 4.7.0 #25

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Bumps craftcms/cms from 4.6.1 to 4.7.0.

Release notes

Sourced from craftcms/cms's releases.

4.7.0

[!NOTE]
Assets fields with “All” selected for the available sources will no longer include the temp asset volume, if there is one.

Content Management

  • Admin tables now have sticky footers. (#14149)

Administration

  • Added “Save and continue editing” actions to all core settings pages with full-page forms. (#14168)
  • It’s no longer possible to select the temp asset volume within Assets fields. (#11405, #14141)
  • Added the utils/prune-orphaned-matrix-blocks command. (#14154)

Extensibility

  • Added craft\base\ElementInterface::beforeDeleteForSite().
  • Added craft\base\ElementInterface::afterDeleteForSite().
  • Added craft\base\FieldInterface::beforeElementDeleteForSite().
  • Added craft\base\FieldInterface::afterElementDeleteForSite().

System

  • Reduced the system font file size, and prevented the flash of unstyled type for it. (#13879)
  • Log message timestamps are now set to the system time zone. (#13341)
  • Database backups no longer include data from the phpsessions table, if it exists. (#13589)
  • Selectize inputs now use the auto_position plugin. (#14160)
  • Fixed a bug where paths passed to craft\web\CpScreenResponseBehavior::editUrl() weren’t getting resolved to absolute URLs.
  • Fixed a bug where deleting an entry for a site wasn’t propagating to Matrix blocks for that entry/site. (#13948)
Changelog

Sourced from craftcms/cms's changelog.

4.7.0 - 2024-01-23

[!NOTE]
Assets fields with “All” selected for the available sources will no longer include the temp asset volume, if there is one.

Content Management

  • Admin tables now have sticky footers. (#14149)

Administration

  • Added “Save and continue editing” actions to all core settings pages with full-page forms. (#14168)
  • It’s no longer possible to select the temp asset volume within Assets fields. (#11405, #14141)
  • Added the utils/prune-orphaned-matrix-blocks command. (#14154)

Extensibility

  • Added craft\base\ElementInterface::beforeDeleteForSite().
  • Added craft\base\ElementInterface::afterDeleteForSite().
  • Added craft\base\FieldInterface::beforeElementDeleteForSite().
  • Added craft\base\FieldInterface::afterElementDeleteForSite().

System

  • Reduced the system font file size, and prevented the flash of unstyled type for it. (#13879)
  • Log message timestamps are now set to the system time zone. (#13341)
  • Database backups no longer include data from the phpsessions table, if it exists. (#13589)
  • Selectize inputs now use the auto_position plugin. (#14160)
  • Fixed a bug where paths passed to craft\web\CpScreenResponseBehavior::editUrl() weren’t getting resolved to absolute URLs.
  • Fixed a bug where deleting an entry for a site wasn’t propagating to Matrix blocks for that entry/site. (#13948)
Commits
  • 17164e7 Merge branch 'release/4.7.0' into main
  • 2245dba Finish 4.7.0
  • 275f161 Add a note to the changelog
  • 97a08f8 Stop including the temp volume in “all sources” for Assets fields
  • 627cc53 Merge pull request #13589 from craftcms/exclude-phpsessions
  • a30d9b4 Release note
  • daac132 Merge branch '4.7' into exclude-phpsessions
  • cb276fb Merge pull request #14141 from craftcms/bugfix/11405-temp-uploads-location-re...
  • d2292c4 Release note
  • f5b8b99 Assets::$source should never be set
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/craftcms/cloud-extension-yii2/network/alerts).