Skip to content

Commit 14e2883

Browse files
committed
version 0.3.2
Signed-off-by: Josh Crawford <[email protected]>
1 parent a38b82e commit 14e2883

File tree

7 files changed

+930
-16
lines changed

7 files changed

+930
-16
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ Thanks go to [@brandonkelly](https://github.com/brandonkelly) and [@benparizek](
8383

8484
## Changelog
8585

86+
#### 0.3.2
87+
88+
- Fix for Matrix-SuperTable-Matrix field configuration and correct namespacing. Caused numerous inner-Matrix issues.
89+
8690
#### 0.3.1
8791

8892
- Fix for field labels on inner-Matrix field being hidden [#16](https://github.com/engram-design/SuperTable/issues/16).

supertable/SuperTablePlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public function getName()
1414

1515
public function getVersion()
1616
{
17-
return '0.3.1';
17+
return '0.3.2';
1818
}
1919

2020
public function getDeveloper()

0 commit comments

Comments
 (0)