Plugin Directory

Changeset 3361202


Ignore:
Timestamp:
09/14/2025 08:56:27 AM (6 months ago)
Author:
amanstacker
Message:

toc version 1.0.3.1 trunk commit

Location:
digital-table-of-contents
Files:
1 deleted
4 edited

Legend:

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

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

    r3361111 r3361202  
    7777        global $dtoc_dashboard, $dtoc_incontent;
    7878
    79         if ( empty( $dtoc_dashboard['modules']['incontent'] ) || empty( $dtoc_dashboard['modules']['shortcode'] ) ) {
     79        if ( !empty( $dtoc_dashboard['modules']['incontent'] ) || !empty( $dtoc_dashboard['modules']['shortcode'] ) ) {
    8080                       
    8181                $data = [];
  • digital-table-of-contents/trunk/readme.txt

    r3361111 r3361202  
    66Tested up to: 6.8 
    77Requires PHP: 7.4
    8 Stable tag: 1.0.3 
     8Stable tag: 1.0.3.1 
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
     
    110110== Changelog ==
    111111
     112= 1.0.3.1 =
     113* Fixed Incontent toc is broken
     114
    112115= 1.0.3 =
    113116* Sliding Sticky module added.
Note: See TracChangeset for help on using the changeset viewer.