Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 9.0.8: February 11th, 2019
* Update to Bootstrap 4.3.0 ([#2152](https://github.com/roots/sage/pull/2152))
* Filter template hierarchy for embed templates ([#2145](https://github.com/roots/sage/pull/2145))
* Decrease optipng level ([#2143](https://github.com/roots/sage/pull/2143))
* Unescape post titles ([#2141](https://github.com/roots/sage/pull/2141))

### 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))

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.7",
"roots/sage-lib": "~9.0.8",
"soberwp/controller": "~2.1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.8.0",
"roots/sage-installer": "~1.6"
"roots/sage-installer": "~1.6.1"
},
"scripts": {
"test": ["phpcs"],
Expand Down
69 changes: 36 additions & 33 deletions composer.lock

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

Loading