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>2020-12-02 01:27:15 +0300
committerMatt Stratton <matt.stratton@hey.com>2020-12-02 01:27:15 +0300
commit8f8c254a951d26749dce916bce5589b09b925a2f (patch)
treef46f7761fcff3e64942ff13d6efe5da9a075048c
parent928e71dfb62456e047f7ce1116b7915ec9e68d14 (diff)
Update theme to version 1.13.01.13.0
-rw-r--r--CHANGELOG.md11
-rw-r--r--theme.toml2
2 files changed, 11 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c6b605..9b41146 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [1.13.0](https://github.com/mattstratton/castanet/tree/1.13.0) (2020-12-01)
+
+**Implemented enhancements:**
+
+- Add Functionality: Show next upcoming episode [\#309](https://github.com/mattstratton/castanet/pull/309) ([chrisreddington](https://github.com/chrisreddington))
+
## [1.12.1](https://github.com/mattstratton/castanet/tree/1.12.1) (2020-12-01)
**Implemented enhancements:**
@@ -343,7 +349,6 @@
**Fixed bugs:**
-- Sharing and pagination buttons are mis-aligned on some episode pages [\#87](https://github.com/mattstratton/castanet/issues/87)
- Host images on about template need to be passed through absURL [\#83](https://github.com/mattstratton/castanet/issues/83)
- Remove extra LESS files [\#82](https://github.com/mattstratton/castanet/issues/82)
- Main nav spans entire viewport [\#61](https://github.com/mattstratton/castanet/issues/61)
@@ -362,6 +367,10 @@
- Add additional host fields [\#71](https://github.com/mattstratton/castanet/issues/71)
- Add additional guest fields [\#70](https://github.com/mattstratton/castanet/issues/70)
+**Fixed bugs:**
+
+- Sharing and pagination buttons are mis-aligned on some episode pages [\#87](https://github.com/mattstratton/castanet/issues/87)
+
## [v0.4.0](https://github.com/mattstratton/castanet/tree/v0.4.0) (2017-05-03)
**Implemented enhancements:**
diff --git a/theme.toml b/theme.toml
index b5a674a..17940c7 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.12.1"
+theme_version = "1.13.0"
[author]
name = "Matt Stratton"