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@hey.com>2021-02-18 19:28:08 +0300
committerMatt Stratton <matt.stratton@hey.com>2021-02-18 19:28:08 +0300
commit40522d6e43cefc1f50eb16263fb6fe1e7a5aa4ac (patch)
tree745b131d2393db809528287e78634a341376e37e
parent407b4410141df2c79af5bed90b5d290913d8130d (diff)
Update theme to version 1.14.31.14.3
-rw-r--r--CHANGELOG.md18
-rw-r--r--theme.toml2
2 files changed, 15 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 950a72d..07d0676 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [1.14.3](https://github.com/mattstratton/castanet/tree/1.14.3) (2021-02-18)
+
+**Fixed bugs:**
+
+- \[BUG\] - Remove blog from jumbotron when not in use [\#338](https://github.com/mattstratton/castanet/issues/338)
+
+**Merged pull requests:**
+
+- Update version of ini package [\#336](https://github.com/mattstratton/castanet/pull/336) ([mattstratton](https://github.com/mattstratton))
+
## [1.14.1](https://github.com/mattstratton/castanet/tree/1.14.1) (2021-01-04)
**Fixed bugs:**
@@ -140,10 +150,6 @@
- Fix bug in episode template with transcripts [\#276](https://github.com/mattstratton/castanet/pull/276) ([mattstratton](https://github.com/mattstratton))
-**Merged pull requests:**
-
-- Update host code to be a partial [\#166](https://github.com/mattstratton/castanet/pull/166) ([mattstratton](https://github.com/mattstratton))
-
## [1.5.0](https://github.com/mattstratton/castanet/tree/1.5.0) (2020-05-19)
**Implemented enhancements:**
@@ -341,6 +347,10 @@
- Enhanced Host Support [\#142](https://github.com/mattstratton/castanet/issues/142)
+**Merged pull requests:**
+
+- Update host code to be a partial [\#166](https://github.com/mattstratton/castanet/pull/166) ([mattstratton](https://github.com/mattstratton))
+
## [0.8.0](https://github.com/mattstratton/castanet/tree/0.8.0) (2017-06-13)
**Implemented enhancements:**
diff --git a/theme.toml b/theme.toml
index 4de7b3e..b8e44c7 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.69.2"
-theme_version = "1.14.2"
+theme_version = "1.14.3"
[author]
name = "Matt Stratton"