Skip to content

Commit

Permalink
9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Feb 7, 2018
1 parent 4981bec commit c46e073
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### HEAD
### 9.0.0: February 7th, 2017
* Update to Bootstrap 4 ([#2015](https://github.com/roots/sage/pull/2015))
* Allow `no-console` development ([#2008](https://github.com/roots/sage/pull/2008))
* Move variables and Bootstrap lines to autoload ([#1993](https://github.com/roots/sage/pull/1993))
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@

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

**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).**

## Features

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

## Documentation

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

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sage",
"version": "9.0.0-beta.4",
"version": "9.0.0",
"author": "Roots <[email protected]>",
"homepage": "https://roots.io/sage/",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-beta.4
Version: 9.0.0
Author: Roots
Author URI: https://roots.io/
Text Domain: sage
Expand Down

0 comments on commit c46e073

Please sign in to comment.