Skip to content

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jul 21, 2024
1 parent c4ad0b5 commit d399930
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

## 1.2.0 - 2024-07-21

### Added
- Add `Link::linkUri`.
- Add “Create backup” checkbox for migrations.
- Add `create-backup` console command option for migrations.
- Add missing descriptions for console commands.

### 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.
- Improve GraphQL Schema generation performance. (thanks @markhuot).
- Handle migration of anchor-only URLs for Typed Link fields.

### Fixed
- Fix Typed Link migration for Site link types.
- Fix parsing emoji's in link URLs. (thanks @sfsmfc).

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

0 comments on commit d399930

Please sign in to comment.