Changeset 3037362
- Timestamp:
- 02/18/2024 03:18:32 AM (2 years ago)
- Location:
- wpwing-table-of-contents-block
- Files:
-
- 2 edited
- 5 copied
-
tags/1.0.5 (copied) (copied from wpwing-table-of-contents-block/trunk)
-
tags/1.0.5/build/index.asset.php (copied) (copied from wpwing-table-of-contents-block/trunk/build/index.asset.php)
-
tags/1.0.5/build/index.js (copied) (copied from wpwing-table-of-contents-block/trunk/build/index.js)
-
tags/1.0.5/readme.txt (copied) (copied from wpwing-table-of-contents-block/trunk/readme.txt) (3 diffs)
-
tags/1.0.5/wpwing-table-of-contents-block.php (copied) (copied from wpwing-table-of-contents-block/trunk/wpwing-table-of-contents-block.php) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/wpwing-table-of-contents-block.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpwing-table-of-contents-block/tags/1.0.5/readme.txt
r3030535 r3037362 1 1 === Table Of Contents Block for Gutenberg === 2 2 3 Contributors: wpwing, voboghure4 Donate link: https://wpwing.com/5 Tags: TOC, Table of Contents, Navigation, SEO, Gutenberg6 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-later11 License URI: https://www.gnu.org/licenses/gpl-3.0.html3 Contributors: wpwing, voboghure 4 Donate link: https://wpwing.com/ 5 Tags: TOC, Table of Contents, Navigation, SEO, Gutenberg 6 Stable tag: 1.0.5 7 Requires at least: 5.8 8 Tested up to: 6.4 9 Requires PHP: 7.1 10 License: GPL-3.0-or-later 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html 12 12 13 13 Adds a custom Table of Contents Gutenberg block. … … 19 19 You can hide the headline "Table of Contents" from the block's sidebar and add your own by using a normal heading block. 20 20 21 ⚙️ Completely Customizable: You can customize and pick the heading tags whichyou 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. 22 22 23 23 ⚡ Super Lightweight: No extra resources are used and it’s highly optimized to automatically add a Table of Contents inside your post or pages. … … 80 80 == Changelog == 81 81 82 = 1.0.5 - 18/02/2024 = 83 84 * Bump version update. 85 * Few minor improvements. 86 82 87 = 1.0.4 - 02/02/2024 = 83 88 -
wpwing-table-of-contents-block/tags/1.0.5/wpwing-table-of-contents-block.php
r3030535 r3037362 5 5 * Plugin URI: https://wpwing.com/ 6 6 * Description: Adds a basic "Table of Contents" Gutenberg block. 7 * Version: 1.0. 47 * Version: 1.0.5 8 8 * Requires at least: 5.8 9 9 * Tested up to: 6.4 10 * Requires PHP: 7. 010 * Requires PHP: 7.1 11 11 * Author: WPWing 12 12 * Author URI: https://wpwing.com/ … … 35 35 36 36 /** 37 * Add meta information in plugin list 37 * Add meta information in plugin list4 38 38 * 39 39 * @since 1.0.0 -
wpwing-table-of-contents-block/trunk/readme.txt
r3030535 r3037362 1 1 === Table Of Contents Block for Gutenberg === 2 2 3 Contributors: wpwing, voboghure4 Donate link: https://wpwing.com/5 Tags: TOC, Table of Contents, Navigation, SEO, Gutenberg6 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-later11 License URI: https://www.gnu.org/licenses/gpl-3.0.html3 Contributors: wpwing, voboghure 4 Donate link: https://wpwing.com/ 5 Tags: TOC, Table of Contents, Navigation, SEO, Gutenberg 6 Stable tag: 1.0.5 7 Requires at least: 5.8 8 Tested up to: 6.4 9 Requires PHP: 7.1 10 License: GPL-3.0-or-later 11 License URI: https://www.gnu.org/licenses/gpl-3.0.html 12 12 13 13 Adds a custom Table of Contents Gutenberg block. … … 19 19 You can hide the headline "Table of Contents" from the block's sidebar and add your own by using a normal heading block. 20 20 21 ⚙️ Completely Customizable: You can customize and pick the heading tags whichyou 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. 22 22 23 23 ⚡ Super Lightweight: No extra resources are used and it’s highly optimized to automatically add a Table of Contents inside your post or pages. … … 80 80 == Changelog == 81 81 82 = 1.0.5 - 18/02/2024 = 83 84 * Bump version update. 85 * Few minor improvements. 86 82 87 = 1.0.4 - 02/02/2024 = 83 88 -
wpwing-table-of-contents-block/trunk/wpwing-table-of-contents-block.php
r3030535 r3037362 5 5 * Plugin URI: https://wpwing.com/ 6 6 * Description: Adds a basic "Table of Contents" Gutenberg block. 7 * Version: 1.0. 47 * Version: 1.0.5 8 8 * Requires at least: 5.8 9 9 * Tested up to: 6.4 10 * Requires PHP: 7. 010 * Requires PHP: 7.1 11 11 * Author: WPWing 12 12 * Author URI: https://wpwing.com/ … … 35 35 36 36 /** 37 * Add meta information in plugin list 37 * Add meta information in plugin list4 38 38 * 39 39 * @since 1.0.0
Note: See TracChangeset
for help on using the changeset viewer.