Skip to content

Commit

Permalink
script version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoensing committed Oct 20, 2024
1 parent b8483aa commit 9fd8a93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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.5
* Version: 6.5.6
* 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.4.3',
'6.5.6',
true
);

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

Expand Down
5 changes: 3 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.5
Stable tag: 6.5.6
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -52,7 +52,8 @@ SimpleTOC is open-source and developed on [GitHub Pages](https://github.com/mtoe

== Changelog ==

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

0 comments on commit 9fd8a93

Please sign in to comment.