This is a bugfix release. The following has changed since 0.1:
- Display wgTitle instead of wgPage to avoid url encoded titles
- Fix issue where wgJSBreadCrumbsMaxCrumbs + 1 number of bread crumbs were shown instead wgJSBreadCrumbsMaxCrumbs
- Strip empty title and url when it exists
- Change the output of the leading description to look like “Leading description:” instead of “Leading description ” + wgJSBreadCrumbsSeparator, to make it more clear that it isn’t part of the history.
- Change the character used to split and join in cookies to ‘|’ since it is illegal in urls and page titles, and therefore is guaranteed to work, unlike using the user overridable separator
- Make addResources in JSBreadCrumbs.hooks.php public and static to get rid of php warning
- Allow the separator character to be localized
- Add preceding string to the breadcrumbs to describe their purpose on initial page load
For more information, see the extension page.
Related posts: