Upgrade from 7.x-2 should go without problems. Make sure to clear the cache after you have installed the module.
There is no configuration is required in 7.x-3, just like 7.x-2.
7.x-3 internally uses new methods to determine, and set, the active path trail for menus and the breadcrumb. This makes the new version to integrate better into Drupal core and with other modules.
There is no configuration is required in 7.x-3, just like 7.x-2.
7.x-3 internally uses new methods to determine, and set, the active path trail for menus and the breadcrumb. This makes the new version to integrate better into Drupal core and with other modules.
No longer using PathBasedBreadcrumbBuilder class for the path-information because it was causing problems for user paths, now using a custom class named "CurrentPath".
See https://www.drupal.org/node/2709227 : Now using the Drupal\system\PathBasedBreadcrumbBuilder instead of the default breadcrumb builder, because not every breadcrumb builder uses path information.