- Move posts exists check and post navigation to index.php
- templates/content.php now only contains the post that's pulled
in from index.php
- Specific post format templates now properly work
- Implement scribu’s Theme Wrapper (see base.php)
- Move templates, comments.php, and searchform.php to templates/ folder
- Rename loop- files to content-
- Remove all hooks except roots_head and roots_footer
- Use templates/page-header.php for page titles
- Use head.php for everything in <head>
- Remove all frameworks except Bootstrap
- Remove roots-options.php and replace with a more simple
roots-config.php
- Include all Bootstrap Javascript plugins by default in
js/plugins.js
- Use Bootstrap Responsive and Topbar navigation by default
- Use Bootstrap markup on forms, page titles, image galleries,
alerts and errors, post and comment navigation
- Remove Roots styles from style.css and introduce app.css for
site-specific CSS. Remove almost all previous default Roots
styles.
- Add latest updates from H5BP project