From 15d8eefaf5beb09fc06e96f009dae9e0f4c4bfa6 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Sat, 23 Nov 2019 12:21:51 -0600 Subject: [PATCH] Update theme to version 1.1.20 --- CHANGELOG.md | 9 +++++++++ theme.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b4d7b7..3199b5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.1.20](https://github.com/mattstratton/castanet/tree/1.1.20) (2019-11-23) +**Fixed bugs:** + +- \[Bug\] Trying to Switch Page Layouts [\#233](https://github.com/mattstratton/castanet/issues/233) + +**Merged pull requests:** + +- Fix pagination code on grid layout [\#235](https://github.com/mattstratton/castanet/pull/235) ([mattstratton](https://github.com/mattstratton)) + ## [1.1.19](https://github.com/mattstratton/castanet/tree/1.1.19) (2019-11-18) **Closed issues:** diff --git a/theme.toml b/theme.toml index 6744eefa..6975d2f5 100644 --- a/theme.toml +++ b/theme.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/mattstratton/castanet" tags = ["podcast", "responsive"] features = ["podcast RSS", "subscribe buttons"] min_version = "0.58.3" -theme_version = "1.1.19" +theme_version = "1.1.20" [author] name = "Matt Stratton"