Skip to content

Commit 78a53ad

Browse files
committed
version 2.6.4
1 parent 8f0042b commit 78a53ad

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.6.4 - 2020-11-28
4+
5+
### Changed
6+
- 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.
7+
8+
### Fixed
9+
- Fix block type model `getHandle()` returning values included a hyphen, causing issues with GraphQL.
10+
- Fix typehint for `getRelatedElementsQuery()`.
11+
312
## 2.6.3 - 2020-09-28
413

514
### Fixed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/super-table",
33
"description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
44
"type": "craft-plugin",
5-
"version": "2.6.3",
5+
"version": "2.6.4",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)