diff --git a/CHANGELOG.md b/CHANGELOG.md index c410099..3403ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -### HEAD +### 9.0.0-beta.3: April 21st, 2017 * Move required theme files to `sage/resources` ([#1877](https://github.com/roots/sage/pull/1877)) * Move `src/` to `app/` ([#1868](https://github.com/roots/sage/pull/1868)) * Move `templates/` to `resources/views/`, move `assets/` to `resources/assets/`, rename `base.blade.php` to `app.blade.php` ([#1864](https://github.com/roots/sage/pull/1864)) * Add option to configure build settings ([#1822](https://github.com/roots/sage/pull/1822)) * Add support for HTML injection ([#1817](https://github.com/roots/sage/pull/1817)) -### 9.0.0-beta.2: January 19th, 2016 +### 9.0.0-beta.2: January 19th, 2017 * Fix Browersync ([#1815](https://github.com/roots/sage/pull/1815)) * Add option to select CSS framework, add Foundation as an option ([#1813](https://github.com/roots/sage/pull/1813)) * Add option to add Font Awesome ([#1812](https://github.com/roots/sage/pull/1812)) @@ -18,7 +18,7 @@ * Allow browser versions to be configured in `config.json` ([#1798](https://github.com/roots/sage/pull/1798)) * Use stock ESLint ([#1796](https://github.com/roots/sage/pull/1796)) -### 9.0.0-beta.1: January 10th, 2016 +### 9.0.0-beta.1: January 10th, 2017 * Update to Bootstrap 4 Alpha 6 ([#1792](https://github.com/roots/sage/pull/1792)) * Add Blade ([#1765](https://github.com/roots/sage/pull/1765) and [#1777](https://github.com/roots/sage/pull/1777)) * Remove sidebar defaults ([#1760](https://github.com/roots/sage/pull/1760)) diff --git a/README.md b/README.md index 5260fb9..c4fbf55 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ Sage is a WordPress starter theme with a modern development workflow. See a working example at [roots-example-project.com](https://roots-example-project.com/). +### Recommended extensions + +* [Controller](https://github.com/soberwp/controller) — WordPress plugin to enable a basic controller when using Blade with Sage 9 + ## Requirements Make sure all dependencies have been installed before moving on: diff --git a/app/lib/Sage/PostCreateProject.php b/app/lib/Sage/PostCreateProject.php index 4499598..d153992 100755 --- a/app/lib/Sage/PostCreateProject.php +++ b/app/lib/Sage/PostCreateProject.php @@ -18,7 +18,7 @@ class PostCreateProject 'name' => 'Sage Starter Theme', 'uri' => 'https://roots.io/sage/', 'description' => 'Sage is a WordPress starter theme.', - 'version' => '9.0.0-beta.2', + 'version' => '9.0.0-beta.3', 'author' => 'Roots', 'author_uri' => 'https://roots.io/' ]; diff --git a/package.json b/package.json index e857796..75c16de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sage", - "version": "9.0.0-beta.2", + "version": "9.0.0-beta.3", "author": "Roots ", "homepage": "https://roots.io/sage/", "private": true, diff --git a/resources/style.css b/resources/style.css index 23cd888..fd82508 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.2 +Version: 9.0.0-beta.3 Author: Roots Author URI: https://roots.io/ Text Domain: sage