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-01-04 23:19:56 +0300
committerMatt Stratton <matt.stratton@hey.com>2021-01-04 23:19:56 +0300
commit187d051fb0397f8a0a0ae8e9c99b05066d3011b7 (patch)
tree64d64647f253aa4bc824270b257be1f9335216ba
parent9a38cc651eddff51b9c5e7979ecff6e707df01af (diff)
Update theme to version 1.14.11.14.1
-rw-r--r--CHANGELOG.md16
-rw-r--r--theme.toml2
2 files changed, 12 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8616429..950a72d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
-## [1.14.0](https://github.com/mattstratton/castanet/tree/1.14.0) (2021-01-01)
+## [1.14.1](https://github.com/mattstratton/castanet/tree/1.14.1) (2021-01-04)
+
+**Fixed bugs:**
+
+- Fixing RSS feed publishing bug [\#335](https://github.com/mattstratton/castanet/pull/335) ([chrisreddington](https://github.com/chrisreddington))
+
+## [1.14.0](https://github.com/mattstratton/castanet/tree/1.14.0) (2021-01-02)
**Implemented enhancements:**
@@ -134,6 +140,10 @@
- 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:**
@@ -331,10 +341,6 @@
- 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 820dc32..5d004d2 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.0"
+theme_version = "1.14.1"
[author]
name = "Matt Stratton"