Skip to content

Commit

Permalink
version 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 21, 2019
1 parent 4e585fc commit cae2c92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Changelog

## Unreleased
## 2.1.9 - 2019-02-21

### Added
- Use the new `ProjectConfig::defer()` from Craft to help with Matrix combinations and Project Config. (thanks @brandonkelly).
- Add checks/fixes for content tables with incorrect field columns.
- Add checker/fixer to plugin settings.

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

### Fixed
- Fix issues with Project Config and Matrix.

## 2.1.8 - 2019-02-18

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

0 comments on commit cae2c92

Please sign in to comment.