Skip to content

Releases: mtoensing/simpletoc

SimpleTOC 7.0.9

25 May 10:36

Choose a tag to compare

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

24 May 12:48

Choose a tag to compare

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

17 May 12:51

Choose a tag to compare

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

24 Apr 15:35

Choose a tag to compare

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

12 Apr 18:27

Choose a tag to compare

  • Fixed: Removed an invalid aria-labelledby reference from hidden TOC
    markup and now rely on native labeling.

7.0.2

12 Apr 17:37

Choose a tag to compare

  • Fixed: Removed an invalid aria-labelledby reference from hidden TOC
    markup and now rely on native labeling.

7.0.1

09 Apr 07:47

Choose a tag to compare

  • 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

08 Apr 19:10

Choose a tag to compare

  • Added: Box style option in the block sidebar with a color picker and default gray background.
  • Added: Global setting to force the default gray box style for all SimpleTOC blocks.
  • Added: Frontend box-style CSS registered through block metadata.

Release 6.9.8: bump version and changelog

26 Feb 07:01

Choose a tag to compare

6.9.6

16 Dec 21:16

Choose a tag to compare

= 6.9.6 =

  • Added: Coding standards cleanup with improved rules, cleaner code, safer output, and consistent naming. Thanks @ronalfy
  • Added: Minimum PHP version requirement set to 7.3