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

build(deps): bump craftcms/cms from 5.5.6.1 to 5.6.6 in /src #148

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps craftcms/cms from 5.5.6.1 to 5.6.6.

Release notes

Sourced from craftcms/cms's releases.

5.6.6

  • Fixed a bug where multi-site elements’ search indexes could be updated twice.
  • Fixed a bug where some nested Matrix entries weren’t getting propagated to newly-added sites of their owners, if any blocks had been modified. (#16640)
  • Fixed an error that could occur when deleting a draft.
  • Fixed an error that could occur when saving a Structure section entry, if it had an Assets field with a dynamic subpath that referenced level. (#16661)
  • Fixed a bug where “Fit” image transforms were showing the “Default Focal Point” setting. (#16665)
  • Fixed a bug where the “Image Position” setting wasn’t saving for “Letterbox” image transforms. (#16648)
  • Fixed a bug where the up command, the app/migrate action, and the Project Config utility weren’t aware of pending project config changes if a database backup was restored but caches weren’t cleared. (#16668)
  • Fixed a bug where condition rules weren’t always getting created with their condition set. (#16676)
  • Fixed an error that occurred when opening the filter HUD within the element selection modal for a relational field, if the user didn’t have permission to view the selected source outside of the field. (#16678)
  • Fixed a bug where Number fields weren’t getting sorted properly in PostgreSQL. (#15828)
  • Fixed a bug where Matrix fields’ “Default View Mode” settings included a “Display in a structured table” option. (#16631)
  • Fixed a bug where user addresses weren’t getting restored when soft-deleted users were restored. (#16636)
  • Fixed a bug where pressing the “New entry” button multiple times quickly would create multiple nested entries, circumventing the “Max Entries” settings. (#16642)
  • Fixed a bug where Link fields without values were always getting marked as dirty when making another change to the element. (#16649)
  • Fixed an error that could occur when programmatically duplicating a nested element for a new site. (#16659)
  • Fixed a bug where Link fields’ “URL Suffix” and “Target” advanced fields were getting enabled even if they had been disabled in Craft 5.5. (#16663)
  • Fixed an error that occurred when executing the users/remove-2fa command.
  • Fixed a potential phishing attack vector.
  • Fixed styling issues. (#16683, #16684)

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)

... (truncated)

Changelog

Sourced from craftcms/cms's changelog.

5.6.6 - 2025-02-11

  • Fixed a bug where multi-site elements’ search indexes could be updated twice.
  • Fixed a bug where some nested Matrix entries weren’t getting propagated to newly-added sites of their owners, if any blocks had been modified. (#16640)
  • Fixed an error that could occur when deleting a draft.
  • Fixed an error that could occur when saving a Structure section entry, if it had an Assets field with a dynamic subpath that referenced level. (#16661)
  • Fixed a bug where “Fit” image transforms were showing the “Default Focal Point” setting. (#16665)
  • Fixed a bug where the “Image Position” setting wasn’t saving for “Letterbox” image transforms. (#16648)
  • Fixed a bug where the up command, the app/migrate action, and the Project Config utility weren’t aware of pending project config changes if a database backup was restored but caches weren’t cleared. (#16668)
  • Fixed a bug where condition rules weren’t always getting created with their condition set. (#16676)
  • Fixed an error that occurred when opening the filter HUD within the element selection modal for a relational field, if the user didn’t have permission to view the selected source outside of the field. (#16678)
  • Fixed a bug where Number fields weren’t getting sorted properly in PostgreSQL. (#15828)
  • Fixed a bug where Matrix fields’ “Default View Mode” settings included a “Display in a structured table” option. (#16631)
  • Fixed a bug where user addresses weren’t getting restored when soft-deleted users were restored. (#16636)
  • Fixed a bug where pressing the “New entry” button multiple times quickly would create multiple nested entries, circumventing the “Max Entries” settings. (#16642)
  • Fixed a bug where Link fields without values were always getting marked as dirty when making another change to the element. (#16649)
  • Fixed an error that could occur when programmatically duplicating a nested element for a new site. (#16659)
  • Fixed a bug where Link fields’ “URL Suffix” and “Target” advanced fields were getting enabled even if they had been disabled in Craft 5.5. (#16663)
  • Fixed an error that occurred when executing the users/remove-2fa command.
  • Fixed a potential phishing attack vector.
  • Fixed styling issues. (#16683, #16684)

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

... (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.5.6.1 to 5.6.6.
- [Release notes](https://github.com/craftcms/cms/releases)
- [Changelog](https://github.com/craftcms/cms/blob/5.x/CHANGELOG.md)
- [Commits](craftcms/cms@5.5.6.1...5.6.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 17, 2025
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants