Skip to content

Commit

Permalink
version 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Dec 24, 2022
1 parent c764c20 commit 2586b23
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.7.4 - 2022-12-25

### Changed
- Block queries’ `field` params now support passing an array of `verbb\supertable\fields\SuperTableField` objects.

### Fixed
- Fix translation file.
- Fix a bug where saving a field without any block types would result in no changes made to the previously-configured block types, rather than displaying a validation error.
- Fix a bug where blocks could be deleted from newly-created multi-site entries, if the edit page was reloaded.
- Fix collapsed matrix-style fields no longer have preview text.

## 2.7.3 - 2022-09-14

### 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.7.3",
"version": "2.7.4",
"keywords": [
"craft",
"cms",
Expand Down
4 changes: 2 additions & 2 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -322,12 +322,12 @@
"oAP" : "\/src\/templates",
"oF" : 0
},
"\/src\/translations\/en\/buttonbox.php" : {
"\/src\/translations\/en\/super-table.php" : {
"cB" : 0,
"ft" : 8192,
"hM" : 0,
"oA" : 2,
"oAP" : "\/src\/translations\/en\/buttonbox.php",
"oAP" : "\/src\/translations\/en\/super-table.php",
"oF" : 0
},
"\/src\/variables" : {
Expand Down

0 comments on commit 2586b23

Please sign in to comment.