menu_breadcrumb 8.x-1.16

Bug fixes

Attempt to fix version 1.15 tag being also applied to previous commit (the one associated with the version 1.14 tag). See latter comments in #3203179: Missing config schema for exclude_disabled_menu_items.

menu_breadcrumb 8.x-1.9

Bug fixes
New features

If you enable this module and see error messages on every page suggesting the argument list is displaced (and these will be obvious), clear the cache and it will work normally.

Notable changes:

menu_breadcrumb 8.x-1.1

Bug fixes
New features

Last 3 bug fixes & features from dev branch:

  • Issue #2848879 by kevinquillen, rphair: Provide a schema for Menu Breadcrumb settings
  • Issue #2855692 by LeisureLarry, rphair: Translation problem with $this->t('Home')
  • Issue #2865800 by rphair, pawel_r: Menu match by current content language not supported

menu_breadcrumb 8.x-1.0

Identical to 8.x-1.0-rc1 - no bugs reported during release candidacy period (2 weeks) or any behavioural bugs during the last beta version (2 weeks before that).

menu_breadcrumb 8.x-1.0-rc1

Bug fixes

nearly same as beta7 (no problems reported in 2 weeks), just cleaned up based on output of PAReview (injected t())

menu_breadcrumb 8.x-1.0-beta7

Bug fixes

non critical bug, but need to push out ASAP for sake of multilingual sites affected by last beta: https://www.drupal.org/node/2840017

menu_breadcrumb 8.x-1.0-beta3

New features

Added multilingual support (issue 2821734).
New services added to services.yml: clear the cache if you see PHP errors!

menu_breadcrumb 8.x-1.0-beta2

New features

Added support for partial active trail, handling terminal breadcrumb properly when menu active trail is set according to context (e.g., blog entries not attached by taxonomy). Some inline & online documentation cleanup.

NOTE: should do a full cache clear since 2 new services injected (router cache clear doesn't seem to be enough; new installations will work fine, as will reinstallations).

menu_breadcrumb 8.x-1.0-beta1

Bug fixes
New features

Code ported from MBAT sandbox; name changes only.
Fixed outstanding bugs (not recognising external links or home route).
Added Taxonomy Attachment feature, effectively extending active trail by taxonomy membership.
Allowed breadcrumb builder to fail over to others when it can't produce a breadcrumb.
Clarified online documentation in both settings and Help page.
Cleared up Drupal 7-isms in code and documentation.

menu_breadcrumb 6.x-1.4

Bug fixes

Fixes the following issues, and possibly other forgotten things, but it's been in 1.x-dev for long enough ...

menu_breadcrumb 6.x-1.3

Security update

Menu Breadcrumb menu title XSS (cross-site scripting) issue on admin page fix

menu_breadcrumb 6.x-1.1

New features
Insecure

Introduction

By default, Drupal 6 will use the Navigation menu for the breadcrumb. This module allows you to use the menu the current page belongs to for the breadcrumb.

As an added bonus, it also allows you to append the page title to the breadcrumb (either as a clickable url or not) and hide the breadcrumb if it only contains the link to the front page.

Installation and upgrading

See included README.txt for instructions.

menu_breadcrumb 6.x-1.0

Insecure

Initial release of Menu Breadcrumb (Drupal 6 only).

Current features:
- Allows you to use the menu the node belongs to for the breadcrumb on node pages.
- Append the node title to the breadcrumb.
- Optionally have the appended node title be an URL.

Subscribe with RSS Subscribe to Releases for Menu Breadcrumb