/** 0.4 Fixes * " (invalid XHTML) changed to " in breadcrumbs.php * Added hybrid_post_class() to page.php * Comment permalinks weren't working correctly * Comments password protect header change - changed < id="comments" > to < class="comments-header" > - comments.php - legacy.comments.php * Added class "button" to submit and reset in comments-popup.php * Minor (sometimes user name wouldn't set but only if something was broken in WP user tables) * Removed period (full stop) on search results page title bar * More improvements to the image script * No Widgets page template still had widgets if used on the front page * Changed "Logout" to "Log out" in several files - comments.php, comments-popup.php, /functions/legacy/legacy.comments.php, log-in.php /** 0.4 General Changes * hybrid_enqueue_script() hooked to 'wp_print_scripts' instead of 'hybrid_head' - More efficient use of WP hooks * hybrid_footer_insert() hooked to 'wp_footer' instead of 'hybrid_footer' - Some JS will conflict with footer if it comes before other footer settings * Wrapped tag cloud in tags widget with

element * Removed hybrid_navigation_links() from front_page() /** 0.4 Enhancements * Hybrid Settings redesign - Better organization of elements * New page templates - profile.php - sitemap.php * Widgets - Revamped how widgets work - Primary - Secondary - Subsidiary - Utility widgets - Widget sections are "future proof" (adding new widget sections won't mess up the order) - Added parameter to each option - Pages widget - 'exclude_tree' parameter - Added 'authors' parameter - Authors widget * Comments and avatars - Ability to add custom trackback/pingback avatars in child theme's /images folder - Added 'alt' text to comment avatars (missing in WP) - Better localization of comments header ('responses to...') * Better use of microformats - Added -

- class="fn" added to in comments - class="url" added to author link in comments * Ability to choose site's Doctype * Head - Better formatting of information - Removed hybrid_theme_meta() - Removed hybrid_meta_other() - Separated the functions out and hooked them to hybrid_head() individually - New meta tags - - - - Useful for specialized fields -- ex: research papers (uses custom field key 'Abstract') - New link elements - - - - - Added ability to add a favicon.ico file into the child theme's /images folder * Overhaul of the feeds system - Dynamic feed links in (category.php, tag.php, author.php, search.php) - Feeds can all be pointed toward your alternate feed account * Added inside