Releases: mtoensing/simpletoc
Releases · mtoensing/simpletoc
Release list
SimpleTOC 7.0.9
Fixed WordPress 7.0 editor preview failures for existing SimpleTOC blocks containing legacy editor-only attributes.
Changes:
- Registers legacy editor-only attributes as local block attributes for REST compatibility.
- Stops storing the redundant Hide SimpleTOC helper attribute from the editor toggle.
- Updates plugin version, WordPress.org stable tag, changelog, and build artifacts.
Validation:
- npm run build
- npm run lint-js
- npm run lint-css
- WordPress 7.0 REST block-renderer checks for hideTOC, sidebar_style, combined legacy attributes, and typical saved block attributes.
SimpleTOC 7.0.8
Bugfix release.\n\n- Fixed editor preview errors when another plugin adds editor-only attributes to blocks, for example Noted! block notes.\n- Thanks Hans-Gerd Gerhards (@hage) for reporting the compatibility issue.
SimpleTOC 7.0.7
Fixes #84.\n\n- Fix invalid frontend TOC list markup when headings excluded by min/max level appear between included headings.\n- Tested on marctv.test with min_level=2 and max_level=3: balanced ul/li markup and no stray li siblings.\n- WordPress.org deploy completed successfully: https://github.com/mtoensing/simpletoc/actions/runs/25991318692
7.0.5
Changelog
- Fixed: GenerateBlocks dynamic tags in heading links keep working when SimpleTOC adds heading IDs.
- Fixed: GenerateBlocks dynamic heading text is resolved consistently in the TOC and matching heading anchors.
- Maintenance: Added automated GitHub README generation from the WordPress.org readme.txt.
7.0.3
7.0.2
7.0.1
- Added: Direct link from the Advanced Features sidebar to the global SimpleTOC settings.
- Fixed: Global settings link now appears reliably in the editor sidebar.
- Changed: Wrapper toggle now reflects the automatic wrapper state while box style is active.
7.0.0
Release 6.9.8: bump version and changelog
Fixes #82