From d6a2792aeebd26be338351c57dd806a285be929f Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 24 Feb 2015 20:26:19 -0600 Subject: [PATCH 1/3] Update badge URLs for renamed repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b420938..abf06e9 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. From 0db9a0becffa0c87041e64a34d79f009606bc503 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 24 Feb 2015 20:26:27 -0600 Subject: [PATCH 2/3] 8.0.0 release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From d25becd13e64c5ca784b39b26c0b9c6a30505c02 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 24 Feb 2015 20:29:47 -0600 Subject: [PATCH 3/3] Add link to asset-builder --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abf06e9..8ec683d 100644 --- a/README.md +++ b/README.md @@ -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/)