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>2020-04-06 04:22:24 +0300
committerMatt Stratton <matt.stratton@gmail.com>2020-04-06 04:22:24 +0300
commit1c365f1241c7dd08120913425589fb1bc5f3e17e (patch)
tree8dd2d2b63bf34a43752302cf13876a62469a9bfd
parent1ad00ba65d0cefb3ecf30830e83502fb5f53cc64 (diff)
Update theme to version 1.3.21.3.2
-rw-r--r--CHANGELOG.md10
-rw-r--r--theme.toml2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98e4d47..4815b1f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,25 @@
# Changelog
+## [1.3.2](https://github.com/mattstratton/castanet/tree/1.3.2) (2020-04-05)
+
+**Fixed bugs:**
+
+- \[Bug\] /host/ page not displaying each host's main content [\#266](https://github.com/mattstratton/castanet/issues/266)
+
+## [1.3.1](https://github.com/mattstratton/castanet/tree/1.3.1) (2020-04-05)
+
## [1.3.0](https://github.com/mattstratton/castanet/tree/1.3.0) (2020-04-05)
**Implemented enhancements:**
+- Add twitch option under social [\#256](https://github.com/mattstratton/castanet/issues/256)
- Sort hosts in partial based on...something [\#255](https://github.com/mattstratton/castanet/issues/255)
- Provide ability for some hosts to be excluded from the Host page [\#251](https://github.com/mattstratton/castanet/issues/251)
**Fixed bugs:**
- LinkedIn does not show on individual guest pages [\#253](https://github.com/mattstratton/castanet/issues/253)
+- feed does not generate itunes titles [\#244](https://github.com/mattstratton/castanet/issues/244)
## [1.2.3](https://github.com/mattstratton/castanet/tree/1.2.3) (2020-04-04)
diff --git a/theme.toml b/theme.toml
index dd37439..ba1afb6 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.3.1"
+theme_version = "1.3.2"
[author]
name = "Matt Stratton"