Skip to content

Commit

Permalink
6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoensing committed Nov 17, 2024
1 parent 9fd8a93 commit d953f2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simpletoc",
"version": "6.5.5",
"version": "6.6.0",
"author": "Marc Tönsing",
"description": "SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.",
"main": "build/index.js",
Expand Down
6 changes: 3 additions & 3 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: SimpleTOC - Table of Contents Block
* Plugin URI: https://marc.tv/simpletoc-wordpress-inhaltsverzeichnis-plugin-gutenberg/
* Description: SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.
* Version: 6.5.6
* Version: 6.6.0
* Author: Marc Tönsing
* Author URI: https://toensing.com
* Text Domain: simpletoc
Expand Down Expand Up @@ -624,15 +624,15 @@ function enqueue_accordion_frontend()
'simpletoc-accordion',
plugin_dir_url(__FILE__) . 'assets/accordion.js',
array(),
'6.5.6',
'6.6.0',
true
);

wp_enqueue_style(
'simpletoc-accordion',
plugin_dir_url(__FILE__) . 'assets/accordion.css',
array(),
'6.5.6'
'6.6.0'
);
}

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

== Changelog ==

= 6.6.0 =
* Added: Testest compatibility with WordPress 6.7

= 6.5.6 =
* Fixed: All script versions have been updated to prevent caching issues.
* Fixed: Legacy Accordion was always expanded. Thanks Francesco Palmieri.
Expand Down

0 comments on commit d953f2b

Please sign in to comment.