diff --git a/plugin.php b/plugin.php index 082e9a4..350356d 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: SimpleTOC - Table of Contents Block * Plugin URI: https://github.com/mtoensing/simpletoc * Description: Adds a basic "Table of Contents" Gutenberg block. - * Version: 0.8 + * Version: 0.9 * Author: Marc Tönsing, Paul de Wouters * Author URI: marc.tv * Text Domain: simpletoc diff --git a/readme.txt b/readme.txt index 15bcd1b..3196646 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: MarcDK Tags: Gutenberg, TOC, block, Table of Contents, basic, simple Requires at least: 5.0 Tested up to: 5.4 -Stable tag: 1.0 +Stable tag: 0.9 License: GPL2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -11,7 +11,7 @@ Adds a custom "table of contents" Gutenberg block. == Description == -It works by parsing the post content and retrieving the heading blocks and creates a new dynamic block with a list of links to the headings. In Gutenberg, add a Block and search for "SimpleTOC" or just "TOC". You need to safe your post before you can add the block. +In Gutenberg, add a Block and search for "SimpleTOC" or just "TOC". You need to safe your post before you can add the block. It works by parsing the post content and retrieving the heading blocks and creates a new dynamic block with a list of links to the headings. = Features =