Skip to content

Commit

Permalink
Merge branch 'v4-develop' into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
michtio committed May 11, 2022
2 parents 9f76586 + 36c584a commit 878b841
Show file tree
Hide file tree
Showing 5 changed files with 272 additions and 161 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.0.2 - 2022-05-11

### Fixed
- Fixed an issue where the field would save even if it was required
- Fixed a few missing types

## 4.0.1 - 2022-05-06

### Fixed
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": "percipiolondon/craft-colour-swatches",
"description": "Let clients choose from a predefined set of colours and utilise associated colour codes and class names in your templates.",
"type": "craft-plugin",
"version": "4.0.1",
"version": "4.0.2",
"keywords": [
"craft",
"cms",
Expand Down Expand Up @@ -30,7 +30,7 @@
"prefer-stable": true,
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0-beta.1"
"craftcms/cms": "^4.0.0"
},
"require-dev": {
"craftcms/phpstan": "dev-main"
Expand Down
Loading

0 comments on commit 878b841

Please sign in to comment.