Skip to content

Commit f84fdd7

Browse files
committed
added readme entry
1 parent 60ba489 commit f84fdd7

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simpletoc",
3-
"version": "6.7.0",
3+
"version": "6.7.1",
44
"author": "Marc Tönsing",
55
"description": "SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.",
66
"main": "build/index.js",

plugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: SimpleTOC - Table of Contents Block
55
* Plugin URI: https://marc.tv/simpletoc-wordpress-inhaltsverzeichnis-plugin-gutenberg/
66
* Description: SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.
7-
* Version: 6.7.0
7+
* Version: 6.7.1
88
* Author: Marc Tönsing
99
* Author URI: https://toensing.com
1010
* Text Domain: simpletoc
@@ -640,15 +640,15 @@ function enqueue_accordion_frontend()
640640
'simpletoc-accordion',
641641
plugin_dir_url(__FILE__) . 'assets/accordion.js',
642642
array(),
643-
'6.6.1',
643+
'6.7.1',
644644
true
645645
);
646646

647647
wp_enqueue_style(
648648
'simpletoc-accordion',
649649
plugin_dir_url(__FILE__) . 'assets/accordion.css',
650650
array(),
651-
'6.6.1'
651+
'6.7.1'
652652
);
653653
}
654654

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: TOC, Table of Contents, Gutenberg, block, FAQ
44
Requires at least: 5.9
55
Donate link: https://marc.tv/out/donate
66
Tested up to: 6.7
7-
Stable tag: 6.7.0
7+
Stable tag: 6.7.1
88
Requires PHP: 7.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -21,6 +21,10 @@ SimpleTOC is open-source and developed on [GitHub Pages](https://github.com/mtoe
2121

2222
[Spin up](https://demo.tastewp.com/simpletoc) a new WordPress instance with the SimpleTOC plugin already installed.
2323

24+
= Accessibility =
25+
26+
This plugin is designed & developed for WCAG 2.2 level AA conformance. The plugin is tested with assistive technology and intended to be accessible, however some third party plugins or themes may affect the individual accessibility on a given website. If you find an accessibility issue, please let us know and we'll try to address it promptly.
27+
2428
= Features =
2529

2630
* Designed for Gutenberg.
@@ -52,8 +56,9 @@ SimpleTOC is open-source and developed on [GitHub Pages](https://github.com/mtoe
5256

5357
== Changelog ==
5458

55-
= 6.7.0 =
59+
= 6.7.1 =
5660
* Added: Support for GenerateBlocks 2.0. Thanks @blronaldhuereca
61+
* Added: Included an accessibility statement in the plugin description.
5762

5863
= 6.6.1 =
5964
* Added: Initialize the JavaScript for the TOC accordion on page load or after the document has fully loaded. Thanks blronaldhuereca https://github.com/mtoensing/simpletoc/pull/63

0 commit comments

Comments
 (0)