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 +11 -9 7.4.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.4.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
@@ -63,14 +63,8 @@
63 63 * Select the Box style directly in Gutenberg's Styles tab.
64 64 * Select a heading level or turn it into a paragraph.
65 65 * Disable the h2 heading of the TOC block and add your own.
66 66
67 -= Highlight the current section =
68 -
69 -Enable "Highlight current section" under Advanced Features in the SimpleTOC block settings. The link for the current section is underlined as visitors scroll. This option is off by default. To enable it for all blocks, turn on "Force highlight current section" under Settings > SimpleTOC. The global setting takes precedence over individual block settings. Developers can override the global setting with the `simpletoc_scroll_spy_enabled` filter.
70 -
71 -This feature uses native CSS `scroll-target-group` and `:target-current`. Browser support is limited. Browsers without support keep the normal table of contents and working links. No JavaScript fallback or polyfill is included. Highlighting applies to headings on the current page and does not make the table of contents sticky.
72 -
73 67 = Compatibility =
74 68
75 69 * GeneratePress and Rank Math support.
76 70 * Works with popular AMP plugins.
@@ -79,10 +73,18 @@
79 73
80 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.
81 75
82 76 == Changelog ==
83 -= 7.4.0 =
84 -* Added: Optional CSS-only scroll spy to underline the current section link in supporting browsers. Enable Highlight current section in the block settings or enforce it globally under Settings > SimpleTOC. No JavaScript or polyfill is added.
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 +
80 += 7.3.0 =
81 +* Changed: Box is now a native Gutenberg block style in the Styles tab.
82 +* Added: Native text, link, background color, margin, and padding controls.
83 +* Added: theme.json styling support for colors, spacing, and typography.
84 +* Added: WordPress 7.1 support and automated compatibility tests.
85 +* Changed: Existing box-style blocks and the global Force box style setting remain compatible.
86 +* Thanks: Lovro Hrust (@lovor) for the theme.json and block styling feedback.
85 87
86 88 == Installation ==
87 89
88 90 SimpleTOC can be found and installed via the Plugin menu within WordPress administration (Plugins -> Add New). Alternatively, it can be downloaded from WordPress.org and installed manually...