From f8e2248913196424f5087dae327c6042e488727a Mon Sep 17 00:00:00 2001 From: Ben Word Date: Tue, 30 Aug 2016 00:15:06 -0600 Subject: [PATCH] Sage 9.0.0-alpha.1 --- CHANGELOG.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- style.css | 2 +- 3 files changed, 56 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfa2a06f6d..b36e9cb420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,57 @@ +### 9.0.0-alpha.1: August 30th, 2016 +* Move assets found in `node_modules/` to `dist/vendor`, simpler `assets/config.json` ([#1697](https://github.com/roots/sage/pull/1697)) +* Set dynamically absolute public path ([#1696](https://github.com/roots/sage/pull/1696)) +* Load Tether ([#1686](https://github.com/roots/sage/pull/1686)) +* Squash asset pipeline bugs ([4d58f88](https://github.com/roots/sage/commit/4d58f88)) +* Update dependencies, incl Bootstrap 4 alpha 3 ([447c24d](https://github.com/roots/sage/commit/447c24d)) +* Remove HTML comments from wrapper ([ccd128c](https://github.com/roots/sage/commit/ccd128c)) +* Fix path to stylesheet in add_editor_style ([#1684](https://github.com/roots/sage/pull/1684)) +* Update required Node.js version ([72b2d89](https://github.com/roots/sage/commit/72b2d89)) +* Use shorthand syntax in main.js routes ([320c691](https://github.com/roots/sage/commit/320c691)) +* Router doesn't require jQuery, use default params ([339cc8e](https://github.com/roots/sage/commit/339cc8e)) +* Fix display of theme name in Customizer ([3425386](https://github.com/roots/sage/commit/3425386)) +* Convert scripts to ES6 ([f34af48](https://github.com/roots/sage/commit/f34af48)) +* Refactor functions.php ([eae36be](https://github.com/roots/sage/commit/eae36be)) +* Rework template wrapper, bring back template_part() ([#1678](https://github.com/roots/sage/pull/1678)) +* Remove unused static variable in Wrapper ([9bfdd5a](https://github.com/roots/sage/commit/9bfdd5a)) +* Fix `Obj->__toString()` conditional logic in wrapper ([96c5969](https://github.com/roots/sage/commit/96c5969)) +* Allow `Obj->__toString()` in template hierarchy filter ([4435d52](https://github.com/roots/sage/commit/4435d52)) +* Remove path.extname() check ([#1673](https://github.com/roots/sage/pull/1673)) +* Updated to align with the Bootstrap 4 docs ([#1667](https://github.com/roots/sage/pull/1667)) +* Add `npm prune` to Travis CI ([#1663](https://github.com/roots/sage/pull/1663)) +* Bootstrap NPM ^4.0.0-alpha.2 ([#1650](https://github.com/roots/sage/pull/1650)) +* Fix Bootstrap 4 styles ([#1642](https://github.com/roots/sage/pull/1642)) +* Fix autoloader load order issue when including Sage 9 via composer.json in Bedrock ([#1628](https://github.com/roots/sage/pull/1628)) +* is_page_template() requires the name of the subfolder ([#1626](https://github.com/roots/sage/pull/1626)) +* Webpack config improvements ([#1629](https://github.com/roots/sage/pull/1629)) +* Webpack implementation improvements ([#1627](https://github.com/roots/sage/pull/1627)) +* Webpack implementation ([#1625](https://github.com/roots/sage/pull/1625)) +* Fix BS4 grid after their grid updates ([5551dde](https://github.com/roots/sage/commit/5551dde)) +* Pass the correct template ([856a482](https://github.com/roots/sage/commit/856a482)) +* Optimize travis a bit ([b42c425](https://github.com/roots/sage/commit/b42c425)) +* Move single-post loop to single.php, closes #1582 ([6efa099](https://github.com/roots/sage/commit/6efa099)) +* All function braces need to be on new line ([b491f76](https://github.com/roots/sage/commit/b491f76)) +* Fix issue with WP loading wrong index.php ([9e2917e](https://github.com/roots/sage/commit/9e2917e)) +* Use 4 spaces for `src/*.php` ([fe659f4](https://github.com/roots/sage/commit/fe659f4)) +* Use phpcs.xml for all rules ([246955c](https://github.com/roots/sage/commit/246955c)) +* Resolve PHPMD warnings ([c5f3724](https://github.com/roots/sage/commit/c5f3724)) +* Conform to new rules ([6a4d3bd](https://github.com/roots/sage/commit/6a4d3bd)) +* Create new phpcs rules ([2d02544](https://github.com/roots/sage/commit/2d02544)) +* Remove Template class ([1df3fee](https://github.com/roots/sage/commit/1df3fee)) +* Remove closure from sidebar registration ([12d6ac3](https://github.com/roots/sage/commit/12d6ac3)) +* Remove sage.pot ([d4461fa](https://github.com/roots/sage/commit/d4461fa)) +* Use Kernighan-Ritchie style braces ([f7194cb](https://github.com/roots/sage/commit/f7194cb)) +* Remove template_part, template_sidebar, temp sidebar fix ([abeea0f](https://github.com/roots/sage/commit/abeea0f)) +* Update asset handles ([fa0e51f](https://github.com/roots/sage/commit/fa0e51f)) +* Remove comment-reply JS ([d217ba6](https://github.com/roots/sage/commit/d217ba6)) +* Update node in travis, remove unsupported php ([8712dc8](https://github.com/roots/sage/commit/8712dc8)) +* Update dependencies, switch to eslint ([e51e41e](https://github.com/roots/sage/commit/e51e41e)) +* Bootstrap 4 ([c9ef232](https://github.com/roots/sage/commit/c9ef232)) +* Rename app to src ([f752470](https://github.com/roots/sage/commit/f752470)) +* Fix: page title not displaying ([9283bbb](https://github.com/roots/sage/commit/9283bbb)) +* Rename interfaces, unset after unwrapping ([97906e9](https://github.com/roots/sage/commit/97906e9)) +* Restructure theme, use autoloader ([9eaffa3](https://github.com/roots/sage/commit/9eaffa3a2d4df462dd8020a10551334208bd32a3)) + ### 8.4.2: February 19th, 2016 * Add Composer vendor directory to gitignore ([#1618](https://github.com/roots/sage/issues/1618)) * Fix build test by removing trailing space ([#1617](https://github.com/roots/sage/issues/1617)) diff --git a/package.json b/package.json index adaf9881a5..ea750ba94c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ { "name": "sage", - "version": "9.0.0", + "version": "9.0.0-alpha1", "author": "Roots ", "homepage": "https://roots.io/sage/", "private": true, diff --git a/style.css b/style.css index c03c6f347a..c7687e2efa 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ Theme Name: Sage Starter Theme Theme URI: https://roots.io/sage/ Description: Sage is a WordPress starter theme. Contribute on GitHub -Version: 9.0.0 +Version: 9.0.0-alpha1 Author: Roots Author URI: https://roots.io/ Text Domain: sage