Changeset 3361202
- Timestamp:
- 09/14/2025 08:56:27 AM (6 months ago)
- Location:
- digital-table-of-contents
- Files:
-
- 1 deleted
- 4 edited
-
assets/screenshot-1.png (modified) (previous)
-
trunk/digital-table-of-contents.php (modified) (2 diffs)
-
trunk/includes/misc.php (modified) (1 diff)
-
trunk/includes/sticky/sticky.php (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
digital-table-of-contents/trunk/digital-table-of-contents.php
r3361111 r3361202 3 3 Plugin Name: Digital Table of Contents 4 4 Description: Show automated table of contents generated from the post content. 5 Version: 1.0.3 5 Version: 1.0.3.1 6 6 Text Domain: digital-table-of-contents 7 7 Domain Path: /languages … … 14 14 if ( ! defined( 'ABSPATH' ) ) exit; 15 15 16 define('DTOC_VERSION', '1.0.3 ');16 define('DTOC_VERSION', '1.0.3.1'); 17 17 define('DTOC_DIR_NAME', plugin_basename( dirname( __FILE__ ) ) ); 18 18 define('DTOC_BASE_NAME', plugin_basename( __FILE__ ) ); -
digital-table-of-contents/trunk/includes/misc.php
r3361111 r3361202 77 77 global $dtoc_dashboard, $dtoc_incontent; 78 78 79 if ( empty( $dtoc_dashboard['modules']['incontent'] ) ||empty( $dtoc_dashboard['modules']['shortcode'] ) ) {79 if ( !empty( $dtoc_dashboard['modules']['incontent'] ) || !empty( $dtoc_dashboard['modules']['shortcode'] ) ) { 80 80 81 81 $data = []; -
digital-table-of-contents/trunk/readme.txt
r3361111 r3361202 6 6 Tested up to: 6.8 7 7 Requires PHP: 7.4 8 Stable tag: 1.0.3 8 Stable tag: 1.0.3.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 110 110 == Changelog == 111 111 112 = 1.0.3.1 = 113 * Fixed Incontent toc is broken 114 112 115 = 1.0.3 = 113 116 * Sliding Sticky module added.
Note: See TracChangeset
for help on using the changeset viewer.