
==================
1.0.3 - 2013/07/22
==================

- Fix minor CSS bugs


==================
1.0.2 - 2013/07/19
==================

- Remove description meta from header
- All stylesheets (other than default style.css) must be enqueued
- Call to wp_nav_menu() must use 'theme_location', rather than 'menu' parameter
- All header/footer script calls must be enqueued
- Remove function_exists() conditional wrapper from register_sidebar() and any other function introduced prior to WordPress 3.3
- All function calls in functions.php must be wrapped in a callback and hooked into an appropriate hook
- Pages must support comments


==================
1.0.1 - 2013/07/15
==================

- Fix non-valid HTML in content-postlist.php
- Switch License to GNU General Public License (GPL) 3.0


==================
1.0.0 - 2013/06/19
==================

- Initial release