Skip to content

Commit 3516629

Browse files
committed
Remove minor edits from CHANGELOG.md
1 parent 724d550 commit 3516629

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,21 @@
88
* Load Tether ([#1686](https://github.com/roots/sage/pull/1686))
99
* Squash asset pipeline bugs ([4d58f88](https://github.com/roots/sage/commit/4d58f88))
1010
* Update dependencies, incl Bootstrap 4 alpha 3 ([447c24d](https://github.com/roots/sage/commit/447c24d))
11-
* Remove HTML comments from wrapper ([ccd128c](https://github.com/roots/sage/commit/ccd128c))
12-
* Fix path to stylesheet in add_editor_style ([#1684](https://github.com/roots/sage/pull/1684))
11+
* Fix path to stylesheet in `add_editor_style` ([#1684](https://github.com/roots/sage/pull/1684))
1312
* Update required Node.js version ([72b2d89](https://github.com/roots/sage/commit/72b2d89))
14-
* Use shorthand syntax in main.js routes ([320c691](https://github.com/roots/sage/commit/320c691))
1513
* Router doesn't require jQuery, use default params ([339cc8e](https://github.com/roots/sage/commit/339cc8e))
1614
* Fix display of theme name in Customizer ([3425386](https://github.com/roots/sage/commit/3425386))
1715
* Convert scripts to ES6 ([f34af48](https://github.com/roots/sage/commit/f34af48))
1816
* Refactor functions.php ([eae36be](https://github.com/roots/sage/commit/eae36be))
1917
* Rework template wrapper, bring back template_part() ([#1678](https://github.com/roots/sage/pull/1678))
2018
* Remove unused static variable in Wrapper ([9bfdd5a](https://github.com/roots/sage/commit/9bfdd5a))
21-
* Fix `Obj->__toString()` conditional logic in wrapper ([96c5969](https://github.com/roots/sage/commit/96c5969))
22-
* Allow `Obj->__toString()` in template hierarchy filter ([4435d52](https://github.com/roots/sage/commit/4435d52))
2319
* Remove path.extname() check ([#1673](https://github.com/roots/sage/pull/1673))
2420
* Updated to align with the Bootstrap 4 docs ([#1667](https://github.com/roots/sage/pull/1667))
2521
* Add `npm prune` to Travis CI ([#1663](https://github.com/roots/sage/pull/1663))
2622
* Bootstrap NPM ^4.0.0-alpha.2 ([#1650](https://github.com/roots/sage/pull/1650))
2723
* Fix Bootstrap 4 styles ([#1642](https://github.com/roots/sage/pull/1642))
2824
* Fix autoloader load order issue when including Sage 9 via composer.json in Bedrock ([#1628](https://github.com/roots/sage/pull/1628))
29-
* is_page_template() requires the name of the subfolder ([#1626](https://github.com/roots/sage/pull/1626))
25+
* `is_page_template()` requires the name of the subfolder ([#1626](https://github.com/roots/sage/pull/1626))
3026
* Webpack config improvements ([#1629](https://github.com/roots/sage/pull/1629))
3127
* Webpack implementation improvements ([#1627](https://github.com/roots/sage/pull/1627))
3228
* Webpack implementation ([#1625](https://github.com/roots/sage/pull/1625))
@@ -38,20 +34,17 @@
3834
* Fix issue with WP loading wrong index.php ([9e2917e](https://github.com/roots/sage/commit/9e2917e))
3935
* Use 4 spaces for `src/*.php` ([fe659f4](https://github.com/roots/sage/commit/fe659f4))
4036
* Use phpcs.xml for all rules ([246955c](https://github.com/roots/sage/commit/246955c))
41-
* Resolve PHPMD warnings ([c5f3724](https://github.com/roots/sage/commit/c5f3724))
4237
* Conform to new rules ([6a4d3bd](https://github.com/roots/sage/commit/6a4d3bd))
4338
* Create new phpcs rules ([2d02544](https://github.com/roots/sage/commit/2d02544))
4439
* Remove Template class ([1df3fee](https://github.com/roots/sage/commit/1df3fee))
4540
* Remove closure from sidebar registration ([12d6ac3](https://github.com/roots/sage/commit/12d6ac3))
4641
* Remove sage.pot ([d4461fa](https://github.com/roots/sage/commit/d4461fa))
47-
* Use Kernighan-Ritchie style braces ([f7194cb](https://github.com/roots/sage/commit/f7194cb))
4842
* Remove template_part, template_sidebar, temp sidebar fix ([abeea0f](https://github.com/roots/sage/commit/abeea0f))
4943
* Update asset handles ([fa0e51f](https://github.com/roots/sage/commit/fa0e51f))
5044
* Remove comment-reply JS ([d217ba6](https://github.com/roots/sage/commit/d217ba6))
5145
* Update node in travis, remove unsupported php ([8712dc8](https://github.com/roots/sage/commit/8712dc8))
5246
* Update dependencies, switch to eslint ([e51e41e](https://github.com/roots/sage/commit/e51e41e))
5347
* Bootstrap 4 ([c9ef232](https://github.com/roots/sage/commit/c9ef232))
54-
* Rename app to src ([f752470](https://github.com/roots/sage/commit/f752470))
5548
* Fix: page title not displaying ([9283bbb](https://github.com/roots/sage/commit/9283bbb))
5649
* Rename interfaces, unset after unwrapping ([97906e9](https://github.com/roots/sage/commit/97906e9))
5750
* Restructure theme, use autoloader ([9eaffa3](https://github.com/roots/sage/commit/9eaffa3a2d4df462dd8020a10551334208bd32a3))

0 commit comments

Comments
 (0)