diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e73e2..f1a5a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 4.3.1 - 2023-09-14 + +### Fixed +- Fixed a bug where fields from version 2.x wouldn't be migrated on projects that aren't using the project config (thanks @jamie-s-white) + ## 4.3.0 - 2023-07-02 ### Added diff --git a/composer.json b/composer.json index 9a4b123..67dda40 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "spicyweb/craft-odds-and-ends", "description": "A collection of useful tools for Craft CMS websites", "type": "craft-plugin", - "version": "4.3.0", + "version": "4.3.1", "keywords": [ "craft", "cms", @@ -32,7 +32,7 @@ "extra": { "name": "Odds & Ends", "handle": "tools", - "schemaVersion": "3.0.3", + "schemaVersion": "4.3.1", "hasCpSettings": false, "hasCpSection": false, "changelogUrl": "https://raw.githubusercontent.com/spicywebau/craft-odds-and-ends/master/CHANGELOG.md", diff --git a/src/Tools.php b/src/Tools.php index bae2d0e..26ebc12 100755 --- a/src/Tools.php +++ b/src/Tools.php @@ -55,7 +55,7 @@ class Tools extends Plugin /** * @inheritdoc */ - public string $schemaVersion = '3.0.3'; + public string $schemaVersion = '4.3.1'; /** * @inheritdoc