Skip to content

Commit

Permalink
craft 4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpog committed May 28, 2022
1 parent fbbff82 commit d226429
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
- Bug with "Cannot declare class because the name is already in use" fixed.

## 1.0.0 - 2019-06-30
### Added
- Initial release
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -21,7 +21,7 @@
}
],
"require": {
"craftcms/cms": "^3.0.0-RC1"
"craftcms/cms": "^4.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d226429

Please sign in to comment.