Skip to content

Commit

Permalink
sb-breadcrumbs-block v0.5.0 2020/07/27
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jul 27, 2020
1 parent 421ec0a commit 995bbe4
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 11 deletions.
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,47 @@
# 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

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

1. Upload the plugin files to the `/wp-content/plugins/sb-breadcrumbs-block` directory, or install the plugin through the WordPress plugins screen directly.
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.

Expand Down
20 changes: 15 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,46 @@
=== 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

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 ==

1. Upload the plugin files to the `/wp-content/plugins/sb-breadcrumbs-block` directory, or install the plugin through the WordPress plugins screen directly.
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.

Expand Down
2 changes: 1 addition & 1 deletion sb-breadcrumbs-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 995bbe4

Please sign in to comment.