Skip to content

Commit 33414fa

Browse files
authoredMar 15, 2024
Merge pull request #37 from craftcms/feature/craft-5-support
craft 5 support
2 parents e7917d1 + 8d282df commit 33414fa

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes for Anchors
22

3+
## 3.4.0 - 2024-03-15
4+
5+
- Added Craft 5 compatibility.
6+
37
## 3.3.0 - 2023-07-02
48

59
- 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))

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The anchors are named based on the heading text. The algorithm Anchors uses to c
66

77
## Requirements
88

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

1111
## Installation
1212

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prefer-stable": true,
2828
"require": {
2929
"php": "^8.0.2",
30-
"craftcms/cms": "^4.0.0-RC2"
30+
"craftcms/cms": "^4.0.0-RC2|^5.0.0-beta.1"
3131
},
3232
"require-dev": {
3333
"craftcms/ecs": "*",

‎composer.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)