diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1aeca..408f9d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 2960e77..1a7e4a1 100644 --- a/composer.json +++ b/composer.json @@ -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",