From 11f9b5dffbb839ec4a56894dd02ad7fb5f688b46 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 26 Aug 2020 00:01:43 +0300 Subject: [PATCH] Blog 1.5.0 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- theme.yaml | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753bece..9165403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# [1.5.0](https://github.com/flextype-themes/bootstrap-blog) (2020-08-26) + +### Features + +* **core** update code base for new Flextype 0.9.11 + # [1.4.0](https://github.com/flextype-themes/bootstrap-blog) (2020-08-19) diff --git a/README.md b/README.md index b338566..a6e55fc 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![preview](preview.png)

-Version License Total downloads Flextype Discord +Version License Total downloads Flextype Discord

## Features @@ -18,7 +18,7 @@ The following dependencies need to be downloaded and installed for Bootstrap Blo | Item | Version | Download | |---|---|---| -| [flextype](https://github.com/flextype/flextype) | 0.9.10 | [download](https://github.com/flextype/flextype/) | +| [flextype](https://github.com/flextype/flextype) | 0.9.11 | [download](https://github.com/flextype/flextype/) | | [site](https://github.com/flextype-plugins/site) | >=1.0.0 | [download](https://github.com/flextype-plugins/site/releases) | | [twig](https://github.com/flextype-plugins/twig) | >=1.0.0 | [download](https://github.com/flextype-plugins/twig/releases) | diff --git a/theme.yaml b/theme.yaml index 4c255ad..d397352 100755 --- a/theme.yaml +++ b/theme.yaml @@ -1,5 +1,5 @@ name: Bootstrap Blog Theme -version: 1.4.0 +version: 1.5.0 description: Twitter Bootstrap Blog theme for Flextype. author: name: Sergey Romanenko @@ -10,6 +10,6 @@ bugs: https://github.com/flextype-themes/bootstrap-blog/issues license: MIT dependencies: - flextype: 0.9.10 + flextype: 0.9.11 site: '>=1.0.0' twig: '>=1.0.0'