From 995bbe4aa789cd0520789e62fc3427fd86797b3f Mon Sep 17 00:00:00 2001 From: Herb Miller Date: Mon, 27 Jul 2020 23:08:00 +0100 Subject: [PATCH] sb-breadcrumbs-block v0.5.0 2020/07/27 --- README.md | 20 +++++++++++++++----- readme.txt | 20 +++++++++++++++----- sb-breadcrumbs-block.php | 2 +- 3 files changed, 31 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d8df2bb..29142dd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # SB Breadcrumbs block ![banner](https://raw.githubusercontent.com/bobbingwide/sb-breadcrumbs-block/master/assets/sb-breadcrumbs-block-banner-772x250.jpg) * Contributors: bobbingwide -* Tags: block, breadcrumbs, link +* Tags: block, breadcrumbs, link, Yoast * Requires at least: 5.4.2 * Tested up to: 5.4.2 -* Stable tag: 0.4.0 +* Stable tag: 0.5.0 * Requires PHP: 7.2.0 * License: GPL-2.0-or-later * License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -12,8 +12,7 @@ Show Breadcrumb links to the current content. ## Description -Use the Breadcrumbs block ( sb/breadcrumbs-block ) to display a links to the current content as a breadcrumb trail. -Works for any hierarchical post type such as pages. +Use the Breadcrumbs block ( sb/breadcrumbs-block ) to display links to the current content as a breadcrumb trail. ## Installation @@ -21,17 +20,28 @@ Works for any hierarchical post type such as pages. 1. Activate the plugin through the 'Plugins' screen in WordPress ## Frequently Asked Questions +# Does it use Yoast SEO breadcrumbs +Yes. If they're Enabled. ## Screenshots 1. breadcrumbs block ## Upgrade Notice +# 0.5.0 +Now internationalized. Supported languages are US English, UK English ( 'en_GB' locale ) and bbboing language ( 'bb_BB' locale ) + # 0.4.0 Use the breadcrumbs block (sb/breadcrumbs-block) from the SB breadcrumbs block plugin when you need to show links to all the current posts' ancestors. - ## Changelog +# 0.5.0 +* Added: Uses Yoast SEO breadcrumbs if enabled, https://github.com/bobbingwide/sb-breadcrumbs-block/issues/2 +* Changed: Internationalised. Localised into UK English and bbboing language, https://github.com/bobbingwide/sb-breadcrumbs-block/issues/1 +* Tested: With WordPress 5.4.2 and WordPress Multi Site +* Tested: With WordPress 5.5-beta3 +* Tested: With PHP 7.3 and PHP 7.4 + # 0.4.0 * Changed: Copied and cobbled from SB Parent block plugin. diff --git a/readme.txt b/readme.txt index ec10d87..338cc6d 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,9 @@ === SB Breadcrumbs block === Contributors: bobbingwide -Tags: block, breadcrumbs, link +Tags: block, breadcrumbs, link, Yoast Requires at least: 5.4.2 Tested up to: 5.4.2 -Stable tag: 0.4.0 +Stable tag: 0.5.0 Requires PHP: 7.2.0 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -11,8 +11,7 @@ License URI: https://www.gnu.org/licenses/gpl-2.0.html Show Breadcrumb links to the current content. == Description == -Use the Breadcrumbs block ( sb/breadcrumbs-block ) to display a links to the current content as a breadcrumb trail. -Works for any hierarchical post type such as pages. +Use the Breadcrumbs block ( sb/breadcrumbs-block ) to display links to the current content as a breadcrumb trail. == Installation == @@ -20,17 +19,28 @@ Works for any hierarchical post type such as pages. 1. Activate the plugin through the 'Plugins' screen in WordPress == Frequently Asked Questions == += Does it use Yoast SEO breadcrumbs = +Yes. If they're Enabled. == Screenshots == 1. breadcrumbs block == Upgrade Notice == += 0.5.0 = +Now internationalized. Supported languages are US English, UK English ( 'en_GB' locale ) and bbboing language ( 'bb_BB' locale ) + = 0.4.0 = Use the breadcrumbs block (sb/breadcrumbs-block) from the SB breadcrumbs block plugin when you need to show links to all the current posts' ancestors. - == Changelog == += 0.5.0 = +* Added: Uses Yoast SEO breadcrumbs if enabled, [github bobbingwide sb-breadcrumbs-block issues 2] +* Changed: Internationalised. Localised into UK English and bbboing language, [github bobbingwide sb-breadcrumbs-block issues 1] +* Tested: With WordPress 5.4.2 and WordPress Multi Site +* Tested: With WordPress 5.5-beta3 +* Tested: With PHP 7.3 and PHP 7.4 + = 0.4.0 = * Changed: Copied and cobbled from SB Parent block plugin. diff --git a/sb-breadcrumbs-block.php b/sb-breadcrumbs-block.php index fa9697c..4302544 100644 --- a/sb-breadcrumbs-block.php +++ b/sb-breadcrumbs-block.php @@ -3,7 +3,7 @@ * Plugin Name: SB Breadcrumbs block * Plugin URI: https://www.oik-plugins.com/oik-plugins/sb-breadcrumbs-block * Description: Show breadcrumbs to the current content as links - * Version: 0.4.0 + * Version: 0.5.0 * Author: bobbingwide * Author URI: https://www.bobbingwide.com/about-bobbing-wide * License: GPL-2.0-or-later