Skip to content

Commit

Permalink
version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jan 16, 2019
1 parent e0ad756 commit e820525
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 2.1.0 - 2019-01-16

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

## 2.0.14 - 2018-11-12

### 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.0.14",
"version": "2.1.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit e820525

Please sign in to comment.