Skip to content

Commit

Permalink
version 0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Crawford <[email protected]>
  • Loading branch information
engram-design committed Jul 26, 2015
1 parent a38b82e commit 14e2883
Show file tree
Hide file tree
Showing 7 changed files with 930 additions and 16 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ Thanks go to [@brandonkelly](https://github.com/brandonkelly) and [@benparizek](

## Changelog

#### 0.3.2

- Fix for Matrix-SuperTable-Matrix field configuration and correct namespacing. Caused numerous inner-Matrix issues.

#### 0.3.1

- Fix for field labels on inner-Matrix field being hidden [#16](https://github.com/engram-design/SuperTable/issues/16).
Expand Down
2 changes: 1 addition & 1 deletion supertable/SuperTablePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function getName()

public function getVersion()
{
return '0.3.1';
return '0.3.2';
}

public function getDeveloper()
Expand Down
Loading

0 comments on commit 14e2883

Please sign in to comment.