=== Schema HowTo Block ===
Contributors: hishaman
Donate link: https://schema.press/
Tags: schema, how to, block, steps, structured data, rich snippets, search, search engine, search engine optimization
Requires at least: 4.0
Tested up to: 5.7.2
Stable tag: 1.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This will add HowTo instructions block and schema.org markup, an extension for the Schema Premium plugin.

== Description ==

Schema HowTo Block is an extension for the Schema Premium plugin, it adds a complete HowTo markup, and presents How-To instructions with a Block for Gutenberg editor.

This extension require [Schema Premium plugin](https://schema.press/downloads/schema-premium/) version 1.1.1 and up to be installed and activated on your site.

== Installation ==

1. Upload the entire `schema-premium-howto-block` folder to the `/wp-content/plugins/` directory.
2. DO NOT change the name of the `schema-premium-howto-block` folder.
3. Activate the plugin through the 'Plugins' menu in WordPress.
4. That is all.

== Frequently Asked Questions ==

= Having issue with the plugin?

Open a [support ticket](https://schema.press/submit-ticket/).

== Changelog ==

= 1.1.2 =
* Fix: Force loading extension after core plugin by naming plugin folder.
* Update: Pumped tested WordPress version to 5.7.2 release.

= 1.1.1 =
* Fix: PHP notice in schema render class when calling foreach.
* Fix: Remove unwanted paragraphs from the steps text.
* Fix: Corrected update notices CSS classes to notice instead of update-nag.
* Enhancement: Load plugin after plugins loaded.
* Update: Pumped tested WordPress version to 5.7.1 release.

= 1.1 =
* Fix: Search deeply to find blocks in internal Gutenberg blocks.
* Fix: Style type none.
* Enhancement: Changed block text-area field to wysiwyg.
* Enhancement: Allow setting bullet color.
* Enhancement: Use latest introduced function in Schema Premium version 1.1.1 release.
* Update: Pumped tested WordPress version to 5.3 release.
* Update: Pumped required Schema Premium to version 1.1.1 release.

= 1.0 =
* Initial Release