Skip to content

Commit

Permalink
version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 18, 2024
1 parent 8e052a4 commit 66c01e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
17 changes: 5 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog

## 2.0.0-beta.3 - 2024-04-12
## 2.0.0 - 2024-05-18

### Added
- Add support for Hyper fields

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

### Fixed
- Fix some fields like Hyper and Vizy not showing in preview correctly.
- Fix display of importing deleted elements.
Expand All @@ -14,17 +18,6 @@
- Fix an error when trying to preview an element with no parent.
- Fix an error for non-English sites.

## 2.0.0-beta.2 - 2024-03-05

### Fixed
- Fix an install error related to `nystudio107/craft-plugin-vite`.

## 2.0.0-beta.1 - 2024-03-04

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

## 1.0.4 - 2024-03-18

### Added
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/zen",
"description": "Manage content across multiple environments with ease.",
"type": "craft-plugin",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -26,10 +26,10 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"craftcms/cms": "^5.0.0",
"mistralys/text-diff": "^2.0",
"nystudio107/craft-plugin-vite": "^5.0.0-beta.1",
"verbb/base": "^3.0.0-beta.1",
"nystudio107/craft-plugin-vite": "^5.0.0",
"verbb/base": "^3.0.0",
"wa72/htmlpagedom": "^2.0 || ^3.0"
},
"require-dev": {
Expand Down

0 comments on commit 66c01e4

Please sign in to comment.