Skip to content

Commit

Permalink
Update theme to v0.3.0
Browse files Browse the repository at this point in the history
**Implemented enhancements:**

- Change to bootstrap 4 [\#41](#41)

**Fixed bugs:**

- Footer contains hardcoded link to Arrested DevOps privacy policy [\#50](#50)
- Footer is offscreen on small viewports  [\#47](#47)
  • Loading branch information
mattstratton committed Apr 26, 2017
1 parent b9e3ff0 commit 5e0fbcb
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**

Expand Down
18 changes: 9 additions & 9 deletions config.codekit3
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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,
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 = ["", ""]
features = ["", ""]
min_version = 0.19
theme_version = 0.2.6
theme_version = 0.3.0

[author]
name = "Matt Stratton"
Expand Down

0 comments on commit 5e0fbcb

Please sign in to comment.