Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Sep 14, 2024
1 parent 5813178 commit 10b08d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## 1.3.0 - Unreleased
## 1.3.0 - 2024-09-14

### Added
- Add a more descriptive warning when Hyper is initialized before Craft is.
- Improve handling of link types that are invalid (removed or unavailable).
- Link types now can specify any required plugins via `getRequiredPlugins()`.

### Changed
- Improve handling of link types that are invalid (removed or unavailable).
- Hyper will now throw a fatal error if an element query is made before Craft is initialized (as per Craft best practices).

## 1.2.2 - 2024-09-07

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

0 comments on commit 10b08d7

Please sign in to comment.