From 374eeabfd84cd58db9d5684ccfc38e15df730b20 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sat, 21 Feb 2015 14:15:04 -0600 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d975da7..ea03e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,20 +2,26 @@ * Change theme name from Roots to Sage * Bump required PHP version to >=5.4 * Add coding standards based on PSR-2 +* Add Travis CI * Add namespace * Use short array syntax * Use short echo syntax -* Switch from Grunt to gulp, new workflow +* Switch from Grunt to gulp, new front-end development workflow +* Switch from Livereload to [BrowserSync](http://www.browsersync.io/) * Use wiredep for Sass and Less injection -* Implement JSON file based asset pipeline +* Implement JSON file based asset pipeline with [asset-builder](https://github.com/austinpray/asset-builder) * Re-organize asset file structure -* Use the theme styles for the editor stylesheet +* Re-organize stylesheet file structure +* Add main.scss.example and instructions for using Sass +* Use the primary theme stylesheet for the editor stylesheet * Remove theme activation, move to [wp-cli-theme-activation](https://github.com/roots/wp-cli-theme-activation) -* Add Travis CI +* Simplify 404 page +* Convert Sidebar to ConditionalTagCheck * Update to jQuery 1.11.2 * Use new core navigation template tag * Update sidebar to fix default template check -* Switch from livereload to browsersync.io +* Update nav walker to correctly assign `active` classes for custom post types +* Better support for CPT templates ### 7.0.3: December 18th, 2014 * Use `get_the_archive_title`