Changeset 3336776
- Timestamp:
- 07/30/2025 05:32:59 PM (8 months ago)
- Location:
- smarttoc-lite/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
smarttoc-lite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
smarttoc-lite/trunk/readme.txt
r3336003 r3336776 1 === SmartTOC Lite ===1 === Table of Contents Generator - SmartTOC Lite === 2 2 Contributors: sinergodata 3 Tags: table of contents, toc, wordpress toc, toc plugin, headings3 Tags: table of contents, toc, wordpress toc, toc plugin, post index, headings, anchor links, auto toc, accessibility, seo 4 4 Requires at least: 5.6 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 **SmartTOC Lite** is a fast, lightweight Table of Contents plugin designed for simplicity and flexibility. 16 17 Whether you're building a blog post or a long article, SmartTOC Lite lets you insert a fully customizable TOC with just a few clicks. 15 **SmartTOC Lite** automatically creates a SEO-friendly table of contents based on your content's headings (H2, H3, etc.). Works with posts, pages, and custom post types. Helps improve user experience and on-page SEO. Lightweight, fast, and easy to configure. 18 16 19 17 **Main features include:** … … 58 56 == Changelog == 59 57 58 = 1.0.3 = 59 * Updated plugin name for SEO 60 60 61 = 1.0.2 = 61 62 * Updated CSS styles for better theme compatibility … … 68 69 69 70 == Upgrade Notice == 71 72 = 1.0.3 = 73 * Updated plugin name for SEO 70 74 71 75 = 1.0.2 = -
smarttoc-lite/trunk/smarttoc-lite.php
r3336003 r3336776 1 1 <?php 2 2 /** 3 * Plugin Name: SmartTOC Lite4 * Plugin URI: 3 * Plugin Name: Table of Contents Generator - SmartTOC Lite 4 * Plugin URI: https://wordpress.org/plugins/smarttoc-lite/ 5 5 * Description: Create a responsive Table of Contents (TOC) for WordPress posts and pages. Features include automatic insertion, customizable styles, live preview, shortcode support, and accessibility. 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: SinergoData 8 8 * Author URI: https://sinergodata.com/
Note: See TracChangeset
for help on using the changeset viewer.