diff --git a/CHANGELOG.md b/CHANGELOG.md index ade96eb2..9bcb8c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Changelog -## Unreleased +## 5.2.23 - 2025-01-31 + +### Added +- Added the `resaveFieldBlockStructuresInIndividualJobs` plugin setting (previously added in 4.2.24, defaults to `false`) ### Fixed - Fixed a bug where queries for elements with empty or nonempty Neo fields weren't working +- Fixed a bug where Neo field sort order data in the project config would set block type groups in the incorrect place when rebuilding the project config ## 5.2.22 - 2025-01-16 diff --git a/composer.json b/composer.json index 2169a160..6063c144 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "spicyweb/craft-neo", "description": "A Matrix-like field type with block hierarchy", - "version": "5.2.22", + "version": "5.2.23", "type": "craft-plugin", "keywords": [ "cms", @@ -21,7 +21,7 @@ "support": { "issues": "https://github.com/spicywebau/craft-neo/issues", "source": "https://github.com/spicywebau/craft-neo", - "docs": "https://github.com/spicywebau/craft-neo/blob/5.2.22/README.md", + "docs": "https://github.com/spicywebau/craft-neo/blob/5.2.23/README.md", "rss": "https://github.com/spicywebau/craft-neo/commits/5.x.atom" }, "require": { @@ -44,7 +44,7 @@ "schemaVersion": "5.1.0.1", "class": "benf\\neo\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-neo/blob/5.x/CHANGELOG.md", - "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/5.2.22.zip" + "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/refs/tags/5.2.23.zip" }, "config": { "allow-plugins": { diff --git a/package.json b/package.json index 4745784d..60fd46db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "craft-neo", - "version": "5.2.22", + "version": "5.2.23", "description": "A Matrix-like field type with block hierarchy", "main": "webpack.config.js", "scripts": {