Skip to content

Commit

Permalink
Merge pull request #37 from craftcms/feature/craft-5-support
Browse files Browse the repository at this point in the history
craft 5 support
  • Loading branch information
brandonkelly committed Mar 15, 2024
2 parents e7917d1 + 8d282df commit 33414fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Anchors

## 3.4.0 - 2024-03-15

- Added Craft 5 compatibility.

## 3.3.0 - 2023-07-02

- Added the `useAdditionalTagToAnchorTo` config setting which allows you to opt out of a tag being added and used to link to, in favour of using heading's id. ([#21](https://github.com/craftcms/anchors/issues/21))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The anchors are named based on the heading text. The algorithm Anchors uses to c

## Requirements

This plugin requires Craft CMS 4.0 or later.
This plugin requires Craft CMS 4.0.0+ or 5.0.0+.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prefer-stable": true,
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-RC2"
"craftcms/cms": "^4.0.0-RC2|^5.0.0-beta.1"
},
"require-dev": {
"craftcms/ecs": "*",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 33414fa

Please sign in to comment.