Skip to content

Commit 2586b23

Browse files
committed
version 2.7.4
1 parent c764c20 commit 2586b23

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 2.7.4 - 2022-12-25
4+
5+
### Changed
6+
- Block queries’ `field` params now support passing an array of `verbb\supertable\fields\SuperTableField` objects.
7+
8+
### Fixed
9+
- Fix translation file.
10+
- 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.
11+
- Fix a bug where blocks could be deleted from newly-created multi-site entries, if the edit page was reloaded.
12+
- Fix collapsed matrix-style fields no longer have preview text.
13+
314
## 2.7.3 - 2022-09-14
415

516
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
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.7.3",
5+
"version": "2.7.4",
66
"keywords": [
77
"craft",
88
"cms",

config.codekit3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,12 @@
322322
"oAP" : "\/src\/templates",
323323
"oF" : 0
324324
},
325-
"\/src\/translations\/en\/buttonbox.php" : {
325+
"\/src\/translations\/en\/super-table.php" : {
326326
"cB" : 0,
327327
"ft" : 8192,
328328
"hM" : 0,
329329
"oA" : 2,
330-
"oAP" : "\/src\/translations\/en\/buttonbox.php",
330+
"oAP" : "\/src\/translations\/en\/super-table.php",
331331
"oF" : 0
332332
},
333333
"\/src\/variables" : {

0 commit comments

Comments
 (0)