Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Mar 24, 2024
1 parent b894ee4 commit aa8ae20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.0.0-beta.1 - 2024-02-02
## 2.0.0 - 2024-03-24

### Added
- Added Craft 5 compatibility
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spicyweb/craft-entry-type-fields",
"description": "Craft CMS field types for selecting entry types",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"type": "craft-plugin",
"keywords": [
"cms",
Expand All @@ -16,7 +16,7 @@
}
],
"require": {
"craftcms/cms": "^5.0.0-alpha.11",
"craftcms/cms": "^5.0.0-beta.11",
"php": "^8.2"
},
"support": {
Expand All @@ -34,7 +34,7 @@
"name": "Entry Type Fields",
"class": "spicyweb\\entrytypefields\\Plugin",
"changelogUrl": "https://github.com/spicywebau/craft-entry-type-fields/blob/2.x/CHANGELOG.md",
"downloadUrl": "https://github.com/spicywebau/craft-entry-type-fields/archive/refs/tags/2.0.0-beta.1.zip"
"downloadUrl": "https://github.com/spicywebau/craft-entry-type-fields/archive/refs/tags/2.0.0.zip"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit aa8ae20

Please sign in to comment.