Skip to content

Commit d953f2b

Browse files
committed
6.6.0
1 parent 9fd8a93 commit d953f2b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-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.5.5",
3+
"version": "6.6.0",
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.5.6
7+
* Version: 6.6.0
88
* Author: Marc Tönsing
99
* Author URI: https://toensing.com
1010
* Text Domain: simpletoc
@@ -624,15 +624,15 @@ function enqueue_accordion_frontend()
624624
'simpletoc-accordion',
625625
plugin_dir_url(__FILE__) . 'assets/accordion.js',
626626
array(),
627-
'6.5.6',
627+
'6.6.0',
628628
true
629629
);
630630

631631
wp_enqueue_style(
632632
'simpletoc-accordion',
633633
plugin_dir_url(__FILE__) . 'assets/accordion.css',
634634
array(),
635-
'6.5.6'
635+
'6.6.0'
636636
);
637637
}
638638

readme.txt

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

5353
== Changelog ==
5454

55+
= 6.6.0 =
56+
* Added: Testest compatibility with WordPress 6.7
57+
5558
= 6.5.6 =
5659
* Fixed: All script versions have been updated to prevent caching issues.
5760
* Fixed: Legacy Accordion was always expanded. Thanks Francesco Palmieri.

0 commit comments

Comments
 (0)