diff --git a/CHANGELOG.md b/CHANGELOG.md index f74ccb4..18875ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ### 8.0.0: TBD * Change theme name from Roots to Sage +* Bump required PHP version to >=5.4 * Add namespace +* Use short echo syntax * Switch from Grunt to gulp, new workflow * Use wiredep for Sass and Less injection * Implement JSON file based asset pipeline diff --git a/README.md b/README.md index cf8e3e3..6f0543a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ Sage is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boile * Newsletter: [Subscribe](http://roots.io/subscribe/) * Forum: [http://discourse.roots.io/](http://discourse.roots.io/) +## Requirements + +* PHP >= 5.4 +* Node.js >= 0.10.0 +* gulp (`npm install -g gulp`) +* Bower (`npm install -g bower`) + ## Features * [gulp](http://gulpjs.com/) for compiling Sass and LESS, checking for JavaScript errors, live reloading, concatenating and minifying files, and versioning assets diff --git a/lib/assets.php b/lib/assets.php index 12644ce..cf2b943 100644 --- a/lib/assets.php +++ b/lib/assets.php @@ -97,7 +97,7 @@ function google_analytics() { ?> console.log('GoogleAnalytics: ' + [].slice.call(arguments)); } - ga('create','','auto');ga('send','pageview'); + ga('create','','auto');ga('send','pageview'); "> -

+ +

diff --git a/templates/head.php b/templates/head.php index d081d0c..f36abe6 100644 --- a/templates/head.php +++ b/templates/head.php @@ -5,7 +5,7 @@ - + diff --git a/templates/header.php b/templates/header.php index 6656578..56995f1 100644 --- a/templates/header.php +++ b/templates/header.php @@ -9,7 +9,7 @@ - +