Skip to content

Commit

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

## 1.1.32 - 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.

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

0 comments on commit bf90236

Please sign in to comment.