Skip to content

Commit

Permalink
version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 21, 2024
1 parent 719cd01 commit 20e556e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2.0.3 - 2024-07-21

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

### Changed
- Change element-based links properly checking if their linked-to element is “empty”. For example, linking to a disabled element will now make `isEmpty` return true.

### Fixed
- Fix an error for multi-site installs where element links were being incorrectly propagated.
- Fix element links not having their `linkSiteId` value reset when removing a linked element.

## 2.0.2 - 2024-06-15

### Added
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.2",
"version": "2.0.3",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 20e556e

Please sign in to comment.