Plugin Directory

Changeset 3426986


Ignore:
Timestamp:
12/24/2025 05:46:16 PM (3 months ago)
Author:
amanstacker
Message:

Version 1.0.6 dtoc released

Location:
digital-table-of-contents
Files:
448 added
2 edited

Legend:

Unmodified
Added
Removed
  • digital-table-of-contents/trunk/digital-table-of-contents.php

    r3380921 r3426986  
    33Plugin Name: Digital Table of Contents
    44Description: Show automated table of contents generated from the post content.
    5 Version: 1.0.5
     5Version: 1.0.6
    66Text Domain: digital-table-of-contents
    77Domain Path: /languages
     
    1414if ( ! defined( 'ABSPATH' ) ) exit;
    1515
    16 define('DTOC_VERSION', '1.0.5');
     16define('DTOC_VERSION', '1.0.6');
    1717define('DTOC_DIR_NAME', plugin_basename( dirname( __FILE__ ) ) );
    1818define('DTOC_BASE_NAME', plugin_basename( __FILE__ ) );
  • digital-table-of-contents/trunk/readme.txt

    r3380921 r3426986  
    44Tags: table of contents, toc, navigation, headings, sticky toc
    55Requires at least: 5.0 
    6 Tested up to: 6.8 
     6Tested up to: 6.9 
    77Requires PHP: 7.4
    8 Stable tag: 1.0.5
     8Stable tag: 1.0.6
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    114114== Changelog ==
    115115
     116= 1.0.6 =
     117* Tested with WordPress version 6.9
     118
    116119= 1.0.5 =
    117120* Live Preview Panel added for all toc modules
Note: See TracChangeset for help on using the changeset viewer.