PluginProbe
SimpleTOC – Table of Contents Block / 7.3.1
SimpleTOC – Table of Contents Block v7.3.1
7.4.0 7.3.1 7.2.0 7.3.0 7.1.1 7.1.0 7.0.10 7.0.9 7.0.8 7.0.7 7.0.6 7.0.4 7.0.5 5.0.21.1 5.0.22 5.0.23 5.0.24 5.0.25 5.0.25.1 5.0.27 5.0.28 5.0.29 5.0.3 5.0.30 5.0.31 All 161 releases
← All changes | readme.txt +4 -1 7.3.07.3.1 View file →
@@ -2,9 +2,9 @@
2 2 Contributors: MarcDK
3 3 Tags: TOC, Table of Contents, Block, Accessibility, Table
4 4 Requires at least: 6.2
5 5 Tested up to: 7.1
6 -Stable tag: 7.3.0
6 +Stable tag: 7.3.1
7 7 Requires PHP: 7.3
8 8 License: GPLv2 or later
9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 10 Donate link: https://marc.tv/out/donate
@@ -73,8 +73,11 @@
73 73
74 74 SimpleTOC is open-source and developed on [GitHub Pages](https://github.com/mtoensing/SimpleTOC). If you find a bug or have an idea for a feature please feel free to contribute and create a pull request.
75 75
76 76 == Changelog ==
77 += 7.3.1 =
78 +* Fixed: Heading anchors for non-Latin scripts (Japanese, Chinese, Korean, Cyrillic, etc.) were double URL-encoded, breaking externally shared or hand-written fragment links. Props to the reporter of issue #89.
79 +
77 80 = 7.3.0 =
78 81 * Changed: Box is now a native Gutenberg block style in the Styles tab.
79 82 * Added: Native text, link, background color, margin, and padding controls.
80 83 * Added: theme.json styling support for colors, spacing, and typography.