Skip to content

Commit

Permalink
Release 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Sep 14, 2023
1 parent 721022f commit 3c17726
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Tools extends Plugin
/**
* @inheritdoc
*/
public string $schemaVersion = '3.0.3';
public string $schemaVersion = '4.3.1';

/**
* @inheritdoc
Expand Down

0 comments on commit 3c17726

Please sign in to comment.