Skip to content

Commit

Permalink
Release 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Feb 2, 2024
1 parent 7a849d0 commit b894ee4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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).

## Unreleased
## 2.0.0-beta.1 - 2024-02-02

### Added
- Added Craft 5 compatibility
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Then open your project's control panel, navigate to Settings → Plugins, fin

## Requirements

Entry Type Fields 1.x requires Craft CMS 4.4.0 or any later Craft CMS 4 release.
Entry Type Fields 2.x requires Craft CMS 5.

---

Expand Down
8 changes: 4 additions & 4 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": "1.0.0",
"version": "2.0.0-beta.1",
"type": "craft-plugin",
"keywords": [
"cms",
Expand All @@ -22,7 +22,7 @@
"support": {
"issues": "https://github.com/spicywebau/craft-entry-type-fields/issues",
"source": "https://github.com/spicywebau/craft-entry-type-fields",
"rss": "https://github.com/spicywebau/craft-entry-type-fields/commits/1.x.atom"
"rss": "https://github.com/spicywebau/craft-entry-type-fields/commits/2.x.atom"
},
"autoload": {
"psr-4": {
Expand All @@ -33,8 +33,8 @@
"handle": "entry-type-fields",
"name": "Entry Type Fields",
"class": "spicyweb\\entrytypefields\\Plugin",
"changelogUrl": "https://github.com/spicywebau/craft-entry-type-fields/blob/1.x/CHANGELOG.md",
"downloadUrl": "https://github.com/spicywebau/craft-entry-type-fields/archive/refs/tags/1.0.0.zip"
"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"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit b894ee4

Please sign in to comment.