Skip to content

Commit

Permalink
Merge pull request #2136 from roots/bootstrap-4.2.1
Browse files Browse the repository at this point in the history
Sage 9.0.6: Update to Bootstrap 4.2.1
  • Loading branch information
retlehs authored Dec 21, 2018
2 parents 96ad12a + 1e31a90 commit 788cec5
Show file tree
Hide file tree
Showing 7 changed files with 2,400 additions and 737 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ language: php
sudo: false
dist: trusty
php:
- 7.3
- 7.2
- 7.1
- nightly

env:
- TRAVIS_NODE_VERSION="6"
- TRAVIS_NODE_VERSION="7"
- TRAVIS_NODE_VERSION="8"
- TRAVIS_NODE_VERSION="10"

matrix:
fast_finish: true
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 9.0.6: December 21st, 2018
* Update to Bootstrap 4.2.1 ([#2136](https://github.com/roots/sage/pull/2136))
* Do not ignore vendors for plugins ([#2132](https://github.com/roots/sage/pull/2132))
* Fix stylelint and eslint validation errors ([#2131](https://github.com/roots/sage/pull/2131))
* Hook run sequence fix ([#2123](https://github.com/roots/sage/pull/2123))
* Dispatch event when firing routes ([#2080](https://github.com/roots/sage/pull/2080))
* Normalize and enforce single quotes ([#2076](https://github.com/roots/sage/pull/2076))

### 9.0.5: September 17th, 2018
* Workaround for Bootstrap incompatibility with webpack. Fixes #2017 ([e72b490](https://github.com/roots/sage/commit/e72b4906264551dc00cd0890de74ae2bce0d77c8))

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Make sure all dependencies have been installed before moving on:
* [WordPress](https://wordpress.org/) >= 4.7
* [PHP](https://secure.php.net/manual/en/install.php) >= 7.1.3 (with [`php-mbstring`](https://secure.php.net/manual/en/book.mbstring.php) enabled)
* [Composer](https://getcomposer.org/download/)
* [Node.js](http://nodejs.org/) >= 6.9.x
* [Node.js](http://nodejs.org/) >= 8.0.0
* [Yarn](https://yarnpkg.com/en/docs/install)

## Theme installation
Expand Down
Loading

0 comments on commit 788cec5

Please sign in to comment.