diff --git a/CHANGELOG.md b/CHANGELOG.md index 9793d68..5679141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 4.2.2 - 2023-10-05 + +### Added +- Add “Image Align” option to “Buttons” buttons. + +### Changed +- Improve alignment of “Buttons” type fields. + +### Fixed +- Fix default value for fields not working correctly in some instances. +- Fix invalid (removed) options causing issues when save fields. + ## 4.2.1 - 2023-08-12 ### Changed diff --git a/composer.json b/composer.json index dd8c19f..6e2bea0 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/buttonbox", "description": "A collection of utility field types.", "type": "craft-plugin", - "version": "4.2.1", + "version": "4.2.2", "keywords": [ "craft", "cms",