Plugin Directory

Changeset 3389656


Ignore:
Timestamp:
11/04/2025 12:38:16 PM (5 months ago)
Author:
wpmessiah
Message:

fix some minor issues

Location:
top-table-of-contents
Files:
532 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • top-table-of-contents/trunk/README.txt

    r3337591 r3389656  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.3.30
     6Stable tag: 1.3.31
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    315315= 1.3.30 - 01 August 2025 =
    316316Fix: Resolved heading auto ID generator issue.
     317
     318= 1.3.31 - 04 November 2025 =
     319Fix: some minor issues
  • top-table-of-contents/trunk/boomdevs-toc.php

    r3337591 r3389656  
    1717 * Plugin URI:        https://wpmessiah.com/products/wordpress-table-of-contents/
    1818 * Description:       Easily creates an SEO-friendly table of contents for your blog posts and pages. Offers both Auto and Manual Insert with highly customization options.
    19  * Version:           1.3.30
     19 * Version:           1.3.31
    2020 * Author:            WP Messiah
    2121 * Author URI:        https://wpmessiah.com/
     
    3535 * Plugin basic information.
    3636 */
    37 define( 'BOOMDEVS_TOC_VERSION', '1.3.30' );
     37define( 'BOOMDEVS_TOC_VERSION', '1.3.31' );
    3838define( 'BOOMDEVS_TOC_PATH', plugin_dir_path( __FILE__ ) );
    3939define( 'BOOMDEVS_TOC_URL', plugin_dir_url( __FILE__ ) );
  • top-table-of-contents/trunk/includes/class-boomdevs-toc.php

    r3337591 r3389656  
    8080            $this->version = BOOMDEVS_TOC_VERSION;
    8181        } else {
    82             $this->version = '1.3.30';
     82            $this->version = '1.3.31';
    8383        }
    8484       
Note: See TracChangeset for help on using the changeset viewer.