0.0.4
- Replace TEMPLATEPATH with get_template_directory() – See http://core.trac.wordpress.org/ticket/18298
- Style the reply to comment link
- Style the comment form
0.0.3
- Added page navigation links to Tag templates
0.0.2
- Fixed error in category.php
- Added page navigation links to Author, Category, Archive, and Search templates
- Fixed issue with floated elements at end of multi-page posts
- Fixed issue with top comment navigation links
- Fixed blockquote padding
- Added custom header support
- Added custom background support
- Added ability to widgetize right side of header
- Added the ability to use a logo in place of the site name in header
- Fixed issue with no background color behind main content on pages that didn’t use index.php
- Added sanitization of options
- Use edit_theme_options instead of manage_options for theme settings page
- Got rid of unused constants
- Made the $_REQUEST['debug'] functionality only work with WP_DEBUG
0.0.1
- Original Version