easy_breadcrumb 2.0.5

Bug fixes

Drupal 10 compatibility patch release

Contributors (2)

mounir_abid, NickDickinsonWilde

Changelog

Issues: 2 issues resolved.

Changes since 2.0.4:

easy_breadcrumb 2.0.2

Bug fixes

Small Bugfix Release

Contributors (1)

Greg Boggs

Changelog

Issues: 2 issues resolved.

Changes since 2.0.1:

easy_breadcrumb 2.0.1

Bug fixes

Small bug fix for one issue. Check the release notes for 2.0.0 if you need the full list of fixes for 2.0

Issue #3223467: Breadcrumb item strings truncated to zero after 2.0.0 upgrade

easy_breadcrumb 2.0.0

Bug fixes

Sorry about the major version number increment. This was needed because it's the only way to switch to semantic versioning on Drupal.org.

To update to this release you must type type composer require drupal/easy_breadcrumb rather than composer update drupal/easy_breadcrumb.

easy_breadcrumb 8.x-1.15

Bug fixes

Bug Fix

Contributors (1)

John.nie

Changelog

Issues: 1 issues resolved.

Changes since 8.x-1.14:

Bug

  • #3202162 by John.nie: Can't update DB after updating Easy Breadcrumb - ($string ("100") must be a string)

easy_breadcrumb 8.x-1.14

Bug fixes
New features

Bug fixes and new features

This release brings a few new features like being able to trim long breadcrumbs, base breadcrumbs on a field, and improved replacement support. Huge kudos to all 31 contributors who made this release possible.

easy_breadcrumb 8.x-1.12

Bug fixes
Insecure

Remove the dependency on help module.
Add a cache clear update hook.

easy_breadcrumb 8.x-1.10

Bug fixes
New features
Insecure

Contributors (41)

hmartens, Greg Boggs, andy_w, thalles, useernamee, baikho, loopduplicate, nkoporec, weseze, echo15, diamondsea, imre.horjan, thamas, tatarbj, hgupta28, matsbla, brooke_heaton, karptastic, cameronprince, nabiyllin, andypost, krina.addweb, Annabella, dozer55, jkoconnell, RenatoG, idebr, permanaj, alexdmccabe, vasil.kletsko, chOP, dpacassi, davidbp, ytsurk, Aanal.addweb, alanburke, Jelle_S, mahtab_alam, msupko, daggerhart, Maouna

Changelog

Issues: 27 issues resolved.

easy_breadcrumb 8.x-1.7

Bug fixes
New features
Insecure

Better customization for crumbs, better help files and read me, and a large number of bug fixes.

Special Thanks to RenatoG https://www.drupal.org/u/renatog, and Hook 42: https://www.drupal.org/hook-42 for supporting this release of Easy Breadcrumb.

Changes since 8.x-1.6:

easy_breadcrumb 7.x-2.14

Bug fixes
New features
Insecure

The 2.14 release fixes reported issues and delivers new functionality too, here are the details:

easy_breadcrumb 8.x-1.6

New features
Insecure

Easy Breadcrumb 1.6 new features include:

  • Clears the cache when a crumb is changed.
  • Supports pulling titles from menu links.
  • Improves breadcrumbs for views and panels.
  • Improves the translation support.

Full changes since 8.x-1.5:

easy_breadcrumb 8.x-1.5

Bug fixes
Insecure

Changes since 8.x-1.4:

  • #2810911 by rachel_norfolk: Notice: Undefined offset: 0 in Drupal\easy_breadcrumb\EasyBreadcrumbBuilder->build() after upgrade to 8.x-1.4

easy_breadcrumb 8.x-1.4

Bug fixes
Insecure

Fix to the latest release to account for missing home breadcrumbs when removing language path.

Changes since 8.x-1.3:

easy_breadcrumb 8.x-1.3

New features
Insecure

This release improves the support for translated websites.

Changes since 8.x-1.2:

easy_breadcrumb 8.x-1.2

Bug fixes
Insecure

Small, but important bug fixes.

Changes since 8.x-1.1:

easy_breadcrumb 8.x-1.1

Bug fixes
Insecure

This is a bug fix release. If you use the exclude functionality, or the book module, you should update to this release.

Changes since 8.x-1.0:

  • #2760803 by ashhishhh: Traps in infinite loop
  • Bump up the priority to be 1 higher than book module so breadcrumbs do not break on books
  • Fix composer.json
  • #2746497 by ashhishhh: Unnecessary @file doc block in module code

easy_breadcrumb 8.x-1.0

New features
Insecure

This is the initial release of the Drupal 8 port. This release contains the major features of the Drupal 7 Easy Breadcrumb except the PHP capitalization which can be added if there is enough community interest in the feature.

easy_breadcrumb 8.x-1.x-dev

New features

This is the initial port of the Easy Breadcrumb module from Drupal 7 to Drupal 8. The plugin has been refactored significantly to work with the new Drupal 8 breadcrumb builder. Drupal 8 core breadcrumbs are similar in spirit, but core breadcrumbs fail to include the current page as an unlink crumb. So, Easy Breadcrumb adds a configuration screen of options to the breadcrumbs.

easy_breadcrumb 7.x-2.12

Bug fixes
Insecure

Corrected issue related to "...now prints out plain texts instaed of links". See https://www.drupal.org/node/2291127

easy_breadcrumb 7.x-2.10

Security update
Bug fixes
Insecure

Bug fixes:

  1. Obtaining Segment title issues with views arguments: https://drupal.org/node/2204373
  2. Homepage URL incorrect: https://drupal.org/node/2232219
  3. Any breadcrumb segment is considered valid if it has a valid ancestor: https://drupal.org/node/2270165
  4. Security update: related to a XSS vulnerability particularly in IE7.

easy_breadcrumb 7.x-2.8

Bug fixes
Insecure

Several bug fixes, performance improvements and code organization in favour of cohesivity. Also added some documentation.

Thanks everybody for their great feedbacks!

Corrected bugs:

easy_breadcrumb 7.x-2.7

Bug fixes
Insecure

Issue #2034887 by DNZ: 'Home / front page link mangled'

easy_breadcrumb 7.x-2.6

Bug fixes
Insecure

Issue #2034887 by DNZ: 'Home / front page link mangled' in previous release 7.x-2.5

easy_breadcrumb 7.x-2.5

Bug fixes
Insecure

Moved code related to theming to the proper hook 'theme'.

easy_breadcrumb 7.x-2.4

Bug fixes
Insecure

Issue #2034167 (Special characters are not allowed in breacrumb) by daniel.matcau.
Simplified a bit the generated HTML by removing the superfluos "span" element wrapping each segment in the breadcrumb.

easy_breadcrumb 7.x-2.1

Bug fixes
Insecure

Used module 'i18n_string' is available for translating the configured text for the front segment; used "t('Home')" instead.

easy_breadcrumb 7.x-2.0

New features
Insecure

Use the node title as the segment text if the segment is a node.

Applied patch provided by user nullstatement on December 6, 2012 at 1:28pm. See http://drupal.org/node/1860384.

easy_breadcrumb 7.x-1.19

New features

Added configurable option for specify the title of the 'Home' segment, defaults to 'Home'.

easy_breadcrumb 7.x-1.16

Bug fixes

Issue #1701638 by stuart.crouch, markisatacomputer: checked URL aliases that doesn't use the menu structure.

Pages

Subscribe with RSS Subscribe to Releases for Easy Breadcrumb