Skip to content

Commit 0cb6bf2

Browse files
authored
Merge pull request #2137 from roots/9.0.7
9.0.7
2 parents 7a9ac5c + c7faf46 commit 0cb6bf2

File tree

6 files changed

+207
-18
lines changed

6 files changed

+207
-18
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 9.0.7: December 28th, 2018
2+
* Update sage-installer which now allows to opt-in for sending framework selection data ([#2137](https://github.com/roots/sage/pull/2137))
3+
14
### 9.0.6: December 21st, 2018
25
* Update to Bootstrap 4.2.1 ([#2136](https://github.com/roots/sage/pull/2136))
36
* Do not ignore vendors for plugins ([#2132](https://github.com/roots/sage/pull/2132))

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
"php": ">=7.1",
3636
"composer/installers": "~1.0",
3737
"illuminate/support": "5.6.*",
38-
"roots/sage-lib": "~9.0.6",
38+
"roots/sage-lib": "~9.0.7",
3939
"soberwp/controller": "~2.1.0"
4040
},
4141
"require-dev": {
4242
"squizlabs/php_codesniffer": "^2.8.0",
43-
"roots/sage-installer": "~1.5"
43+
"roots/sage-installer": "~1.6"
4444
},
4545
"scripts": {
4646
"test": ["phpcs"],

composer.lock

Lines changed: 199 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sage",
3-
"version": "9.0.6",
3+
"version": "9.0.7",
44
"author": "Roots <[email protected]>",
55
"homepage": "https://roots.io/sage/",
66
"private": true,

resources/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Theme Name: Sage Starter Theme
33
Theme URI: https://roots.io/sage/
44
Description: Sage is a WordPress starter theme.
5-
Version: 9.0.6
5+
Version: 9.0.7
66
Author: Roots
77
Author URI: https://roots.io/
88
Text Domain: sage

0 commit comments

Comments
 (0)