From d226429ff3046c0ba75287cea1ac41dba3040d76 Mon Sep 17 00:00:00 2001 From: Piotr Date: Sat, 28 May 2022 20:24:01 +0200 Subject: [PATCH] craft 4 version --- CHANGELOG.md | 12 ++++++++---- composer.json | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d2178..e187819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Table of contents Changelog -## 1.0.0 - 2019-06-30 -### Added -- Initial release +## 2.0.0 - 2022-0528 +### Fixed +- Added Craft CMS 4 support ## 1.0.1 - 2019-11-23 ### Fixed -- Bug with "Cannot declare class because the name is already in use" fixed. \ No newline at end of file +- Bug with "Cannot declare class because the name is already in use" fixed. + +## 1.0.0 - 2019-06-30 +### Added +- Initial release \ No newline at end of file diff --git a/composer.json b/composer.json index 1be9f13..fe81176 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "craftsnippets/table-of-contents", "description": "This plugin generates a table of contents from HTML headers in text.", "type": "craft-plugin", - "version": "1.0.2", + "version": "2.0.0", "keywords": [ "craft cms", "craftcms", @@ -21,7 +21,7 @@ } ], "require": { - "craftcms/cms": "^3.0.0-RC1" + "craftcms/cms": "^4.0.0" }, "autoload": { "psr-4": {