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>2017-04-26 17:09:20 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-04-26 17:09:20 +0300
commit5e0fbcb4164cc1dd25d234d4154c91d87ff2c099 (patch)
tree4f1c5bd50d0f66a3a7358f11977f8ce0653ad44b
parentb9e3ff02fe2291ee252796c8a97c06fbb4391ae8 (diff)
Update theme to v0.3.0v0.3.0
**Implemented enhancements:** - Change to bootstrap 4 [\#41](https://github.com/mattstratton/castanet/issues/41) **Fixed bugs:** - Footer contains hardcoded link to Arrested DevOps privacy policy [\#50](https://github.com/mattstratton/castanet/issues/50) - Footer is offscreen on small viewports [\#47](https://github.com/mattstratton/castanet/issues/47)
-rw-r--r--CHANGELOG.md16
-rw-r--r--config.codekit318
-rw-r--r--theme.toml2
3 files changed, 24 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88ca13b..b7e7068 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,19 @@
# Change Log
-## [0.2.6](https://github.com/mattstratton/castanet/tree/0.2.6) (2017-04-21)
-[Full Changelog](https://github.com/mattstratton/castanet/compare/v0.2.5...0.2.6)
+## [0.3.0](https://github.com/mattstratton/castanet/tree/0.3.0) (2017-04-26)
+[Full Changelog](https://github.com/mattstratton/castanet/compare/v0.2.6...0.3.0)
+
+**Implemented enhancements:**
+
+- Change to bootstrap 4 [\#41](https://github.com/mattstratton/castanet/issues/41)
+
+**Fixed bugs:**
+
+- Footer contains hardcoded link to Arrested DevOps privacy policy [\#50](https://github.com/mattstratton/castanet/issues/50)
+- Footer is offscreen on small viewports [\#47](https://github.com/mattstratton/castanet/issues/47)
+
+## [v0.2.6](https://github.com/mattstratton/castanet/tree/v0.2.6) (2017-04-21)
+[Full Changelog](https://github.com/mattstratton/castanet/compare/v0.2.5...v0.2.6)
**Implemented enhancements:**
diff --git a/config.codekit3 b/config.codekit3
index 8058728..a341e22 100644
--- a/config.codekit3
+++ b/config.codekit3
@@ -127,7 +127,7 @@
"\/bower_components\/audiojs\/audiojs\/audio.js": {
"ft": 64,
"mi": 1,
- "oA": 2,
+ "oA": 1,
"oAP": "\/bower_components\/audiojs\/audiojs\/audio.js",
"oF": 0,
"sC": 0,
@@ -448,7 +448,7 @@
"\/bower_components\/bootstrap\/dist\/js\/bootstrap.js": {
"ft": 64,
"mi": 1,
- "oA": 2,
+ "oA": 1,
"oAP": "\/bower_components\/bootstrap\/dist\/js\/bootstrap.js",
"oF": 0,
"sC": 0,
@@ -1406,7 +1406,7 @@
"dS": 0,
"ft": 4,
"ma": 0,
- "oA": 2,
+ "oA": 1,
"oAP": "\/bower_components\/bootstrap\/scss\/bootstrap.scss",
"oF": 0,
"oS": 3,
@@ -2485,7 +2485,7 @@
"dS": 0,
"ft": 4,
"ma": 0,
- "oA": 2,
+ "oA": 1,
"oAP": "\/bower_components\/font-awesome\/scss\/font-awesome.scss",
"oF": 0,
"oS": 3,
@@ -2525,7 +2525,7 @@
"\/bower_components\/jquery\/dist\/jquery.js": {
"ft": 64,
"mi": 1,
- "oA": 2,
+ "oA": 1,
"oAP": "\/bower_components\/jquery\/dist\/jquery.js",
"oF": 0,
"sC": 0,
@@ -3625,7 +3625,7 @@
"\/bower_components\/jssocials\/dist\/jssocials.js": {
"ft": 64,
"mi": 1,
- "oA": 2,
+ "oA": 1,
"oAP": "\/bower_components\/jssocials\/dist\/jssocials.js",
"oF": 0,
"sC": 0,
@@ -3717,7 +3717,7 @@
"dS": 0,
"ft": 4,
"ma": 0,
- "oA": 2,
+ "oA": 1,
"oAP": "\/bower_components\/jssocials\/styles\/jssocials-theme-plain.scss",
"oF": 0,
"oS": 3,
@@ -3730,7 +3730,7 @@
"dS": 0,
"ft": 4,
"ma": 0,
- "oA": 2,
+ "oA": 1,
"oAP": "\/bower_components\/jssocials\/styles\/jssocials.scss",
"oF": 0,
"oS": 3,
@@ -3879,7 +3879,7 @@
"\/bower_components\/tether\/dist\/js\/tether.js": {
"ft": 64,
"mi": 1,
- "oA": 2,
+ "oA": 1,
"oAP": "\/bower_components\/tether\/dist\/js\/tether.js",
"oF": 0,
"sC": 0,
diff --git a/theme.toml b/theme.toml
index 0e05731..5fcd775 100644
--- a/theme.toml
+++ b/theme.toml
@@ -9,7 +9,7 @@ homepage = "https://github.com/mattstratton/castanet"
tags = ["", ""]
features = ["", ""]
min_version = 0.19
-theme_version = 0.2.6
+theme_version = 0.3.0
[author]
name = "Matt Stratton"