Skip to content

Commit

Permalink
9.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Dec 28, 2018
1 parent 7a9ac5c commit c7faf46
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 18 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 9.0.7: December 28th, 2018
* Update sage-installer which now allows to opt-in for sending framework selection data ([#2137](https://github.com/roots/sage/pull/2137))

### 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))
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"php": ">=7.1",
"composer/installers": "~1.0",
"illuminate/support": "5.6.*",
"roots/sage-lib": "~9.0.6",
"roots/sage-lib": "~9.0.7",
"soberwp/controller": "~2.1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.8.0",
"roots/sage-installer": "~1.5"
"roots/sage-installer": "~1.6"
},
"scripts": {
"test": ["phpcs"],
Expand Down
212 changes: 199 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sage",
"version": "9.0.6",
"version": "9.0.7",
"author": "Roots <[email protected]>",
"homepage": "https://roots.io/sage/",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: Sage Starter Theme
Theme URI: https://roots.io/sage/
Description: Sage is a WordPress starter theme.
Version: 9.0.6
Version: 9.0.7
Author: Roots
Author URI: https://roots.io/
Text Domain: sage
Expand Down

0 comments on commit c7faf46

Please sign in to comment.