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.5.3 to 5.5.5 #3856

Open
wants to merge 1 commit into
base: 5.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps craftcms/cms from 5.5.3 to 5.5.5.

Release notes

Sourced from craftcms/cms's releases.

5.5.5

  • Fixed a bug where asset, category, and entry sources defined by the EVENT_REGISTER_SOURCES event didn’t have any custom fields available to them, unless the EVENT_REGISTER_FIELD_LAYOUTS event was also used to define the available field layouts for the event-defined source. (#16256)
  • Fixed a bug where Link fields were getting string types in CustomFieldBehavior rather than craft\fields\data\LinkData.
  • Fixed a JavaScript error that could occur when creating new nested elements. (#16262)

5.5.4

  • Reduced the likelihood of a deadlock error occurring when updating search indexes. (#15221)
  • The PHP Info utility is no longer shown in environments where the phpinfo() function is disabled. (#16229)
  • “View” buttons within element indexes are now disabled when the selected view mode has no applicable settings. (#16242)
  • Fixed an error that could occur when duplicating an element with an Assets field that had a dynamic subpath. (#16214)
  • Fixed a bug where renaming asset folders could move them to the webroot on Windows. (#16215)
  • Fixed a bug where utilities’ isSelectable() methods weren’t being respected.
  • Fixed an exception that could be thrown when displaying entry indexes, if any EVENT_INIT or EVENT_DEFINE_BEHAVIORS entry event handlers were calling getType() on the entry. (#16254)
  • Fixed a bug where element slideouts had Save buttons even if the user didn’t have permission to save the element. (#16205)
  • Fixed a bug where pagination wasn’t working properly on the Entry Types index page when searching. (#16204)
  • Fixed an error that could occur when saving an element with an invalid Link field value. (#16212)
  • Fixed a bug where sortable checkbox selects were displaying menu buttons even when only one option was selected. (#16213)
  • Fixed a bug where it wasn’t possible to sort embedded element indexes by custom fields.
  • Fixed a bug where changes to nested elements weren’t getting saved to a draft of the parent, if the element editor was triggered via the “Edit” action menu item. (#16251)
  • Fixed a bug where all elements would get soft-deleted when deleting a section on PostgreSQL. (#16230)
  • Fixed a bug where entry cards could contain two entry type icons if the “Entry Type” attribute was included in the card view designer. (#16234)
  • Fixed a bug where address error summaries weren’t linking to Latitude/Longitude fields properly. (#16244)
  • Fixed a styling issue.
Changelog

Sourced from craftcms/cms's changelog.

5.5.5 - 2024-12-03

  • Fixed a bug where asset, category, and entry sources defined by the EVENT_REGISTER_SOURCES event didn’t have any custom fields available to them, unless the EVENT_REGISTER_FIELD_LAYOUTS event was also used to define the available field layouts for the event-defined source. (#16256)
  • Fixed a bug where Link fields were getting string types in CustomFieldBehavior rather than craft\fields\data\LinkData.
  • Fixed a JavaScript error that could occur when creating new nested elements. (#16262)

5.5.4 - 2024-12-02

  • Reduced the likelihood of a deadlock error occurring when updating search indexes. (#15221)
  • The PHP Info utility is no longer shown in environments where the phpinfo() function is disabled. (#16229)
  • “View” buttons within element indexes are now disabled when the selected view mode has no applicable settings. (#16242)
  • Fixed an error that could occur when duplicating an element with an Assets field that had a dynamic subpath. (#16214)
  • Fixed a bug where renaming asset folders could move them to the webroot on Windows. (#16215)
  • Fixed a bug where utilities’ isSelectable() methods weren’t being respected.
  • Fixed an exception that could be thrown when displaying entry indexes, if any EVENT_INIT or EVENT_DEFINE_BEHAVIORS entry event handlers were calling getType() on the entry. (#16254)
  • Fixed a bug where element slideouts had Save buttons even if the user didn’t have permission to save the element. (#16205)
  • Fixed a bug where pagination wasn’t working properly on the Entry Types index page when searching. (#16204)
  • Fixed an error that could occur when saving an element with an invalid Link field value. (#16212)
  • Fixed a bug where sortable checkbox selects were displaying menu buttons even when only one option was selected. (#16213)
  • Fixed a bug where it wasn’t possible to sort embedded element indexes by custom fields.
  • Fixed a bug where changes to nested elements weren’t getting saved to a draft of the parent, if the element editor was triggered via the “Edit” action menu item. (#16251)
  • Fixed a bug where all elements would get soft-deleted when deleting a section on PostgreSQL. (#16230)
  • Fixed a bug where entry cards could contain two entry type icons if the “Entry Type” attribute was included in the card view designer. (#16234)
  • Fixed a bug where address error summaries weren’t linking to Latitude/Longitude fields properly. (#16244)
  • Fixed a styling issue.
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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

---
updated-dependencies:
- dependency-name: craftcms/cms
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 21, 2025 19:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 21, 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