Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Mar 31, 2020
1 parent cb8f1fe commit ca8ac02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## v1.0.3 (03/28/19)
## v1.0.4 (03/31/20)

- fix(block): Fix block registration

## v1.0.3 (03/28/20)

### Bug fixes

Expand All @@ -12,7 +16,7 @@
- enhance(poet): Use `Arr::get()` for handling array getters with fallback values
- chore(config): Lowercase instances of "block"

## v1.0.2 (03/25/19)
## v1.0.2 (03/25/20)

### Enhancements

Expand All @@ -28,7 +32,7 @@
- chore(docs): Improve README.md documentation
- chore(license): Bump license to 2020.

## v1.0.1 (03/24/19)
## v1.0.1 (03/24/20)

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion src/Poet.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ protected function registerBlocks()
'content' => $value->get('strip', true) && $this->isEmpty($content) ? false : $content
]);
},
]);
]);
}
});
}
Expand Down

0 comments on commit ca8ac02

Please sign in to comment.