Skip to content

Commit

Permalink
version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jun 15, 2024
1 parent 8673927 commit 4fb586d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.0.2 - 2024-06-15

### Added
- Add `Link::lowerDisplayName`.

### Changed
- Change `Link::lowerDisplayName` to `Link::lowerClassDisplayName`.
- Change `Link::displayNameSlug` to `Link::classDisplayNameSlug`.

### Fixed
- Fix an error where min/max links are validated for non-multi link fields.
- Fix an error for not handling invalid link content correctly.
- Fix some JS not initializing for some fields when switching link types.
- Fix an error for Feed Me.

## 2.0.1 - 2024-05-31

### Changed
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.1",
"version": "2.0.2",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 4fb586d

Please sign in to comment.