From 5e0fbcb4164cc1dd25d234d4154c91d87ff2c099 Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Wed, 26 Apr 2017 09:09:20 -0500 Subject: [PATCH] Update theme to v0.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) --- CHANGELOG.md | 16 ++++++++++++++-- config.codekit3 | 18 +++++++++--------- theme.toml | 2 +- 3 files changed, 24 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ca13bd..b7e70685 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 80587286..a341e222 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 0e05731e..5fcd7750 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"