Holy taxonomy jumping Batman! This first feature release of 2020 changes the way taxonomies are handled when passing from function to function. Now, it is possible to change the taxonomy, in addition to the term, used for a post’s hierarchy using the bcn_pick_post_term
filter. Additionally, the bcn_breadcrumb_linked
filter was added to allow manipulation of the breadcrumb’s linked state. On the administration interface front, a new capability was introduced, bcn_manage_options
. Lastly, a bug was fixed in the settings exporter that caused it to generate non-importable settings files when certain HTML entities were present in a setting.
bcn_breadcrumb_linked Filter
In Breadcrumb NavXT 6.4.0, the way URLs and the linked state for individual breadcrumbs changed. This was to facilitate the ability to place the %link% tag in unlinked breadcrumb templates. As part of this bcn_breadcrumb::set_linked()
was introduced. To allow users to control the behavior of this function, the bcn_breadcrumb_linked
filter was added in 6.5.0.
bcn_manage_options Capability
Up until Breadcrumb NavXT 6.5.0, the manage_options
capability was used to gate access to the Breadcrumb NavXT settings page. While this did insure the proper level of authority for modifying settings, it did not allow flexibility to add the ability to mange just the Breadcrumb NavXT settings to a role. Thus, in 6.5.0, the bcn_manage_options
capability was added. By default this capability is added to the administrator role.
-John Havlik
I have prepared Ukrainian translation of the plugin (po file), but I couldn’t find how and where to submit it. Neither was I able to find a better way to contact the author than here.
Here’s the file https://www.dropbox.com/s/a7i93i0zxmdsj46/breadcrumb-navxt-uk.po?dl=0
Alternatively, please contact me and I will supply it in any other way.
Hi Andrew,
Breadcrumb NavXT doesn’t ship .mo or .po translations anymore. For the last several years, Breadcrumb NavXT has used language packs as part of the WordPress.org infrastructure. If you have a WordPress.org account, you can start contributing to language packs via the GlotPress instance on WordPress.org. In the case of the Ukrainian translation for Breadcrumb NavXT, please see https://translate.wordpress.org/locale/uk/default/wp-plugins/breadcrumb-navxt/
-John Havlik
Hell John
Thank you for your assistance, and for the great plugin too, by the way.
I have submitted my translations at translate.wordpress.org. I guess they will have to pass some review before becoming public.