Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Crawford <[email protected]>
  • Loading branch information
engram-design committed Jun 24, 2015
1 parent 7bdea43 commit 0a46bc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ Thanks go to [@brandonkelly](https://github.com/brandonkelly) and [@benparizek](

## Changelog

#### 0.3.0

- Added composer support.
- Improved performance (thanks to [@boboldehampsink](https://github.com/boboldehampsink) and [@takobell](https://github.com/takobell))

#### 0.2.9

- Added Static option for fields. Allows for blocks to be non-repeatable [see more](https://github.com/engram-design/SuperTable#staticoption).
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.2.9';
return '0.3.0';
}

public function getDeveloper()
Expand Down

0 comments on commit 0a46bc6

Please sign in to comment.