Skip to content

Commit

Permalink
version 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jun 25, 2023
1 parent 321a008 commit cb66f58
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

## 1.1.8 - 2023-06-25

### Added
- Add link types to GraphQL queries.
- Add `Link::isElement()`.

### Changed
- Element links now only return an element value when the linked-to element is enabled.

### Fixed
- Fix GraphQL queries containing `isElement` and `isEmpty`.
- Fix `LinkInterface` not being registered properly as a GraphQL interface.
- Fix some field layout elements not allowing custom instructions text.
- Fix an error when uninstalling third-party elements that register a link type.

## 1.1.7 - 2023-05-27

### 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": "1.1.7",
"version": "1.1.8",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit cb66f58

Please sign in to comment.