Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Special identifiers are now provided through a separate module, custom_breadcrumbs_identifiers, which will automatically be enabled via update.php. If you do not want to use special identifiers you can disable this module. See the Readme.txt file for additional details.
Changes since beta2:
Bugfixes:
#734758 by andyceo and MGN: Fix typos on module pages and README.txt file. Improve documentation.
#721708 by dereine and MGN: Use display_plugin name to identify allowed displays for custom breadcrumbs.
#714450 by marrch_caat and MGN: Use drupal_clone to prevent node data from being corrupted by PHP snippet evaluation.
#723704 by MGN: Fix assignment of template breadcrumb variable.
#701902 by MGN: Do not attempt to validate form if php is used in titles and paths.
#691512 by MGN and greg.harvey: Decode HTML entities in title.
#627792 by MGN: Move hook_init code into hook_preprocess.