diff --git a/CHANGELOG.md b/CHANGELOG.md index ea03e06..d2d1684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 8.0.0: TBD +### 8.0.0: February 25th, 2015 * Change theme name from Roots to Sage * Bump required PHP version to >=5.4 * Add coding standards based on PSR-2 diff --git a/README.md b/README.md index b420938..8ec683d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Sage](https://roots.io/sage/) -[![Build Status](https://travis-ci.org/roots/roots.svg)](https://travis-ci.org/roots/roots) -[![devDependency Status](https://david-dm.org/roots/roots/dev-status.svg)](https://david-dm.org/roots/roots#info=devDependencies) +[![Build Status](https://travis-ci.org/roots/sage.svg)](https://travis-ci.org/roots/sage) +[![devDependency Status](https://david-dm.org/roots/sage/dev-status.svg)](https://david-dm.org/roots/sage#info=devDependencies) Sage is a WordPress starter theme based on HTML5 Boilerplate, gulp, Bower, and Bootstrap, that will help you make better themes. @@ -24,6 +24,7 @@ Sage is a WordPress starter theme based on HTML5 Boilerplate, gulp, Bower, and B * [gulp](http://gulpjs.com/) build script that compiles both Less and Sass, checks for JavaScript errors, optimizes images, and concatenates and minifies files * [BrowserSync](http://www.browsersync.io/) for keeping multiple browsers and devices synchronized while testing, along with injecting updated CSS and JS into your browser while you're developing * [Bower](http://bower.io/) for front-end package management +* [asset-builder](https://github.com/austinpray/asset-builder) for the JSON file based asset pipeline * [Bootstrap](http://getbootstrap.com/) * [Theme wrapper](https://roots.io/sage/docs/theme-wrapper/) * [HTML5 Boilerplate](http://html5boilerplate.com/)