Skip to content

Commit

Permalink
version 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Mar 16, 2016
1 parent c83cb4f commit 98e4c58
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
[
{
"version": "0.4.6",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/0.4.6.zip",
"date": "2016-03-16 20:00:00",
"notes": [
"[Fixed] Adding a new locale when using with a Craft Commerce product type results in a stuck background task [#58](https://github.com/engram-design/SuperTable/issues/58).",
"[Fixed] Fix Table layout overflow issues with Matrix-in-SuperTable [#59](https://github.com/engram-design/SuperTable/issues/59)",
"[Improved] Improvements to Feed Me support."
]
},
{
"version": "0.4.5",
"downloadUrl": "https://github.com/engram-design/SuperTable/archive/0.4.5.zip",
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.4.5';
return '0.4.6';
}

public function getSchemaVersion()
Expand Down
3 changes: 1 addition & 2 deletions supertable/fieldtypes/SuperTableFieldType.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,7 @@ public function validate($blocks)

public function getSearchKeywords($value)
{
if ($value)
{
if ($value) {
$keywords = array();
$contentService = craft()->content;

Expand Down

0 comments on commit 98e4c58

Please sign in to comment.