Plugin Directory

Changeset 3037362


Ignore:
Timestamp:
02/18/2024 03:18:32 AM (2 years ago)
Author:
wpwing
Message:

Version bump

Location:
wpwing-table-of-contents-block
Files:
2 edited
5 copied

Legend:

Unmodified
Added
Removed
  • wpwing-table-of-contents-block/tags/1.0.5/readme.txt

    r3030535 r3037362  
    11=== Table Of Contents Block for Gutenberg ===
    22
    3 Contributors:               wpwing, voboghure
    4 Donate link:                https://wpwing.com/
    5 Tags:                       TOC, Table of Contents, Navigation, SEO, Gutenberg
    6 Requires at least:          5.8
    7 Tested up to:               6.4
    8 Requires PHP:               7.0
    9 Stable tag:                 1.0.4
    10 License:                    GPL-3.0-or-later
    11 License URI:                https://www.gnu.org/licenses/gpl-3.0.html
     3Contributors:       wpwing, voboghure
     4Donate link:        https://wpwing.com/
     5Tags:               TOC, Table of Contents, Navigation, SEO, Gutenberg
     6Stable tag:         1.0.5
     7Requires at least:  5.8
     8Tested up to:       6.4
     9Requires PHP:       7.1
     10License:            GPL-3.0-or-later
     11License URI:        https://www.gnu.org/licenses/gpl-3.0.html
    1212
    1313Adds a custom Table of Contents Gutenberg block.
     
    1919You can hide the headline "Table of Contents" from the block's sidebar and add your own by using a normal heading block.
    2020
    21 ⚙️ Completely Customizable: You can customize and pick the heading tags which you want to appear on your Table of Contents.
     21⚙️ Completely Customizable: You can customize and pick the heading tags that you want to appear on your Table of Contents.
    2222
    2323⚡ Super Lightweight: No extra resources are used and it’s highly optimized to automatically add a Table of Contents inside your post or pages.
     
    8080== Changelog ==
    8181
     82= 1.0.5 - 18/02/2024 =
     83
     84* Bump version update.
     85* Few minor improvements.
     86
    8287= 1.0.4 - 02/02/2024 =
    8388
  • wpwing-table-of-contents-block/tags/1.0.5/wpwing-table-of-contents-block.php

    r3030535 r3037362  
    55 * Plugin URI:          https://wpwing.com/
    66 * Description:         Adds a basic "Table of Contents" Gutenberg block.
    7  * Version:             1.0.4
     7 * Version:             1.0.5
    88 * Requires at least:   5.8
    99 * Tested up to:        6.4
    10  * Requires PHP:        7.0
     10 * Requires PHP:        7.1
    1111 * Author:              WPWing
    1212 * Author URI:          https://wpwing.com/
     
    3535
    3636/**
    37  * Add meta information in plugin list
     37 * Add meta information in plugin list4
    3838 *
    3939 * @since 1.0.0
  • wpwing-table-of-contents-block/trunk/readme.txt

    r3030535 r3037362  
    11=== Table Of Contents Block for Gutenberg ===
    22
    3 Contributors:               wpwing, voboghure
    4 Donate link:                https://wpwing.com/
    5 Tags:                       TOC, Table of Contents, Navigation, SEO, Gutenberg
    6 Requires at least:          5.8
    7 Tested up to:               6.4
    8 Requires PHP:               7.0
    9 Stable tag:                 1.0.4
    10 License:                    GPL-3.0-or-later
    11 License URI:                https://www.gnu.org/licenses/gpl-3.0.html
     3Contributors:       wpwing, voboghure
     4Donate link:        https://wpwing.com/
     5Tags:               TOC, Table of Contents, Navigation, SEO, Gutenberg
     6Stable tag:         1.0.5
     7Requires at least:  5.8
     8Tested up to:       6.4
     9Requires PHP:       7.1
     10License:            GPL-3.0-or-later
     11License URI:        https://www.gnu.org/licenses/gpl-3.0.html
    1212
    1313Adds a custom Table of Contents Gutenberg block.
     
    1919You can hide the headline "Table of Contents" from the block's sidebar and add your own by using a normal heading block.
    2020
    21 ⚙️ Completely Customizable: You can customize and pick the heading tags which you want to appear on your Table of Contents.
     21⚙️ Completely Customizable: You can customize and pick the heading tags that you want to appear on your Table of Contents.
    2222
    2323⚡ Super Lightweight: No extra resources are used and it’s highly optimized to automatically add a Table of Contents inside your post or pages.
     
    8080== Changelog ==
    8181
     82= 1.0.5 - 18/02/2024 =
     83
     84* Bump version update.
     85* Few minor improvements.
     86
    8287= 1.0.4 - 02/02/2024 =
    8388
  • wpwing-table-of-contents-block/trunk/wpwing-table-of-contents-block.php

    r3030535 r3037362  
    55 * Plugin URI:          https://wpwing.com/
    66 * Description:         Adds a basic "Table of Contents" Gutenberg block.
    7  * Version:             1.0.4
     7 * Version:             1.0.5
    88 * Requires at least:   5.8
    99 * Tested up to:        6.4
    10  * Requires PHP:        7.0
     10 * Requires PHP:        7.1
    1111 * Author:              WPWing
    1212 * Author URI:          https://wpwing.com/
     
    3535
    3636/**
    37  * Add meta information in plugin list
     37 * Add meta information in plugin list4
    3838 *
    3939 * @since 1.0.0
Note: See TracChangeset for help on using the changeset viewer.