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 5.0.0-beta.10 to 5.6.2 #56

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 29, 2025

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

Release notes

Sourced from craftcms/cms's releases.

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.
  • Fixed a bug where field action menus were showing on fields that didn’t have a label or visible field handle. (#16510)
  • Fixed a styling issue. (#16515)
  • Fixed a bug where the login modal could be displayed too short for its contents.
  • Fixed a bug where SSO logins would redirect to the front end by default.
  • Fixed a bug where SSO users were able to “reset” their passwords.
  • Fixed JavaScript error that occurred if there was problem sending a password-reset email.
  • Fixed an error that could occur when working with an entry whose type is no longer allowed by its section/field. (#16539)
  • Fixed a bug where tooltips were displaying behind slideouts. (#16529)
  • Fixed a bug where field translation indicators and action menu buttons could be autofocussed when creating a new entry within a Matrix field, or opening an element editor slideout. (#16528)
  • Fixed a bug where field values copied from another site weren’t always saving. (#16537)
  • Fixed errors that could occur on Ajax requests when deleting an inline-editable Matrix block. (#16540)
  • Fixed compatibility with the Google Authenticator app for TOTP-based authentication. (#16466, #16552)
  • Fixed a bug where the Updates utility wasn’t showing the “Update all” button if multiple updates were available. (#16565)
  • Fixed a bug where craft\services\Sso::findUser() wasn't accounting for soft-deleted users. (#16491)
  • Fixed a bug where Color fields weren’t getting fully instantiated when present on a newly-created nested entry within a Matrix field. (#16554)
  • Fixed a bug where content footers could bleed out of their containers on smaller screens. (#16557)
  • Fixed a bug where email settings weren’t validating if any System Email Address or Reply-To Address site override settings were set to environment variables. (#16559)
  • Fixed a bug where tooltips could be closed immediately. (#16530)

5.6.1

  • Fixed a bug where all multi-byte characters were getting stripped out of search indexes. (#16457)
  • Fixed a bug where Color fields weren’t translating color palette labels.
  • Fixed a bug where craft\elements\Asset::getSrcset() (and srcset method arguments) weren’t producing the correct transform URLs if the asset already had a named transform applied to it. (#16486)
  • Fixed a bug where the Login Page Logo general setting had inaccurate instructions. (#16482)
  • Fixed a bug where element indexes’ View menus could have a horizontal scrollbar. (#16473)
  • Fixed a bug where info icons weren’t shown within slideouts.
  • Fixed a bug where the utils/delete-empty-volume-folders command was deleting folders that had no assets directly, but had subfolders. (#16388)

5.6.0.2

  • Fixed an error that occurred when creating a new Structure section. (#16476)

5.6.0.1

  • Fixed an error that occurred when referencing a single section entry by its handle. (#16474)

... (truncated)

Changelog

Sourced from craftcms/cms's changelog.

5.6.2 - 2024-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)
  • 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.
  • Fixed a bug where field action menus were showing on fields that didn’t have a label or visible field handle. (#16510)
  • Fixed a styling issue. (#16515)
  • Fixed a bug where the login modal could be displayed too short for its contents.
  • Fixed a bug where SSO logins would redirect to the front end by default.
  • Fixed a bug where SSO users were able to “reset” their passwords.
  • Fixed JavaScript error that occurred if there was problem sending a password-reset email.
  • Fixed an error that could occur when working with an entry whose type is no longer allowed by its section/field. (#16539)
  • Fixed a bug where tooltips were displaying behind slideouts. (#16529)
  • Fixed a bug where field translation indicators and action menu buttons could be autofocussed when creating a new entry within a Matrix field, or opening an element editor slideout. (#16528)
  • Fixed a bug where field values copied from another site weren’t always saving. (#16537)
  • Fixed errors that could occur on Ajax requests when deleting an inline-editable Matrix block. (#16540)
  • Fixed compatibility with the Google Authenticator app for TOTP-based authentication. (#16466, #16552)
  • Fixed a bug where the Updates utility wasn’t showing the “Update all” button if multiple updates were available. (#16565)
  • Fixed a bug where craft\services\Sso::findUser() wasn't accounting for soft-deleted users. (#16491)
  • Fixed a bug where Color fields weren’t getting fully instantiated when present on a newly-created nested entry within a Matrix field. (#16554)
  • Fixed a bug where content footers could bleed out of their containers on smaller screens. (#16557)
  • Fixed a bug where email settings weren’t validating if any System Email Address or Reply-To Address site override settings were set to environment variables. (#16559)
  • Fixed a bug where tooltips could be closed immediately. (#16530)

5.6.1 - 2025-01-22

  • Fixed a bug where all multi-byte characters were getting stripped out of search indexes. (#16457)
  • Fixed a bug where Color fields weren’t translating color palette labels.
  • Fixed a bug where craft\elements\Asset::getSrcset() (and srcset method arguments) weren’t producing the correct transform URLs if the asset already had a named transform applied to it. (#16486)
  • Fixed a bug where the Login Page Logo general setting had inaccurate instructions. (#16482)
  • Fixed a bug where element indexes’ View menus could have a horizontal scrollbar. (#16473)
  • Fixed a bug where info icons weren’t shown within slideouts.
  • Fixed a bug where the utils/delete-empty-volume-folders command was deleting folders that had no assets directly, but had subfolders. (#16388)

5.6.0.2 - 2025-01-21

  • Fixed an error that occurred when creating a new Structure section. (#16476)

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

---
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 Jan 29, 2025
Copy link
Author

dependabot bot commented on behalf of github Jan 30, 2025

Superseded by #57.

@dependabot dependabot bot closed this Jan 30, 2025
@dependabot dependabot bot deleted the dependabot/composer/craftcms/cms-5.6.2 branch January 30, 2025 05:11
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