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.
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.
This release is a major remake of the module. It adds very many new features. The module is now using standard tokens system. Therefore it is recommended to install token module.
If you used any profile tokens You need to redo the e-mail templates. You may also need entity module for [user:status] token.
Added hook to personalise the notification message.
The new hook_flag_notify_message_alter() can be used in a custom module to both block unwanted notifications or personalise the notification message.
At the same time the hook_flag_notify_notification_alter() has been declared as deprecated.
I am going to provide an example custom module that implement the hook in the project documentation page.
This represent a more flexible, although a bit more complicated for the beginner user, alternative to the token solution.