Skip to content

Commit

Permalink
Release 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Jun 16, 2024
1 parent 4b0fa67 commit c26e86a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 2.0.8 - 2024-06-16

### Changed
- The Neo field type is now listed in the field type selection dropdown, and the save buttons replaced with a message indicating lack of support for saving the field type, preventing the possibility of accidentally saving a Neo field as a different field type
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-quick-field",
"description": "Create Craft CMS fields on the fly while designing field layouts",
"version": "2.0.7",
"version": "2.0.8",
"type": "craft-plugin",
"keywords": [
"cms",
Expand All @@ -18,7 +18,7 @@
"support": {
"issues": "https://github.com/spicywebau/craft-quick-field/issues",
"source": "https://github.com/spicywebau/craft-quick-field",
"docs": "https://github.com/spicywebau/craft-quick-field/blob/2.0.7/README.md",
"docs": "https://github.com/spicywebau/craft-quick-field/blob/2.0.8/README.md",
"rss": "https://github.com/spicywebau/craft-quick-field/commits/2.x.atom"
},
"require": {
Expand All @@ -36,7 +36,7 @@
"schemaVersion": "1.0.0",
"class": "spicyweb\\quickfield\\Plugin",
"changelogUrl": "https://github.com/spicywebau/craft-quick-field/blob/2.x/CHANGELOG.md",
"downloadUrl": "https://github.com/spicywebau/craft-quick-field/archive/refs/tags/2.0.7.zip"
"downloadUrl": "https://github.com/spicywebau/craft-quick-field/archive/refs/tags/2.0.8.zip"
},
"config": {
"allow-plugins": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craft-quick-field",
"version": "2.0.7",
"version": "2.0.8",
"description": "Create fields on the fly while designing field layouts",
"main": "webpack.config.js",
"scripts": {
Expand Down

0 comments on commit c26e86a

Please sign in to comment.