Skip to content

Commit cae2c92

Browse files
committed
version 2.1.9
1 parent 4e585fc commit cae2c92

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Changelog
22

3-
## Unreleased
3+
## 2.1.9 - 2019-02-21
4+
5+
### Added
6+
- Use the new `ProjectConfig::defer()` from Craft to help with Matrix combinations and Project Config. (thanks @brandonkelly).
7+
- Add checks/fixes for content tables with incorrect field columns.
8+
- Add checker/fixer to plugin settings.
49

510
### Changed
611
- Super Table now requires Craft 3.1.13 or later.
712

13+
### Fixed
14+
- Fix issues with Project Config and Matrix.
15+
816
## 2.1.8 - 2019-02-18
917

1018
### 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.1.8",
5+
"version": "2.1.9",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)