Skip to content

Commit

Permalink
version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 13, 2024
1 parent ca4cc8e commit c5814ab
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

## 3.0.0-beta.2 - 2024-03-27

### Fixed
- Fix a compatibility issue with Formie and Entries fields.

## 3.0.0-beta.1 - 2024-03-04
## 3.0.0 - 2024-05-13

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

### Fixed
- Fix a compatibility issue with Formie and Entries fields.

## 2.0.5 - 2023-08-03

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/expanded-singles",
"description": "Extract Single entries to be top-level entries.",
"type": "craft-plugin",
"version": "3.0.0-beta.2",
"version": "3.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -26,8 +26,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 c5814ab

Please sign in to comment.