Skip to content

Commit

Permalink
version 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 2, 2025
1 parent 49f03b1 commit 3e7542e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.3.6 - 2025-02-02

### Fixed
- Fix GraphQL link type definitions for custom link types.

## 1.3.5 - 2024-12-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.3.5",
"version": "1.3.6",
"keywords": [
"craft",
"cms",
Expand Down
19 changes: 19 additions & 0 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,25 @@
"rFN" : 0,
"uCM" : 0
},
"\/docs\/guides\/creating-links-programatically.md" : {
"cB" : 0,
"cS" : 0,
"eF" : 1,
"eL" : 1,
"ema" : 1,
"eSQ" : 1,
"ft" : 4096,
"hM" : 0,
"oA" : 1,
"oAP" : "\/docs\/guides\/creating-links-programatically.html",
"oF" : 0,
"oFM" : 0,
"oS" : 0,
"pHT" : 0,
"pME" : 1,
"rFN" : 0,
"uCM" : 0
},
"\/docs\/guides\/migrating-from-link.md" : {
"cB" : 0,
"cS" : 0,
Expand Down

0 comments on commit 3e7542e

Please sign in to comment.