Skip to content

Commit

Permalink
version 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Nov 28, 2020
1 parent 8f0042b commit 78a53ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.6.4 - 2020-11-28

### Changed
- Sub-fields of Super Table fields now have “Use this field’s values as search keywords” unchecked for new fields. This is inline with Craft's native Matrix behaviour.

### Fixed
- Fix block type model `getHandle()` returning values included a hyphen, causing issues with GraphQL.
- Fix typehint for `getRelatedElementsQuery()`.

## 2.6.3 - 2020-09-28

### 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/super-table",
"description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
"type": "craft-plugin",
"version": "2.6.3",
"version": "2.6.4",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 78a53ad

Please sign in to comment.