Skip to content

Commit

Permalink
## [2.1.2] - 2018-02-09
Browse files Browse the repository at this point in the history
### Fixed
- Create of category
  • Loading branch information
tabuna committed Feb 9, 2018
1 parent e7d67f1 commit 0b7bb1a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]


## [2.1.2] - 2018-02-09

### Fixed
- Create of category

## [2.1.1] - 2018-02-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion resources/views/container/systems/category/desc.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div class="container">

{!! generate_form($behavior->fields(), !$termTaxonomy->exists ? null : optional($termTaxonomy->term)->toArray(), $code,'content') !!}
{!! generate_form($behavior->fields(), !$termTaxonomy->exists ? [] : optional($termTaxonomy->term)->toArray(), $code,'content') !!}

</div>

Expand Down
2 changes: 1 addition & 1 deletion src/Platform/Kernel/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Dashboard
/**
* ORCHID Version.
*/
const VERSION = '2.1.1';
const VERSION = '2.1.2';

/**
* @var
Expand Down

0 comments on commit 0b7bb1a

Please sign in to comment.