Skip to content

Commit

Permalink
- Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alegauss committed Mar 4, 2019
1 parent 325a70b commit 32a2a75
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
## 0.3.4

#### NEW FEATURES
* Multi Select Widget
* Export/Import MultiSelect (ArrayValue)
* Banner: App Version and Color
* Export Post Types from Post Type Page Layout as dependency
* Sortable for Relator
* Javascript: shObject.getRelation()
* Kubernetes: Deployments files

#### IMPROVEMENTS
* Reference JSON and it shows Javascript Code error into logs
* Delete old reference before update Post
* Turing Integration: Index using SNJob
* Reference Refactory
* Import Relator with postion
* FolderMap (JS)
* Unwrap sh-region
* Removed UI Local Files, using submodule shiohara-ui
* Removed MongoDB
* Spring Boot 2.1.3 and Gradle 5.2.1

## 0.3.3 (January 04, 2019)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ private void createShPostAttrs(ShPostExchange shPostExchange, ShPost shPost, Map
}
} else {
ShPostAttr shPostAttr = new ShPostAttr();
System.out.println(shPostField.getValue() != null ? shPostField.getValue().getClass().getName() : null);
if (shPostField.getValue() instanceof ArrayList)
shPostAttr.setArrayValue((new HashSet<String>((ArrayList<String>) shPostField.getValue())));
else
Expand Down

0 comments on commit 32a2a75

Please sign in to comment.