Skip to content

Commit 6e3d873

Browse files
authored
Merge pull request #2024 from roots/9.0.0
9.0.0
2 parents 4981bec + c46e073 commit 6e3d873

File tree

5 files changed

+6
-9
lines changed

5 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### HEAD
1+
### 9.0.0: February 7th, 2017
22
* Update to Bootstrap 4 ([#2015](https://github.com/roots/sage/pull/2015))
33
* Allow `no-console` development ([#2008](https://github.com/roots/sage/pull/2008))
44
* Move variables and Bootstrap lines to autoload ([#1993](https://github.com/roots/sage/pull/1993))

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55

66
Sage is a WordPress starter theme with a modern development workflow.
77

8-
**Sage 9 is in active development and is currently in beta. The `master` branch tracks Sage 9 development. If you want a stable version, use the [latest Sage 8 release](https://github.com/roots/sage/releases/latest).**
9-
108
## Features
119

1210
* Sass for stylesheets
1311
* Modern JavaScript
1412
* [Webpack](https://webpack.github.io/) for compiling assets, optimizing images, and concatenating and minifying files
1513
* [Browsersync](http://www.browsersync.io/) for synchronized browser testing
16-
* [Laravel Blade](https://laravel.com/docs/5.3/blade) as a templating engine
14+
* [Blade](https://laravel.com/docs/5.5/blade) as a templating engine
1715
* [Controller](https://github.com/soberwp/controller) for passing data to Blade templates
1816
* CSS framework (optional): [Bootstrap 4](https://getbootstrap.com/), [Bulma](https://bulma.io/), [Foundation](https://foundation.zurb.com/), [Tachyons](http://tachyons.io/)
1917
* Font Awesome (optional)
@@ -93,8 +91,7 @@ Edit `app/setup.php` to enable or disable theme features, setup navigation menus
9391

9492
## Documentation
9593

96-
* [Sage 8 documentation](https://roots.io/sage/docs/) (stable version of Sage 8, _not_ this repo)
97-
* [Sage 9 documentation](https://github.com/roots/docs/tree/sage-9/sage) (in progress)
94+
* [Sage documentation](https://roots.io/sage/docs/)
9895
* [Controller documentation](https://github.com/soberwp/controller#usage)
9996

10097
## Contributing

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.0-beta.4",
3+
"version": "9.0.0",
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.0-beta.4
5+
Version: 9.0.0
66
Author: Roots
77
Author URI: https://roots.io/
88
Text Domain: sage

0 commit comments

Comments
 (0)