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>2020-06-25 03:07:16 +0300
committerMatt Stratton <matt.stratton@gmail.com>2020-06-25 03:07:16 +0300
commitebdb20b926069629be2d6869d0c18387268611b1 (patch)
treed58aeddd418beb20a00ed592a1e57cccfe352d47
parent149edaa7a70d218138d8fe2773d8c501a1ce5411 (diff)
Update theme to version 1.6.01.6.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--theme.toml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67d0e3c..f2bbd51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## [1.6.0](https://github.com/mattstratton/castanet/tree/1.6.0) (2020-06-24)
+
+**Implemented enhancements:**
+
+- \[ENHANCEMENT\] Proposed fix to make row pagination count a param instead of hardcoded 5 [\#277](https://github.com/mattstratton/castanet/issues/277)
+
## [1.5.1](https://github.com/mattstratton/castanet/tree/1.5.1) (2020-05-21)
**Fixed bugs:**
diff --git a/theme.toml b/theme.toml
index 5b6be20..800ed8b 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.5.1"
+theme_version = "1.6.0"
[author]
name = "Matt Stratton"