We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf27e6 commit 9f03453Copy full SHA for 9f03453
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.1.12 - 2019-02-25
4
+
5
+### Fixed
6
+- Fix content tables updating (and potentially removing data) when fields are missing in Craft.
7
+- Added `maxPowerCaptain()` to actionFixContentTables, allow fixing table contents to take a while.
8
9
## 2.1.11 - 2019-02-22
10
11
### Fixed
composer.json
@@ -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.11",
+ "version": "2.1.12",
"keywords": [
"craft",
"cms",
0 commit comments