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-01 02:13:41 +0300
committerMatt Stratton <matt.stratton@hey.com>2020-12-01 02:13:41 +0300
commitab783cddd2d71fd844f21cc9c9dd6baacd215f45 (patch)
tree76d770fa0726214f871b2f87c2b422a6393fb30d
parenta17fa14c3036abbbeea04ede6970ae3f0441841c (diff)
Update theme to version 1.12.01.12.0
-rw-r--r--CHANGELOG.md12
-rw-r--r--theme.toml2
2 files changed, 13 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 349f560..e4b7d29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [1.12.0](https://github.com/mattstratton/castanet/tree/1.12.0) (2020-11-30)
+
+**Implemented enhancements:**
+
+- \[ENHANCEMENT\] - Add taxonomies for Tags, Series and Categories [\#306](https://github.com/mattstratton/castanet/issues/306)
+- \[ENHANCEMENT\] Add episode tags support. [\#245](https://github.com/mattstratton/castanet/issues/245)
+- Add Category, Tag and Series taxonomies to theme [\#307](https://github.com/mattstratton/castanet/pull/307) ([chrisreddington](https://github.com/chrisreddington))
+
+**Merged pull requests:**
+
+- Test of GH actions [\#305](https://github.com/mattstratton/castanet/pull/305) ([mattstratton](https://github.com/mattstratton))
+
## [1.11.2](https://github.com/mattstratton/castanet/tree/1.11.2) (2020-11-24)
**Fixed bugs:**
diff --git a/theme.toml b/theme.toml
index 05de254..4af1e73 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.11.2"
+theme_version = "1.12.0"
[author]
name = "Matt Stratton"