Releases: iridescent-dev/pico-toc-plugin
Releases · iridescent-dev/pico-toc-plugin
v2.1
v2.0
Merge pull request #8 from iridescent-dev/develop v2.0
v1.5
Merge pull request #7 from iridescent-dev/develop v1.5 * Add `style` attribute which can be "numbers", "bullets", "none" or "default" * Add `tag` attribute which can be "ol" or "ul" * Use nested lists when creating html element
v1.4
v1.3
v1.2
Add Composer support for plugin installation
v1.1
Add support for heading in table of contents (#3) * Add support for a heading element within the ToC's container div. Heading is enabled by setting 'toc_heading' in config.php to the desired heading text and is styled by the 'toc-heading' class. * Allow heading in config.php to be overridden by attribute; update README * Add the declaration of the variable `heading` * Update version number Co-authored-by: Calvin Walden <calvinrwalden@protonmail.com>
v1.0
Update README.md