Skip to content

Commit

Permalink
version 2.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Mar 22, 2024
1 parent d1ab1fb commit cf21e1e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 2.0.0-beta.4 - 2024-03-22

### Added
- Add field migration note for when no fields are found to migrate.
- Add counter to field migration utility to make it easier to troubleshoot any failed fields.

### Changed
- Link blocks no longer show a border around the block for single links, when the header is hidden.
- Link block headers now hide the header when not required.

### Fixed
- Fix an error if an existing link block is set to a type that’s no longer in its allowed types.
- Fix an error with Embed links with image processing.
- Fix an error when rendering Commerce Variant links.
- Fix UI overflow for field.
- Fix Typed Link migration for multi-site installs.

## 2.0.0-beta.3 - 2024-03-18

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/hyper",
"description": "A user-friendly links field for Craft.",
"type": "craft-plugin",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit cf21e1e

Please sign in to comment.