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 4.5.14 to 4.7.0 #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2024

Bumps craftcms/cms from 4.5.14 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)

4.6.1

  • craft\log\MonologTarget instances are now created via Craft::createObject(). (#13341)
  • Fixed a bug where craft\helpers\Db::prepareValueForDb() wasn’t converting objects to arrays for JSON columns.
  • Fixed a bug where Checkboxes, Multi-select, Dropdown, and Radio Buttons fields weren’t displaying 0 options within element indexes or condition rules. (#14127, #14143)
  • Fixed a bug where craft\db\Migration::renameTable() was renaming the table for the primary database connection, rather than the migration’s connection. (#14131)
  • Fixed a bug where Craft.FormObserver wasn’t working reliably for non-<form> containers.
  • Fixed a bug where Selectize inputs were triggering autosaves, even when the value didn’t change.
  • Fixed a bug where custom source labels weren’t getting translated. (#14137)
  • Fixed a bug where Dropdown columns within Table fields were loosing their options when the field was edited. (#14134)

4.6.0

Content Management

  • Added live conditional field support to asset edit pages, as well as asset, user, and tag slideouts. (#14115)
  • Added the “Country” field type. (#13789)
  • It’s now possible to delete volume folders using the “Delete” asset action. (#13086)
  • Date range condition rules are now inclusive of their end dates. (#13435)
  • Custom field condition rules now show their field handles, for users with the “Show field handles in edit forms” preference enabled. (#13300)
  • Element conditions now include condition rules for fields with duplicate names, for users with the “Show field handles in edit forms” preference enabled. (#13300)
  • Improved element search performance. (#14055)
  • Improved the performance of large editable tables. (#13852)

Administration

  • Edit Field pages now have a “Save and add another” action. (#13865)
  • Added the disabledUtilities config setting. (#14044)

... (truncated)

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)

4.6.1 - 2024-01-16

  • craft\log\MonologTarget instances are now created via Craft::createObject(). (#13341)
  • Fixed a bug where craft\helpers\Db::prepareValueForDb() wasn’t converting objects to arrays for JSON columns.
  • Fixed a bug where Checkboxes, Multi-select, Dropdown, and Radio Buttons fields weren’t displaying 0 options within element indexes or condition rules. (#14127, #14143)
  • Fixed a bug where craft\db\Migration::renameTable() was renaming the table for the primary database connection, rather than the migration’s connection. (#14131)
  • Fixed a bug where Craft.FormObserver wasn’t working reliably for non-<form> containers.
  • Fixed a bug where Selectize inputs were triggering autosaves, even when the value didn’t change.
  • Fixed a bug where custom source labels weren’t getting translated. (#14137)
  • Fixed a bug where Dropdown columns within Table fields were loosing their options when the field was edited. (#14134)

4.6.0 - 2024-01-09

Content Management

  • Added live conditional field support to asset edit pages, as well as asset, user, and tag slideouts. (#14115)
  • Added the “Country” field type. (#13789)
  • It’s now possible to delete volume folders using the “Delete” asset action. (#13086)
  • Date range condition rules are now inclusive of their end dates. (#13435)
  • Custom field condition rules now show their field handles, for users with the “Show field handles in edit forms” preference enabled. (#13300)
  • Element conditions now include condition rules for fields with duplicate names, for users with the “Show field handles in edit forms” preference enabled. (#13300)
  • Improved element search performance. (#14055)
  • Improved the performance of large editable tables. (#13852)

... (truncated)

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 <dependency name> 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.

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

---
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 Jan 30, 2024
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.

None yet

0 participants