Skip to content

Conversation

@dependabot
Copy link

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

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

Release notes

Sourced from craftcms/cms's releases.

5.6.11

  • Added craft\base\conditions\BaseTextConditionRule::isEmpty().
  • Added craft\htmlpurifier\RelAttrLinkTypeDef.
  • The default HTML Purifier config now allows rel attributes to be set to any value. (#16798)
  • Tightened up relation preview styling in element indexes and cards. (#16771)
  • Fixed an error that could occur when generating an image transform URL via a console request. (#16793)
  • Fixed a bug where _includes/forms/button.twig was always adding class="btngroup-btn-first" to the resulting button HTML.
  • Fixed a bug where Assets fields with {slug} in the subpath could create folders named after temporary slugs. (#16799)
  • Fixed a bug where date and time inputs without values were showing clear buttons. (#16804)
  • Fixed an error that could occur when executing “Updating element slugs and URIs” queue jobs. (#16787)
  • Fixed a bug where automatic slug generation wasn’t working after changing entry types. (#16816)
  • Fixed a bug where “Slug” condition rules weren’t considering temporary slugs to be empty. (#16817)
  • Fixed a bug where lazy eager-loading was invoked even if the source element was queried alone.
  • Fixed a bug where element selection condition rules weren’t remembering their element ID value if they were created before Craft 5.6.
  • Fixed an error that could occur when saving a Commerce variant. (#16789)
  • Fixed a bug where two entries could be created simultaneously when creating a new entry via the “New entry” menu on the Entries index page. (#16487)
  • Fixed an error that could occur if a field was removed from a field layout, if another field had been conditional based on it. (#16801)
  • Fixed an error that occurred when attempting to save a nested entry via a slideout, which had been duplicated from another entry and wasn’t yet fully saved. (#16807)
  • Fixed a bug where field values could be lost after switching entry types. (#16797)
  • Fixed a bug where focus wasn’t returned to the action menu trigger after closing a field layout element’s settings slideout. (#16824)
  • Fixed a styling issue. (#16791, #16823)

5.6.10.2

  • The Fields/UI Elements toggle and “New field” button are now always visible within field layout designers’ library HUDs.
  • (Really) fixed a bug where field layout designers’ library HUDs weren’t scrollable. (#16775)
  • Fixed a styling issue. (#16777)

5.6.10.1

  • Fixed a bug where field layout designers’ library HUDs weren’t scrollable.

5.6.10

  • Added craft\base\ElementTrait::$isNewSite.
  • Added craft\queue\jobs\PropagateElements::$isNewSite.
  • Field layout designers’ library HUDs are now limited to 600 pixels high. (#16772)
  • Fixed an error that could occur when saving elements, if any dependencies defined global functions whose names conflicted with Yii’s built-in validator names, such as string().
  • Fixed a bug where ancestors and parent eager-loading wasn’t working on some environments. (#16381, #16382, #16341)
  • Fixed a bug where asset, category, and tag relations weren’t propagating to newly-created sites for global sets. (#16752)
  • Fixed a bug where database backups weren’t always using the correct charset. (#16753)
  • Fixed styling issues. (#16755, #16756, #16760, #16748, #16770)

5.6.9.1

  • Fixed a bug where newly-created custom fields wouldn’t have their full settings intact for afterSave().

5.6.9

  • Fixed a bug where scrollable panes weren’t automatically scrolling when dragging objects near their edges. (#16738)
  • Fixed a bug where “Applying new propagation method to [Field Name] entries” jobs weren’t getting queued when deploying changes to Matrix fields’ Propagation Method settings. (#16740)
  • Fixed a bug where field layout designers’ library HUDs could open above the “Add” button, hiding the tab contents. (#16747)

5.6.8

  • Added craft\base\Element::ancestors().

... (truncated)

Changelog

Sourced from craftcms/cms's changelog.

5.6.11 - 2025-03-04

  • Added craft\base\conditions\BaseTextConditionRule::isEmpty().
  • Added craft\htmlpurifier\RelAttrLinkTypeDef.
  • The default HTML Purifier config now allows rel attributes to be set to any value. (#16798)
  • Tightened up relation preview styling in element indexes and cards. (#16771)
  • Fixed an error that could occur when generating an image transform URL via a console request. (#16793)
  • Fixed a bug where _includes/forms/button.twig was always adding class="btngroup-btn-first" to the resulting button HTML.
  • Fixed a bug where Assets fields with {slug} in the subpath could create folders named after temporary slugs. (#16799)
  • Fixed a bug where date and time inputs without values were showing clear buttons. (#16804)
  • Fixed an error that could occur when executing “Updating element slugs and URIs” queue jobs. (#16787)
  • Fixed a bug where automatic slug generation wasn’t working after changing entry types. (#16816)
  • Fixed a bug where “Slug” condition rules weren’t considering temporary slugs to be empty. (#16817)
  • Fixed a bug where lazy eager-loading was invoked even if the source element was queried alone.
  • Fixed a bug where element selection condition rules weren’t remembering their element ID value if they were created before Craft 5.6.
  • Fixed an error that could occur when saving a Commerce variant. (#16789)
  • Fixed a bug where two entries could be created simultaneously when creating a new entry via the “New entry” menu on the Entries index page. (#16487)
  • Fixed an error that could occur if a field was removed from a field layout, if another field had been conditional based on it. (#16801)
  • Fixed an error that occurred when attempting to save a nested entry via a slideout, which had been duplicated from another entry and wasn’t yet fully saved. (#16807)
  • Fixed a bug where field values could be lost after switching entry types. (#16797)
  • Fixed a bug where focus wasn’t returned to the action menu trigger after closing a field layout element’s settings slideout. (#16824)
  • Fixed styling issues. (#16791, #16823)

5.6.10.2 - 2025-02-26

  • The Fields/UI Elements toggle and “New field” button are now always visible within field layout designers’ library HUDs.
  • (Really) fixed a bug where field layout designers’ library HUDs weren’t scrollable. (#16775)
  • Fixed a styling issue. (#16777)

5.6.10.1 - 2025-02-25

  • Fixed a bug where field layout designers’ library HUDs weren’t scrollable.

5.6.10 - 2025-02-25

  • Added craft\base\ElementTrait::$isNewSite.
  • Added craft\queue\jobs\PropagateElements::$isNewSite.
  • Field layout designers’ library HUDs are now limited to 600 pixels high. (#16772)
  • Fixed an error that could occur when saving elements, if any dependencies defined global functions whose names conflicted with Yii’s built-in validator names, such as string().
  • Fixed a bug where ancestors and parent eager-loading wasn’t working on some environments. (#16381, #16382, #16341)
  • Fixed a bug where asset, category, and tag relations weren’t propagating to newly-created sites for global sets. (#16752)
  • Fixed a bug where database backups weren’t always using the correct charset. (#16753)
  • Fixed styling issues. (#16755, #16756, #16760, #16748, #16770)

5.6.9.1 - 2025-02-20

  • Fixed a bug where newly-created custom fields wouldn’t have their full settings intact for afterSave().

5.6.9 - 2025-02-20

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

---
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 dependencies Pull requests that update a dependency file php Pull requests that update php code labels Mar 5, 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