From 88e486d54a92e485963319846674ed0e3f43e5f7 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sun, 3 Jan 2021 17:13:03 +0300 Subject: [PATCH] Bootstrap Blog 1.9.0 --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- templates/blog.html | 4 ++-- theme.yaml | 4 ++-- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2782cac..92b7b00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +# [1.9.0](https://github.com/flextype-plugins/themes-admin/compare/v1.8.0...v1.9.0) (2021-01-03) + +### Features + +* **core** update code base for new Flextype 0.9.15 + # [1.8.0](https://github.com/flextype-plugins/themes-admin/compare/v1.7.0...v1.8.0) (2020-12-30) diff --git a/README.md b/README.md index f11b60a..5b15f10 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.14 | [download](https://github.com/flextype/flextype/) | +| [flextype](https://github.com/flextype/flextype) | 0.9.15 | [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/templates/blog.html b/templates/blog.html index 6625a3c..2151f2e 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -4,8 +4,8 @@ {# pagination #} - {% set page = query.page %} - {% set tag = query.tag %} + {% set page = request.getUri().getQuery().page %} + {% set tag = request.getUri().getQuery().tag %} {% set blog = flextype.entries.fetch('blog', {'collection': true}) %} {% set blog_posts_limit = flextype.entries.fetch('blog').entries_limit %} diff --git a/theme.yaml b/theme.yaml index 9cdcc31..497ac96 100755 --- a/theme.yaml +++ b/theme.yaml @@ -1,5 +1,5 @@ name: Bootstrap Blog -version: 1.8.0 +version: 1.9.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.14 + flextype: 0.9.15 site: '>=1.0.0' twig: '>=1.0.0'