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>2018-08-03 21:13:07 +0300
committerMatt Stratton <matt.stratton@gmail.com>2018-08-03 21:13:07 +0300
commitd5ac2f2db01f6f56e99d637f4eb277e319e54db6 (patch)
treee8c737163eae4d38e2076880e493598b6d8420d8
parent43a3d45c9ffa0c7f8a4ecef37dc46e4d514eeb6c (diff)
Update theme to version 0.10.00.10.0
-rw-r--r--CHANGELOG.md22
-rw-r--r--theme.toml2
2 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 690da01..a8270ec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,27 @@
# Change Log
+## [0.10.0](https://github.com/mattstratton/castanet/tree/0.10.0) (2018-08-03)
+**Implemented enhancements:**
+
+- Create solution for favicon [\#6](https://github.com/mattstratton/castanet/issues/6)
+- Rename feed\_copyright config var to copyright [\#193](https://github.com/mattstratton/castanet/pull/193) ([rajeshduggal](https://github.com/rajeshduggal))
+
+**Closed issues:**
+
+- \[Bug\] Feed copyright var isn't referenced in episode.rss.xml [\#191](https://github.com/mattstratton/castanet/issues/191)
+- \[Bug\] Feed copyright var isn't referenced in episode.rss.xml [\#190](https://github.com/mattstratton/castanet/issues/190)
+- \[Enhancement\] Allow for multiple fb:admins [\#184](https://github.com/mattstratton/castanet/issues/184)
+- Errors on site without expected parameters set [\#182](https://github.com/mattstratton/castanet/issues/182)
+- Create tests in travis for every theme configuration [\#163](https://github.com/mattstratton/castanet/issues/163)
+
+**Merged pull requests:**
+
+- \(\#6\) Add solution for favicon [\#189](https://github.com/mattstratton/castanet/pull/189) ([michaeltlombardi](https://github.com/michaeltlombardi))
+- Allow more than one fb:admins [\#186](https://github.com/mattstratton/castanet/pull/186) ([rajeshduggal](https://github.com/rajeshduggal))
+- don't fail in case of .Data.Pages type:episode absence [\#183](https://github.com/mattstratton/castanet/pull/183) ([paskal](https://github.com/paskal))
+- Add travis tests for all themes [\#179](https://github.com/mattstratton/castanet/pull/179) ([mattstratton](https://github.com/mattstratton))
+- Travis improvements [\#178](https://github.com/mattstratton/castanet/pull/178) ([mattstratton](https://github.com/mattstratton))
+
## [0.9.1](https://github.com/mattstratton/castanet/tree/0.9.1) (2018-03-08)
**Implemented enhancements:**
diff --git a/theme.toml b/theme.toml
index 5113869..efdbcc1 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.36
-theme_version = "0.9.1"
+theme_version = "0.10.0"
[author]
name = "Matt Stratton"