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>2022-08-10 20:35:58 +0300
committerMatt Stratton <matt.stratton@gmail.com>2022-08-10 20:35:58 +0300
commit82a953be1e7307dee40468365d3d653373ec6d90 (patch)
tree7fb05cb0ed61f5268c0d7f4209752b12b304cdb6
parente6744bb30475fed4e4144f1ad487207b7a1ac032 (diff)
Update theme to version 1.18.01.18.0
-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 1e5d22c..8d01fd5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [1.18.0](https://github.com/mattstratton/castanet/tree/1.18.0) (2022-08-10)
+
+**Fixed bugs:**
+
+- \[BUG\] - Issue deploying with Cloudflare pages [\#388](https://github.com/mattstratton/castanet/issues/388)
+
## [1.17.2](https://github.com/mattstratton/castanet/tree/1.17.2) (2022-07-06)
**Fixed bugs:**
@@ -118,10 +124,6 @@
- \[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:**
@@ -172,6 +174,10 @@
- update Open Graph date format [\#284](https://github.com/mattstratton/castanet/pull/284) ([darinpope](https://github.com/darinpope))
- add missing quotes [\#283](https://github.com/mattstratton/castanet/pull/283) ([darinpope](https://github.com/darinpope))
+**Merged pull requests:**
+
+- Test of GH actions [\#305](https://github.com/mattstratton/castanet/pull/305) ([mattstratton](https://github.com/mattstratton))
+
## [1.7.3](https://github.com/mattstratton/castanet/tree/1.7.3) (2020-08-04)
**Fixed bugs:**
@@ -389,7 +395,7 @@
**Fixed bugs:**
-- Sidebar doesn't show if `enable_jumbo` doesn't exist [\#167](https://github.com/mattstratton/castanet/issues/167)
+- Sidebar doesn't show if `enable\_jumbo` doesn't exist [\#167](https://github.com/mattstratton/castanet/issues/167)
- Grid spills to second page without filling bottom row [\#164](https://github.com/mattstratton/castanet/issues/164)
- \[Bug\] iTunes/android/Soundcloud subscribe image icons broken [\#155](https://github.com/mattstratton/castanet/issues/155)
- \[Bug\] stitcher not sticher. Typo in config.toml variable [\#154](https://github.com/mattstratton/castanet/issues/154)
diff --git a/theme.toml b/theme.toml
index 2924cb9..c88d153 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.17.2"
+theme_version = "1.18.0"
[author]
name = "Matt Stratton"