Skip to content

Commit

Permalink
version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 10, 2024
1 parent 9010a34 commit d17c4f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Changelog

## 5.0.0-beta.2 - 2024-04-09

### Fixed
- Fix an error with `normalizeValue()` when editing fields.

## 5.0.0-beta.1 - 2024-03-04
## 5.0.0 - 2024-05-11

### Changed
- Now requires PHP `8.2.0+`.
- Now requires Craft `5.0.0-beta.1+`.
- Now requires Craft `5.0.0+`.

### Fixed
- Fix an error with `normalizeValue()` when editing fields.

## 4.2.4 - 2024-03-04

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/buttonbox",
"description": "A collection of utility field types.",
"type": "craft-plugin",
"version": "5.0.0-beta.2",
"version": "5.0.0",
"keywords": [
"craft",
"cms",
Expand Down Expand Up @@ -30,8 +30,8 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"verbb/base": "^3.0.0-beta.1"
"craftcms/cms": "^5.0.0",
"verbb/base": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d17c4f0

Please sign in to comment.