Skip to content

Commit 9fd8a93

Browse files
committed
script version bump
1 parent b8483aa commit 9fd8a93

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

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.5
7+
* Version: 6.5.6
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.4.3',
627+
'6.5.6',
628628
true
629629
);
630630

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

readme.txt

Lines changed: 3 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.6
7-
Stable tag: 6.5.5
7+
Stable tag: 6.5.6
88
Requires PHP: 7.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -52,7 +52,8 @@ SimpleTOC is open-source and developed on [GitHub Pages](https://github.com/mtoe
5252

5353
== Changelog ==
5454

55-
= 6.5.5 =
55+
= 6.5.6 =
56+
* Fixed: All script versions have been updated to prevent caching issues.
5657
* Fixed: Legacy Accordion was always expanded. Thanks Francesco Palmieri.
5758
* Added: Updated dependencies for improved performance and stability.​
5859
* Added: Testest compatibility with WordPress 6.6

0 commit comments

Comments
 (0)