Skip to content

Commit

Permalink
Merge pull request #2111 from roots/9.0.3
Browse files Browse the repository at this point in the history
9.0.3
  • Loading branch information
retlehs authored Sep 7, 2018
2 parents c9bb05a + c9d2c8a commit dc53b90
Show file tree
Hide file tree
Showing 5 changed files with 117 additions and 111 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 9.0.3: September 7th, 2018
* Revert "Add searchform partial and function to replace default WordPress functionality" ([#2110](https://github.com/roots/sage/pull/2110))
* Unescape get_language_attributes() ([#2108](https://github.com/roots/sage/pull/2108))
* Add data from controller to comments template ([#2100](https://github.com/roots/sage/pull/2100))

### 9.0.2: August 21st, 2018
* Update to Bootstrap 4.1.3 ([#2097](https://github.com/roots/sage/pull/2097))
* Comments template fix ([#2095](https://github.com/roots/sage/pull/2095))
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.2",
"roots/sage-lib": "~9.0.3",
"soberwp/controller": "~2.1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.8.0",
"roots/sage-installer": "~1.3"
"roots/sage-installer": "~1.4"
},
"scripts": {
"test": ["phpcs"],
Expand Down
Loading

0 comments on commit dc53b90

Please sign in to comment.