Content TOC — release notes

Pulled live from the source repository · Content TOC on codebit.nl

v2.1.5 — Self-update via Addon Expert registry

Distribution release — Content TOC can now self-update through Addon Expert's license-gated registry.

Added

Also rolls up the 2.1.4 housekeeping (LICENSE → LICENSE.md, minor Layout tweak).

Install: extract content_toc/ into system/user/addons/, then Developer → Add-Ons → Content TOC → Update.

Content TOC 2.1.3

Public-facing links (CP footer, author_url, docs_url) now point to codebit.nl; source repo stays private. Installable zip attached.

Content TOC 2.1.2 — icon + marketplace prep

Release-ready for ExpressionEngine.com: adds the add-on icon (icon.svg) and a docs_url. Attached content_toc-2.1.2.zip is the installable package (unzip into system/user/addons/). No behaviour change.

Content TOC 2.1.1 — settings help fix

Fixes a misleading Settings help text: the *TOC list id* field still said "back-to-top links point here", but in 2.1.0 the back-to-top destination moved to its own *Back-to-top target* field. Following the stale hint could lead to setting list_id to a content-container id and colliding with the page. The help now points to the right field. No code/behaviour change.

Content TOC 2.1.0 — scroll-spy auto-scroll + back-to-top fixes

Polish based on real use:

Content TOC 2.0.0 — Module + configurable behaviour

Content TOC graduates from a bare plugin to a full module with a Control Panel, and gains a lot of configurable behaviour.

Control Panel

New behaviour (per-site default + overridable per tag):

Settings resolve tag param → CP setting → default. Tag names and output are unchanged for existing templates, so upgrades are seamless. MIT licensed.

Content TOC 1.6.2

Namespace changed to Nivoli\ContentToc to unify all first-party add-ons under the Nivoli vendor namespace (alongside cf_image, game_import). Metadata only — no behaviour change.

Content TOC 1.6.1

Namespace set to Codebit\ContentToc to match the vendor convention used across the other add-ons. Metadata only — no behaviour change.

Content TOC 1.6.0 — renamed from walk_toc

Renamed the plugin to reflect what it actually is — a general HTML table-of-contents engine, not a walkthrough-specific one.

See the README for tags and parameters.

Walk TOC 1.5.0 — general TOC plugin

A dependency-free ExpressionEngine plugin that turns any HTML body into a navigable document: stable heading anchors, a <ul> table of contents, a section count, and a schema.org ItemList of the headings — all server-side.

Generalised from its walkthrough origins so it works on any field/content:

Defaults reproduce the original output, so existing templates are unaffected. MIT licensed.