Plugin Directory

Changeset 3421410


Ignore:
Timestamp:
12/16/2025 09:17:46 PM (3 months ago)
Author:
MarcDK
Message:

Update to version 6.9.6 from GitHub

Location:
simpletoc
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • simpletoc/tags/6.9.6/package-lock.json

    r3421360 r3421410  
    11{
    22    "name": "simpletoc",
    3     "version": "6.9.5",
     3    "version": "6.9.6",
    44    "lockfileVersion": 3,
    55    "requires": true,
     
    77        "": {
    88            "name": "simpletoc",
    9             "version": "6.9.5",
     9            "version": "6.9.6",
    1010            "license": "GPL-2.0-or-later",
    1111            "dependencies": {
  • simpletoc/tags/6.9.6/package.json

    r3421360 r3421410  
    11{
    22    "name": "simpletoc",
    3     "version": "6.9.5",
     3    "version": "6.9.6",
    44    "author": "Marc Tönsing",
    55    "description": "SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.",
  • simpletoc/tags/6.9.6/plugin.php

    r3421360 r3421410  
    44 * Plugin URI:    https://marc.tv/simpletoc-wordpress-inhaltsverzeichnis-plugin-gutenberg/
    55 * Description:   SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.
    6  * Version:       6.9.5
     6 * Version:       6.9.6
    77 * Author:        Marc Tönsing
    88 * Author URI:    https://toensing.com
  • simpletoc/tags/6.9.6/readme.txt

    r3421360 r3421410  
    44Requires at least: 5.9
    55Tested up to: 6.9
    6 Stable tag: 6.9.5
    7 Requires PHP: 7.0
     6Stable tag: 6.9.6
     7Requires PHP: 7.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2222= User Feedback =
    2323
    24 > It is lightweight, stable, and fully compatible with WordPress Full Site Editing. A reliable solution that integrates seamlessly and performs exactly as expected.
     24> "It is lightweight, stable, and fully compatible with WordPress Full Site Editing. A reliable solution that integrates seamlessly and performs exactly as expected."
    2525— [@js100 on wordpress.org](https://wordpress.org/support/topic/good-job-1889/)
    2626
    27 > Does the job perfectly, and adds no bloat.
     27> "Does the job perfectly, and adds no bloat."
    2828— [@clicknathan on wordpress.org](https://wordpress.org/support/topic/does-the-job-perfectly-and-adds-no-bloat/)
    2929
    30 > Simple yet powerful. Great plugin that does exactly what you need.
     30> "Simple yet powerful. Great plugin that does exactly what you need."
    3131— [@mixey on wordpress.org](https://wordpress.org/support/topic/simple-yet-powerful-106/)
    3232
    3333= Accessibility =
    3434
    35 This plugin is designed & developed for WCAG 2.2 level AA conformance. The plugin is tested with assistive technology and intended to be accessible, however some third party plugins or themes may affect the individual accessibility on a given website. If you find an accessibility issue, please let us know and we'll try to address it promptly.
     35This plugin is designed & developed for WCAG 2.2 level AA conformance. The plugin is tested with assistive technology and intended to be accessible, however some third party plugins or themes may affect the individual accessibility on a given website. If you find an accessibility issue, please [let us know](https://github.com/mtoensing/simpletoc/issues) and we'll try to address it promptly.
    3636
    3737= Features =
     
    7171== Changelog ==
    7272
    73 = 6.9.5 =
     73= 6.9.6 =
    7474* Added: Coding standards cleanup with improved rules, cleaner code, safer output, and consistent naming. Thanks @ronalfy
     75* Added: Minimum PHP version requirement set to 7.3
    7576
    7677= 6.9.4 =
     
    164165Many thanks to [Tom J Nowell](https://tomjn.com) and and Sally CJ who both helped me a lot with my questions over at wordpress.stackexchange.com
    165166
     167And many more thanks to all the [developers on GitHub](https://github.com/mtoensing/simpletoc/graphs/contributors) who helped me making SimpleTOC what it is today!
     168
    166169Thanks to Quintus Valerius Soranus for inventing the Table of Contents around 100 BC.
  • simpletoc/trunk/package-lock.json

    r3421360 r3421410  
    11{
    22    "name": "simpletoc",
    3     "version": "6.9.5",
     3    "version": "6.9.6",
    44    "lockfileVersion": 3,
    55    "requires": true,
     
    77        "": {
    88            "name": "simpletoc",
    9             "version": "6.9.5",
     9            "version": "6.9.6",
    1010            "license": "GPL-2.0-or-later",
    1111            "dependencies": {
  • simpletoc/trunk/package.json

    r3421360 r3421410  
    11{
    22    "name": "simpletoc",
    3     "version": "6.9.5",
     3    "version": "6.9.6",
    44    "author": "Marc Tönsing",
    55    "description": "SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.",
  • simpletoc/trunk/plugin.php

    r3421360 r3421410  
    44 * Plugin URI:    https://marc.tv/simpletoc-wordpress-inhaltsverzeichnis-plugin-gutenberg/
    55 * Description:   SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.
    6  * Version:       6.9.5
     6 * Version:       6.9.6
    77 * Author:        Marc Tönsing
    88 * Author URI:    https://toensing.com
  • simpletoc/trunk/readme.txt

    r3421360 r3421410  
    44Requires at least: 5.9
    55Tested up to: 6.9
    6 Stable tag: 6.9.5
    7 Requires PHP: 7.0
     6Stable tag: 6.9.6
     7Requires PHP: 7.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2222= User Feedback =
    2323
    24 > It is lightweight, stable, and fully compatible with WordPress Full Site Editing. A reliable solution that integrates seamlessly and performs exactly as expected.
     24> "It is lightweight, stable, and fully compatible with WordPress Full Site Editing. A reliable solution that integrates seamlessly and performs exactly as expected."
    2525— [@js100 on wordpress.org](https://wordpress.org/support/topic/good-job-1889/)
    2626
    27 > Does the job perfectly, and adds no bloat.
     27> "Does the job perfectly, and adds no bloat."
    2828— [@clicknathan on wordpress.org](https://wordpress.org/support/topic/does-the-job-perfectly-and-adds-no-bloat/)
    2929
    30 > Simple yet powerful. Great plugin that does exactly what you need.
     30> "Simple yet powerful. Great plugin that does exactly what you need."
    3131— [@mixey on wordpress.org](https://wordpress.org/support/topic/simple-yet-powerful-106/)
    3232
    3333= Accessibility =
    3434
    35 This plugin is designed & developed for WCAG 2.2 level AA conformance. The plugin is tested with assistive technology and intended to be accessible, however some third party plugins or themes may affect the individual accessibility on a given website. If you find an accessibility issue, please let us know and we'll try to address it promptly.
     35This plugin is designed & developed for WCAG 2.2 level AA conformance. The plugin is tested with assistive technology and intended to be accessible, however some third party plugins or themes may affect the individual accessibility on a given website. If you find an accessibility issue, please [let us know](https://github.com/mtoensing/simpletoc/issues) and we'll try to address it promptly.
    3636
    3737= Features =
     
    7171== Changelog ==
    7272
    73 = 6.9.5 =
     73= 6.9.6 =
    7474* Added: Coding standards cleanup with improved rules, cleaner code, safer output, and consistent naming. Thanks @ronalfy
     75* Added: Minimum PHP version requirement set to 7.3
    7576
    7677= 6.9.4 =
     
    164165Many thanks to [Tom J Nowell](https://tomjn.com) and and Sally CJ who both helped me a lot with my questions over at wordpress.stackexchange.com
    165166
     167And many more thanks to all the [developers on GitHub](https://github.com/mtoensing/simpletoc/graphs/contributors) who helped me making SimpleTOC what it is today!
     168
    166169Thanks to Quintus Valerius Soranus for inventing the Table of Contents around 100 BC.
Note: See TracChangeset for help on using the changeset viewer.