The 8bit team has pushed out another major update to the Standard Theme for WordPress, releasing version 2.7. Like the other major releases before it, this release introduces a number of fixes, improvements, and features.
Release Notes for Standard Theme 2.7
Features, Improvements & Bug Fixes
* Replaced all ereg_replace with preg_replace for PHP compatibility
* Added a better way to include favicons that’s compatible with all versions of major browsers (including IE6/7/8/9)
* Updated mobile device viewport setting to include scrolling sharers
* Fixed a problem in how $_SERVER["SERVER_ADDR"] versus $_SERVER["SERVER_NAME"] performs
* The theme directory can now be renamed (though images break, this has been detailed in another email).
* Fixed HTML in post and pages titles for SEO titles
* Updated Facebook Share to Facebook Like
* Updated AddThis
* Fixed navigation issues for WordPress 3.1.4
* Fixed the sitemap template
* Renamed advertisement areas so not to be caught by AdBlock
* Cleaned up wp_nav_menu syntax
* Replaced showposts with posts_per_page (the former is deprecated by WP)
* Looked into Sharedaddy + Standard Theme. Found a reported bug in Sharedaddy
* Added an admin feature in the comments to allow comment author name links to open in a new window
* Added a canonical URL to the theme core
* Introduced the ability for the author archive page to display the author’s name
* Scrolling sharers now scroll a bit differently. They stay at the top of the post until the top of the post moves out of view and then the sharers stay with the scroll position
* Added Google+ sharer
* Added StumbleUpon sharer
* Added a custom menu location for the footer
* Now creating SEO title for year archives
* Updated TimThumb
* Replaced bloginfo(‘template_directory’) with echo get_template_directory_uri().
* Replaced bloginfo(‘stylesheet_directory’) with stylesheet_directory_uri().
* Replaced attribute_escape() with esc_attr().
* Replaced bloginfo(‘url’) with home_url().
* Replaced the_author_description() with the_author_meta(‘description’).
* Replaced wp_specialchars() with esc_html().
* Removed PHP short tags.
* Added readme.txt.
* Added data-url parameter to Twitter sharer.
* Added additional stylesheet theme descriptors.
* Added missing WordPress gallery style.
The update process for this release is a little different than the releases before 2.6.1. In order to maintain the Standard Theme configuration settings, there are a few manual steps that need to be followed when the theme is updated to 2.7.
- Copy the contents of your custom.css from your current version.
- Make note of all your Standard Theme settings.
- Install Standard Theme 2.7.
- Activate Standard Theme 2.7.
- Paste the contents of custom.css in Step 1 into the custom.css of 2.7.
- Manually reapply your Standard Theme settings.
One of the major features that is planned for Standard Theme 3.0 for WordPress will be the ability to keep the same configuration settings when upgrading to a new release. This will eliminate the need to manually reapply your Standard Theme settings.