Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2019-11-23 21:21:51 +0300
committerMatt Stratton <matt.stratton@gmail.com>2019-11-23 21:21:51 +0300
commit15d8eefaf5beb09fc06e96f009dae9e0f4c4bfa6 (patch)
tree58ca82d54649dcf27ac9fbfd94e812848bd520c2
parent4647fd7ea6afe4df731cc003f68917fa50351069 (diff)
Update theme to version 1.1.201.1.20
-rw-r--r--CHANGELOG.md9
-rw-r--r--theme.toml2
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1b4d7b..3199b5e 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 6744eef..6975d2f 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"