diff --git a/CHANGELOG.md b/CHANGELOG.md index 029fae7f96..b2a2e4ab97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/README.md b/README.md index 7102b56002..d3164d076d 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/package-lock.json b/package-lock.json index 4efbca4be3..5f9cae5b7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sage", - "version": "9.0.0-beta.4", + "version": "9.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3f8ab162c9..e9ff732bbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sage", - "version": "9.0.0-beta.4", + "version": "9.0.0", "author": "Roots ", "homepage": "https://roots.io/sage/", "private": true, diff --git a/resources/style.css b/resources/style.css index 88ff7ceb68..11853f979c 100644 --- a/resources/style.css +++ b/resources/style.css @@ -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