Skip to content

Comments

Bump craftcms/cms from 5.0.0-beta.10 to 5.6.5.1#60

Closed
dependabot[bot] wants to merge 1 commit intodevelop-v5from
dependabot/composer/craftcms/cms-5.6.5.1
Closed

Bump craftcms/cms from 5.0.0-beta.10 to 5.6.5.1#60
dependabot[bot] wants to merge 1 commit intodevelop-v5from
dependabot/composer/craftcms/cms-5.6.5.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

Bumps craftcms/cms from 5.0.0-beta.10 to 5.6.5.1.

Release notes

Sourced from craftcms/cms's releases.

5.6.5.1

  • Fixed an error that could occur when saving elements with nested elements on multi-site installs. (#16609)

5.6.5

  • Fixed a bug where transformed images could be slightly smaller than they should be when using the fit transform mode. (#16622)
  • Fixed a bug where tests weren’t outputting exceptions thrown during Craft installation. (#16624)
  • Fixed a bug where section-specific GraphQL queries (<sectionHandle>Entries) weren’t available if a Matrix or CKEditor field existed with the same handle as the section.
  • Fixed an error that could occur after reordering routes. (#16610)
  • Fixed an error that occurred when a non-admin user attempted to copy a field value from another site.
  • Fixed a bug where the migrate/up and migrate/all commands were writing out changes to the project config YAML when there were already pending YAML changes. (#16086)
  • Fixed a bug where fields were getting added to field layout tabs if they were dragged from the library, and dropped back on their library element. (#16619)
  • Fixed a bug where field layout conditions weren’t getting applied after nested elements were added or removed. (#16558)
  • Fixed a bug where element thumbs weren’t loading when an element editor’s content was refreshed after closing Live Preview.
  • Fixed a bug where changes to nested entries weren’t always showing when previewing elements. (#16626)
  • Fixed a PHP error that occurred when an invalid token was passed to the token query string param. (#16630)

5.6.4

  • Fixed an error that occurred when accessing the edit/<elementId> route for a draft that no longer existed.
  • Fixed a bug where Matrix fields set to inline-editable blocks view were showing drafts of nested entries.
  • Fixed a bug where element card attributes weren’t saving for field layouts that didn’t have any tabs. (#16589)
  • Fixed an error that occurred when attempting to move entries to a new section, if they didn’t exist in the primary site. (#16421)
  • Fixed a bug where Link fields weren’t responsive for newly-created nested entries. (#16592)
  • Fixed an error that could occur when executing the utils/prune-orphaned-entries command. (#16598)

5.6.3

  • Fixed a bug where craft\db\QueryBatcher::getSlice() wasn’t using the database connection passed to the class constructor. (#16579)
  • Fixed an error that could occur when eager-loading nested elements’ owners, if any of the queried elements didn’t have an owner ID. (#16570, #16572, #16576)
  • Fixed a bug where collapsed elements within element indexes in structure view weren’t showing their expand/collapse toggles.
  • Fixed a bug where Color fields weren’t getting fully instantiated within slideouts, Live Preview, and after copying the field value from another site. (#16571)
  • Fixed a bug where buttons weren’t getting focus rings.
  • Fixed a bug where light text didn’t meet minimum contrast requirements.
  • Fixed an error that could occur when attempting to edit a recursively-nested entry. (#16566)
  • Fixed a bug where custom options set to Checkboxes and Radio Buttons fields weren’t showing up in field previews. (#16575)

5.6.2

  • The Login page now displays the Login Page Logo above the login form, rather than within the header. (#16564)
  • The field layout element library HUD is no longer closed automatically when an element is selected. (#16521)
  • The “Settings” global nav item now has an alternate icon when allowAdminChanges is disabled, indicating that settings are read-only. (#16563)
  • Added craft\web\User::getDefaultReturnUrl().
  • Fixed a bug where Entries fields’ entry select modals could show expand/collapse toggles for Structure sections, for elements that didn’t have any selectable descendants. (#16506)
  • Fixed a bug where changes to custom fields within nested Matrix entries weren’t getting merged into existing drafts for the same owner element. (#16519)
  • Fixed a bug where native fields (e.g. Title) were showing changed statuses when viewing revisions, if they had been updated since the time the revision was created.
  • Fixed a bug where eager-loading element queries could create an excessive amount of cache invalidation tags.
  • Fixed a bug where it was possible to enable elements for new sites with validation errors. (#16505)
  • Fixed a bug where ʻokina characters weren’t being removed in auto-generated slugs. (#16548)
  • Added a cp.login.alternative-login-methods hook to the system login template.
  • Fixed a bug where Color fields’ custom color inputs were including presets based on the color palette.
  • Fixed a bug where nested Matrix entries weren’t getting assigned a post date if they were created while saving the owner element with a custom validation scenario. (#16504)
  • Fixed a bug where plugin settings pages weren’t displaying a read-only notice and had Save buttons, when allowAdminChanges was false. (#16509)
  • Fixed a bug where eager-loading elements on nested entries resulted in a large number of database queries.

... (truncated)

Changelog

Sourced from craftcms/cms's changelog.

5.6.5.1 - 2025-02-04

  • Fixed an error that could occur when saving elements with nested elements on multi-site installs. (#16609)

5.6.5 - 2025-02-04

  • Fixed a bug where transformed images could be slightly smaller than they should be when using the fit transform mode. (#16622)
  • Fixed a bug where tests weren’t outputting exceptions thrown during Craft installation. (#16624)
  • Fixed a bug where section-specific GraphQL queries (<sectionHandle>Entries) weren’t available if a Matrix or CKEditor field existed with the same handle as the section.
  • Fixed an error that could occur after reordering routes. (#16610)
  • Fixed an error that occurred when a non-admin user attempted to copy a field value from another site.
  • Fixed a bug where the migrate/up and migrate/all commands were writing out changes to the project config YAML when there were already pending YAML changes. (#16086)
  • Fixed a bug where fields were getting added to field layout tabs if they were dragged from the library, and dropped back on their library element. (#16619)
  • Fixed a bug where field layout conditions weren’t getting applied after nested elements were added or removed. (#16558)
  • Fixed a bug where element thumbs weren’t loading when an element editor’s content was refreshed after closing Live Preview.
  • Fixed a bug where changes to nested entries weren’t always showing when previewing elements. (#16626)
  • Fixed a PHP error that occurred when an invalid token was passed to the token query string param. (#16630)

5.6.4 - 2025-01-30

  • Fixed an error that occurred when accessing the edit/<elementId> route for a draft that no longer existed.
  • Fixed a bug where Matrix fields set to inline-editable blocks view were showing drafts of nested entries.
  • Fixed a bug where element card attributes weren’t saving for field layouts that didn’t have any tabs. (#16589)
  • Fixed an error that occurred when attempting to move entries to a new section, if they didn’t exist in the primary site. (#16421)
  • Fixed a bug where Link fields weren’t responsive for newly-created nested entries. (#16592)
  • Fixed an error that could occur when executing the utils/prune-orphaned-entries command. (#16598)

5.6.3 - 2025-01-29

  • Fixed a bug where craft\db\QueryBatcher::getSlice() wasn’t using the database connection passed to the class constructor. (#16579)
  • Fixed an error that could occur when eager-loading nested elements’ owners, if any of the queried elements didn’t have an owner ID. (#16570, #16572, #16576)
  • Fixed a bug where collapsed elements within element indexes in structure view weren’t showing their expand/collapse toggles.
  • Fixed a bug where Color fields weren’t getting fully instantiated within slideouts, Live Preview, and after copying the field value from another site. (#16571)
  • Fixed a bug where buttons weren’t getting focus rings.
  • Fixed a bug where light text didn’t meet minimum contrast requirements.
  • Fixed an error that could occur when attempting to edit a recursively-nested entry. (#16566)
  • Fixed a bug where custom options set to Checkboxes and Radio Buttons fields weren’t showing up in field previews. (#16575)

5.6.2 - 2025-01-28

  • The Login page now displays the Login Page Logo above the login form, rather than within the header. (#16564)
  • The field layout element library HUD is no longer closed automatically when an element is selected. (#16521)
  • The “Settings” global nav item now has an alternate icon when allowAdminChanges is disabled, indicating that settings are read-only. (#16563)
  • Added craft\web\User::getDefaultReturnUrl().
  • Fixed a bug where Entries fields’ entry select modals could show expand/collapse toggles for Structure sections, for elements that didn’t have any selectable descendants. (#16506)
  • Fixed a bug where changes to custom fields within nested Matrix entries weren’t getting merged into existing drafts for the same owner element. (#16519)
  • Fixed a bug where native fields (e.g. Title) were showing changed statuses when viewing revisions, if they had been updated since the time the revision was created.
  • Fixed a bug where eager-loading element queries could create an excessive amount of cache invalidation tags.
  • Fixed a bug where it was possible to enable elements for new sites with validation errors. (#16505)
  • Fixed a bug where ʻokina characters weren’t being removed in auto-generated slugs. (#16548)

... (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 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)

Bumps [craftcms/cms](https://github.com/craftcms/cms) from 5.0.0-beta.10 to 5.6.5.1.
- [Release notes](https://github.com/craftcms/cms/releases)
- [Changelog](https://github.com/craftcms/cms/blob/5.x/CHANGELOG.md)
- [Commits](craftcms/cms@5.0.0-beta.10...5.6.5.1)

---
updated-dependencies:
- dependency-name: craftcms/cms
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

dependabot bot commented on behalf of github Feb 12, 2025

Superseded by #61.

@dependabot dependabot bot closed this Feb 12, 2025
@dependabot dependabot bot deleted the dependabot/composer/craftcms/cms-5.6.5.1 branch February 12, 2025 04:44
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