@@ -1,3 +1,6 @@
|
||||
### 9.0.5: September 17th, 2018
|
||||
* Workaround for Bootstrap incompatibility with webpack. Fixes #2017 ([e72b490](https://github.com/roots/sage/commit/e72b4906264551dc00cd0890de74ae2bce0d77c8))
|
||||
|
||||
### 9.0.4: September 7th, 2018
|
||||
* Force `illuminate/support` to `5.6.*` ([#2112](https://github.com/roots/sage/pull/2112))
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"php": ">=7.1",
|
||||
"composer/installers": "~1.0",
|
||||
"illuminate/support": "5.6.*",
|
||||
"roots/sage-lib": "~9.0.4",
|
||||
"roots/sage-lib": "~9.0.5",
|
||||
"soberwp/controller": "~2.1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
||||
24
composer.lock
generated
24
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "db7f6f35aa4520323248a8b629de0646",
|
||||
"content-hash": "2535b3b47ef47a3b146a488b73081199",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brain/hierarchy",
|
||||
@@ -64,16 +64,16 @@
|
||||
},
|
||||
{
|
||||
"name": "composer/installers",
|
||||
"version": "v1.5.0",
|
||||
"version": "v1.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/composer/installers.git",
|
||||
"reference": "049797d727261bf27f2690430d935067710049c2"
|
||||
"reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2",
|
||||
"reference": "049797d727261bf27f2690430d935067710049c2",
|
||||
"url": "https://api.github.com/repos/composer/installers/zipball/cfcca6b1b60bc4974324efb5783c13dca6932b5b",
|
||||
"reference": "cfcca6b1b60bc4974324efb5783c13dca6932b5b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -180,7 +180,7 @@
|
||||
"zend",
|
||||
"zikula"
|
||||
],
|
||||
"time": "2017-12-29T09:13:20+00:00"
|
||||
"time": "2018-08-27T06:10:37+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/inflector",
|
||||
@@ -785,7 +785,7 @@
|
||||
},
|
||||
{
|
||||
"name": "roots/sage-lib",
|
||||
"version": "9.0.4",
|
||||
"version": "9.0.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/roots/sage-lib.git",
|
||||
@@ -1171,16 +1171,16 @@
|
||||
},
|
||||
{
|
||||
"name": "roots/sage-installer",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/roots/sage-installer.git",
|
||||
"reference": "5906db283b5b0a6117d87e2cc971afb9a66b135d"
|
||||
"reference": "290e17d20da6566eda339f1ee448ada4a9bc3b1d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/roots/sage-installer/zipball/5906db283b5b0a6117d87e2cc971afb9a66b135d",
|
||||
"reference": "5906db283b5b0a6117d87e2cc971afb9a66b135d",
|
||||
"url": "https://api.github.com/repos/roots/sage-installer/zipball/290e17d20da6566eda339f1ee448ada4a9bc3b1d",
|
||||
"reference": "290e17d20da6566eda339f1ee448ada4a9bc3b1d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1226,7 +1226,7 @@
|
||||
"theme",
|
||||
"wordpress"
|
||||
],
|
||||
"time": "2018-08-24T00:01:10+00:00"
|
||||
"time": "2018-09-17T17:09:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "squizlabs/php_codesniffer",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sage",
|
||||
"version": "9.0.4",
|
||||
"version": "9.0.5",
|
||||
"author": "Roots <team@roots.io>",
|
||||
"homepage": "https://roots.io/sage/",
|
||||
"private": true,
|
||||
|
||||
@@ -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.4
|
||||
Version: 9.0.5
|
||||
Author: Roots
|
||||
Author URI: https://roots.io/
|
||||
Text Domain: sage
|
||||
|
||||
Reference in New Issue
Block a user