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

Update drupal/easy_breadcrumb requirement from 2.0.6 to 2.0.7 #3509

Merged
merged 3 commits into from
Jun 28, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2024

Updates the requirements on drupal/easy_breadcrumb to permit the latest version.

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)

Updates the requirements on drupal/easy_breadcrumb to permit the latest version.

---
updated-dependencies:
- dependency-name: drupal/easy_breadcrumb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 27, 2024
@dependabot dependabot bot requested a review from a team as a code owner June 27, 2024 23:21
@dependabot dependabot bot added the php Pull requests that update Php code label Jun 27, 2024
@bberndt-uaz
Copy link
Contributor

https://www.drupal.org/project/easy_breadcrumb/releases/2.0.7

Release notes

New Features:

  • Issue #3309109 by ericgsmith: Add option to set a minimum segment length required to render breadcrumbs
  • Issue #3392845 by DYdave, admirlju: Regex: Allow tag to be replaced in segment text
  • Issue #3412367 by Alex Bukach: Allow internal URLs in the custom paths

Fixes:

  • Issue #3450321: Eliminate post-installation status message or at least improve it
  • Issue #3340203: Missing field 'item' (in 'itemListElement')
  • Issue #3426330: Catch exception on lookup of matching redirects when creating a breadcrumb
  • Issue #3196198: "Paths to be excluded while generating segments" option says regex is supported, but it is not"
  • Issue #3415146 UnexpectedValueException (no corresponding route in Drupal\Core\Url->getRouteName()) after updating v2.0.3 to v2.0.4
  • Issue #3402186 Redering outside of a render context
  • Issue #3421745 by i.mcbride: Home page segment not rendered as a link
  • Issue #3181320 by tim-diels: Uninitialized string offset
  • Issue #3419237 by gilmar.lima: Nodes with redirections without base path breaks breadcrumb construction

@joeparsons joeparsons added Drupal Waiting on a fix from the Drupal community 2.11.x only labels Jun 27, 2024
@joeparsons
Copy link
Member

joeparsons commented Jun 28, 2024

  • We'll probably want to re-export our easy breadcrumb settings and include the updated version in this PR branch.

Copy link
Contributor

@bberndt-uaz bberndt-uaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did some quick review in Probo and in a test multidev of a departmental site: I didn't notice any issues with the breadcrumbs.

@joeparsons joeparsons merged commit 4d5e047 into main Jun 28, 2024
12 of 15 checks passed
@joeparsons joeparsons deleted the dependabot/composer/drupal/easy_breadcrumb-2.0.7 branch June 28, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.11.x only dependencies Pull requests that update a dependency file Drupal Waiting on a fix from the Drupal community php Pull requests that update Php code
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants