| @@ -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. |