Beta 3
This commit is contained in:
@@ -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 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 `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))
|
* 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 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))
|
* 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))
|
* 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 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))
|
* 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))
|
* 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))
|
* 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))
|
* 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))
|
* 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))
|
* Remove sidebar defaults ([#1760](https://github.com/roots/sage/pull/1760))
|
||||||
|
|||||||
@@ -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/).
|
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
|
## Requirements
|
||||||
|
|
||||||
Make sure all dependencies have been installed before moving on:
|
Make sure all dependencies have been installed before moving on:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ class PostCreateProject
|
|||||||
'name' => 'Sage Starter Theme',
|
'name' => 'Sage Starter Theme',
|
||||||
'uri' => 'https://roots.io/sage/',
|
'uri' => 'https://roots.io/sage/',
|
||||||
'description' => 'Sage is a WordPress starter theme.',
|
'description' => 'Sage is a WordPress starter theme.',
|
||||||
'version' => '9.0.0-beta.2',
|
'version' => '9.0.0-beta.3',
|
||||||
'author' => 'Roots',
|
'author' => 'Roots',
|
||||||
'author_uri' => 'https://roots.io/'
|
'author_uri' => 'https://roots.io/'
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sage",
|
"name": "sage",
|
||||||
"version": "9.0.0-beta.2",
|
"version": "9.0.0-beta.3",
|
||||||
"author": "Roots <team@roots.io>",
|
"author": "Roots <team@roots.io>",
|
||||||
"homepage": "https://roots.io/sage/",
|
"homepage": "https://roots.io/sage/",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Theme Name: Sage Starter Theme
|
Theme Name: Sage Starter Theme
|
||||||
Theme URI: https://roots.io/sage/
|
Theme URI: https://roots.io/sage/
|
||||||
Description: Sage is a WordPress starter theme.
|
Description: Sage is a WordPress starter theme.
|
||||||
Version: 9.0.0-beta.2
|
Version: 9.0.0-beta.3
|
||||||
Author: Roots
|
Author: Roots
|
||||||
Author URI: https://roots.io/
|
Author URI: https://roots.io/
|
||||||
Text Domain: sage
|
Text Domain: sage
|
||||||
|
|||||||
Reference in New Issue
Block a user