Version 4.4.9 - 20 Jan 2016 ============================= 1. Made minor CSS validation corrections for HTML5 compatibility 2. Corrected an issue with responsive styles, which was preventing the site's width from showing up correctly on iPhones if the top navigation bar was enabled 3. Fixed an issue with the selection list that shows up for responsive screens to substitute the menu. Used to show be replicated in both navigation bars Version 4.4.8 - 13 Nov 2015 ============================= 1. Removed support for custom post types (plugin exists independently) 2. Updated theme to use latest WP features 3. Removed inbuilt shortcodes (plugin exists independently) 4. Theme used to save options upon activation - this has been disabled. Now options are saved only when the save button is clicked. 5. Added required class for accessibility 6. Added theme support for title-tag 7. Sanitized call to echo($_GET[...]) 8. Removed call to deprecated constructor WP_Widget 9. Removed OpenID support (external plugins exist) 10. Removed SEO support from theme 11. Fixed an issue with the admin panel not switching to the last used tab upon saving 12. Corrected some issues with the behaviour of the gallery post format Version 4.4.7 - 2nd Aug 2013 ============================ 1. Fixed compatibility issues with JQuery UI distributed in WP 3.6 - critical patch 2. Removed backwards compatibility for WP 3.3 Version 4.4.6 - 18th Jan 2013 ============================= 1. Changed from using "live" to "on" for JQuery functions 2. Switched back from modified version of Fancybox and Colorbox to original versions, since JQuery Tooltip can be used without modifying those libraries. 3. Switched the image_resize call to wp_get_image_editor, since image_resize is deprecated in WP 3.5 4. Added filter "suffusion_cat_tag_query_args" to featured posts for letting users add their own parameters to the query. Version 4.4.5 - 09th Jan 2013 ============================= 1. Removed the pointer API from the code, as a result of a WPTRT guideline. 2. Added support for JetPack's Photon-based resizing. Version 4.4.4 - 12th Dec 2012 ============================= 1. Fixed some code in the featured content slider that was causing a JS conflict in JQuery 1.8.3 (WP 3.5) 2. Removed the suffusion-widgets, suffusion-multic and suffusion-column shortcodes as a result of a new WPTRT guideline. Version 4.4.3 - 27th Nov 2012 ============================= 1. Removed BP integration content as that (and more) is available with Suffusion BuddyPress Pack. 2. Completely separated out conditional WPML code so that it doesn't load with the theme. 3. Moved CSS generation code to dedicated CSS generation file from functions.php. This reduces the load for those scenarios where CSS doesn't need to be generated. 4. Added option to disable widgets. This way unused widgets don't contribute to code. 5. Removed the BGIFrame library since the theme isn't aiming to support IE6. 6. Fixed a problem that was causing all tiles to be of the same height. 7. Deleted some functions that were no longer being used. 8. Changed some default settings to be switched off rather than on. Version 4.4.2 - 11th Nov 2012 ============================= 1. The JS file was getting stuck in an infinite loop in the tile layout. This has been addressed. 2. Fixed a problem with the slider index appearing twice. 3. Tiles were appearing too shortened. This has been addressed. 4. Moved the responsive CSS generation to another file, which is only loaded if responsive settings are on. Version 4.4.1 - 10th Nov 2012 ============================= 1. Added missing container element around the category description in the magazine layout. 2. Fixed a bug that was causing images to ignore a custom size specified by the HTML attributes width and height. 3. Fixed a bug that was preventing category blocks from being displayed with the same height in Chrome. Version 4.4.0 - 06th Nov 2012 ============================= 1. Fixed an issue that was causing a missing CSS file to load for BP 1.6+. 2. Fixed a bug where the number of columns in the "Widgets in Header" was not taking effect. 3. Introduced responsive features for the theme. 4. Killed the "Suffusion Meta" widget, which was, for all intents and purposes identical to the default Meta widget. 5. Replaced static markup calls in sidebar.php with the_widget() calls for corresponding widgets. 6. Fixed an issue where the audio shortcode wasn't firing even if enabled. 7. Webkit browsers were not creating tile layouts / magazine template with equal-sized boxes automatically. This has been fixed. 8. "Featured Posts" widget was repeating the post index - this has now been fixed. 9. Replaced the JS-based + CSS-columns-based automatic width balancer with a pure CSS solution with better browser compatibility. 10. Left and Right arrow icons were reversed in one iconset 11. For posts without titles the "Query Posts" widget was not showing anything if a "list" of post titles was being displayed. This has been rectified to mimic the behaviour of the native "Recent Posts" widget. 12. Got rid of 404 errors for FancyBox on IE6 - theme doesn't aim for IE6 support, so FancyBox support for it was not needed either. Version 4.3.3 - 26th Sep 2012 ============================= 1. Shortcodes bundled with the theme had stopped working requiring the users to explicitly add the "Suffusion Shortcodes" plugin. This has been addressed. 2. Modified the Twitter widget to pick link the user profile image to the user's profile page on Twitter. 3. Modified the "Follow Me" widget to pick up child theme's icons if available. 4. Added the capability to specify a link to a custom page in the "Query Posts" widget. Version 4.3.2 - 16th Sep 2012 ============================= 1. Fixed a minor issue in the magazine layout, to enable the headline box to resize with growing content. 2. Removed the "translation-ready" tag, based on a WPTRT discussion. 3. There was a problem with floating in the meta box in the post edit screen. This has been addressed. 4. Shortcodes are going to be handled in the "Suffusion Shortcodes" plugin (submitted for approval). Correspondingly changes have been made in the theme. Version 4.3.1 - 31st Aug 2012 ============================= 1. Fixed a minor issue in the default background colours of the Photonique and Minima skins. 2. Changed the calls for get_the_author_meta('display_name') to get_the_author, for compatibility with certain plugins. Version 4.3.0 - 26th Aug 2012 ============================= 1. Minor typo in suffusion.js was causing JQuery errors in some cases. This has been fixed. Version 4.2.9 - 21st Aug 2012 ============================= 1. Minor correction to resolve conflicts on Edit Post / Page screens between the Suffusion meta box and other meta boxes using JQuery. Version 4.2.8 - 02nd Aug 2012 ============================= 1. Previous / Next post buttons were not clickable (only the text was). This has been fixed. 2. CDATA tags were causing issues for IE when used with minification plugins. This has been fixed. Version 4.2.7 - 25th Jul 2012 ============================= 1. Added some fonts to the font list for selection. 2. Made a change to reduce errors in the rotating header setup. Version 4.2.6 - 13th Jul 2012 ============================= 1. Modified the post filter classes to suit bbPress 2.1 2. Corrected the translation file and removed extra backslash characters. Version 4.2.5 - 05th Jul 2012 ============================= 1. Added new action hooks suffusion_before_custom_layout_widgets and suffusion_after_custom_layout_widgets for the Custom Layout template. 2. Added the "suffusion_admin_modify_option_list" filter for associative arrays. 3. The post_class filter was causing issues for bbPress custom post types - this has been addressed. Version 4.2.4 - 27th Jun 2012 ============================= 1. Added conditionals for various mobile functions, and additionally provided mobile classes to the "body" tag. 2. Fixed a bug that was causing incorrect byline information to appear if the byline was in the footer. 3. Added a filter "suffusion_admin_modify_option_list" for extending an option list in the back-end. 4. Added the ability to specify "before" and "after" texts for bylines, with new filter hooks "suffusion_before_byline_html" and "suffusion_after_byline_html". 5. Fixed a bug in the default background behaviour for custom backgrounds. Version 4.2.3 - 19th Jun 2012 ============================= 1. The magazine template was not showing any H1 tag. This has been fixed. 2. Added a check to support the Category Icons plugin for cases where the plugin was displaying 2 category icons. 3. Changed the link for "Now Reading" to "Now Reading Reloaded", because the previous link now points to an infected site. 4. Modified custom background behaviour to support removal of background images. 5. The date box wasn't lining up properly in IE. This has been fixed. 6. Made a change to the BP integration script, to ensure that the custom-background class is added if necessary. Version 4.2.2 - 11th Jun 2012 ============================= 1. Fixed an error that was causing the SEO separator to appear in the feed title, resulting in an invalid feed. 2. Fixed a bug that wasn't letting the blog title and description appear on the right side of the header. Version 4.2.1 - 10th Jun 2012 ============================= 1. Removed deprecated API calls for WP 3.4 (add_contextual_help, suffusion_version_checker which used get_theme_data). 2. Added support for native Custom Headers. This only works for WP 3.4 and upwards, because Suffusion supports flexible width headers, which are not available with older versions. 3. Added Theme Customizer support for skins. 4. Added new icon set based on Web Design Creatives licensed under GPL (http://www.iconfinder.com/search/?q=iconset:webdesigncreative) 5. Fixed a bug in the Authors template, that could cause a conflict of global variables. 6. Added a couple of new byline styles, "Outer left pullout" and "Outer right pullout", which differ from the previous pullouts. The new pullouts appear to the left and right of the title as well - the previous ones appear under the title, to the left and right of the content. 7. Added the capability to specify custom CSS classes for posts in the Custom Post Type Archive template. 8. Added the capability to specify custom CSS classes for single custom post types. 9. Renamed the meta_keywords, meta_description, thumbnail and featured_image meta fields with the "suf_" prefix. 10. Moved most of the arguments passed to the post_class function to an explicit filter. 11. Removed inline styles as applicable from template files and from quite a few places in the admin screens as well. 12. Made changes to the markup of all templates to accommodate the new byline style ("outer pullout") 13. Replaced the following icons whose base licenses have changed: a. "Web Social" by Narjis Naqvi: Replaced by self-developed icons, combining a self-made background with Elegant Media Icons and open fonts. b. "Aquaticus Social" by Jwloh Lin: Replaced by Elegant Themes' social media icons (GPL) and icons from the "Faenze Icon Theme" (GPL). 14. Added "is_string" checks for breadcrumbs, because in some cases the WP functions were returning WP_Error objects for permalinks etc. 15. Fixed a bug with the Custom Layout Template, which was not respecting the "Keep original heights" option. 16. Changed the use of get_stylesheet_directory_uri to get_stylesheet_uri as appropriate. 17. Switched to using a filter for wp_title. 18. Fixed a bug with the rotating headers functionality, that was not rotating if the generated CSS was linked as a file. 19. Added a new skin, "Scribbles". Version 4.2.0 - 27th Apr 2012 ============================= 1. Moved from XHTML Transitional to HTML 5: a. The site header (#header) is a
instead of
b. Navigation bars are