Skip to content

Commit 268b173

Browse files
committed
Bump version to 6.9.6 and update changelog
Updated version numbers in package.json, plugin.php, and readme.txt to 6.9.6. Changelog now includes coding standards cleanup and a new minimum PHP version requirement of 7.3.
1 parent 909e881 commit 268b173

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.",
66
"main": "build/index.js",

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: SimpleTOC - Table of Contents Block
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
99
* Text Domain: simpletoc

readme.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: MarcDK
33
Tags: TOC, Table of Contents, Block, Accessibility, Table
44
Requires at least: 5.9
55
Tested up to: 6.9
6-
Stable tag: 6.9.5
6+
Stable tag: 6.9.6
77
Requires PHP: 7.3
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -70,8 +70,9 @@ SimpleTOC is open-source and developed on [GitHub Pages](https://github.com/mtoe
7070

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 =
7778
* Added: Introduced proper PHP namespaces to avoid class and function name conflicts and improve overall code robustness. Thanks @ronalfy.

0 commit comments

Comments
 (0)