Skip to content

Commit e820525

Browse files
committed
version 2.1.0
1 parent e0ad756 commit e820525

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 2.1.0 - 2019-01-16
4+
5+
### Fixed
6+
- Fix for ST + Matrix field combination throwing errors during migration for Craft 3.1.x.
7+
- Fixed an error that could occur when duplicating an element with a Super Table field with “Manage blocks on a per-site basis” disabled.
8+
- Fixed an error that occurred when querying for Super Table blocks if both the `with` and `indexBy` parameters were set.
9+
- Fixed a bug where Super Table blocks wouldn’t retain their content translations when an entry was duplicated from the Edit Entry page.
10+
- Fix settings dropdown/table fields not working on some cases.
11+
- Remove plugin settings page (It's not supposed to be there).
12+
313
## 2.0.14 - 2018-11-12
414

515
### Fixed

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.0.14",
5+
"version": "2.1.0",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)