Skip to content

Commit 53845ad

Browse files
committed
update dep
1 parent 3f88d03 commit 53845ad

4 files changed

Lines changed: 10 additions & 7 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simpletoc",
3-
"version": "6.0.12",
3+
"version": "6.0.14",
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",
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@wordpress/env": "^9.0.0",
26-
"@wordpress/scripts": "26.19.0"
26+
"@wordpress/scripts": "^26.19.0"
2727
},
2828
"dependencies": {
2929
"@wordpress/i18n": "^4.48.0",

plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: SimpleTOC - Table of Contents Block
55
* Plugin URI: https://marc.tv/simpletoc-wordpress-inhaltsverzeichnis-plugin-gutenberg/
66
* Description: SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.
7-
* Version: 6.0.12
7+
* Version: 6.0.14
88
* Author: Marc Tönsing
99
* Author URI: https://toensing.com
1010
* Text Domain: simpletoc

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: TOC, Table of Contents, Gutenberg, block, FAQ
44
Requires at least: 5.9
55
Donate link: https://marc.tv/out/donate
66
Tested up to: 6.4
7-
Stable tag: 6.0.12
7+
Stable tag: 6.0.14
88
Requires PHP: 7.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -51,6 +51,9 @@ SimpleTOC is open-source and developed on [GitHub Pages](https://github.com/mtoe
5151

5252
== Changelog ==
5353

54+
= 6.0.14 =
55+
* Fixed: Attempt to read property post_content
56+
5457
= 6.0.11 =
5558
* Tested with WordPress 6.4.
5659
* Removed deprecated filter function.

0 commit comments

Comments
 (0)