Skip to content

Commit fea0edc

Browse files
committed
Release 5.5.6
1 parent 4072074 commit fea0edc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 5.5.6 - 2026-02-27
44

55
### Fixed
66
- Fixed a missing PHP use statement that caused the fix from 5.5.5 not to work

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spicyweb/craft-neo",
33
"description": "A Matrix-like field type with block hierarchy",
4-
"version": "5.5.5",
4+
"version": "5.5.6",
55
"type": "craft-plugin",
66
"keywords": [
77
"cms",
@@ -21,7 +21,7 @@
2121
"support": {
2222
"issues": "https://github.com/spicywebau/craft-neo/issues",
2323
"source": "https://github.com/spicywebau/craft-neo",
24-
"docs": "https://github.com/spicywebau/craft-neo/blob/5.5.5/README.md",
24+
"docs": "https://github.com/spicywebau/craft-neo/blob/5.5.6/README.md",
2525
"rss": "https://github.com/spicywebau/craft-neo/commits/5.x.atom"
2626
},
2727
"require": {
@@ -44,7 +44,7 @@
4444
"schemaVersion": "5.1.0.1",
4545
"class": "benf\\neo\\Plugin",
4646
"changelogUrl": "https://github.com/spicywebau/craft-neo/blob/5.x/CHANGELOG.md",
47-
"downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/5.5.5.zip"
47+
"downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/5.5.6.zip"
4848
},
4949
"config": {
5050
"allow-plugins": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "craft-neo",
3-
"version": "5.5.5",
3+
"version": "5.5.6",
44
"description": "A Matrix-like field type with block hierarchy",
55
"main": "webpack.config.js",
66
"scripts": {

0 commit comments

Comments
 (0)