Skip to content

Commit

Permalink
Update theme to version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton committed Aug 3, 2018
1 parent 43a3d45 commit d5ac2f2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d5ac2f2

Please sign in to comment.