Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoensing committed Dec 22, 2023
1 parent 3f88d03 commit 53845ad
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simpletoc",
"version": "6.0.12",
"version": "6.0.14",
"author": "Marc Tönsing",
"description": "SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.",
"main": "build/index.js",
Expand All @@ -23,7 +23,7 @@
},
"devDependencies": {
"@wordpress/env": "^9.0.0",
"@wordpress/scripts": "26.19.0"
"@wordpress/scripts": "^26.19.0"
},
"dependencies": {
"@wordpress/i18n": "^4.48.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: SimpleTOC - Table of Contents Block
* Plugin URI: https://marc.tv/simpletoc-wordpress-inhaltsverzeichnis-plugin-gutenberg/
* Description: SEO-friendly Table of Contents Gutenberg block. No JavaScript and no CSS means faster loading.
* Version: 6.0.12
* Version: 6.0.14
* Author: Marc Tönsing
* Author URI: https://toensing.com
* Text Domain: simpletoc
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: TOC, Table of Contents, Gutenberg, block, FAQ
Requires at least: 5.9
Donate link: https://marc.tv/out/donate
Tested up to: 6.4
Stable tag: 6.0.12
Stable tag: 6.0.14
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -51,6 +51,9 @@ SimpleTOC is open-source and developed on [GitHub Pages](https://github.com/mtoe

== Changelog ==

= 6.0.14 =
* Fixed: Attempt to read property post_content

= 6.0.11 =
* Tested with WordPress 6.4.
* Removed deprecated filter function.
Expand Down

0 comments on commit 53845ad

Please sign in to comment.