Downloads
Release notes
BUG FIXES
#808988 by gmclelland, fixed class typo bug for 12 unit fluid grid in fusion core
fixed $title typo in node.tpl.php
#721088 by tsi, sociotech, fixed floating layout issues for content tabs and primary menu in RTL
#729740 by eternalistic, fixed views admin links being cut off
by sociotech, fixed clearfix to reduce page clipping due to overflow:hidden
by sociotech, added check for case in which there are no default theme settings in .info file
#735634 by eternalistic, fixed background collapsing on floated styles
#729752 by sociotech, fixed issue with node titles being obscured in webkit when clicking on anchor links
#748356 by jbrauer, fixed label for 11 unit width incorrect
#603644 by sociotech, fixed QuickTabs blocks were always appearing at the bottom of regions
#732746 by sociotech, fixed allow user-defined widths in sidebar blocks in fluid layouts
#755576 by sociotech, fixed missing styles in maintenance-page.tpl.php
#763108 by sociotech, fixed incorrect classes with custom grids using less than 10 columns
#721386 by RdeBoer, sociotech, fixed array_merge() error in fusion_core/theme-settings.php
#733040 by eternalistic, sociotech, fixed Panels editing options get cut off
by sheena_d, fixed Superfish menu to prevent getting cut off in sidebars & added vertical menu style
by eternalistic, fixed Skinr styles not showing for Panels
#743448 by eternalistic, set superfish menu li to z-index:100 for ie6 and ie7
CLEANUP / DOCUMENTATION
by stephthegeek, added subtheming readme
by sociotech, changed Skinr example in Fusion Starter .info file to simplify it
by sociotech, removed duplicate skinr preview screenshots
by eternalistic, added site-name-wrapper in page.tpl.php
#826328 by sociotech, jbrauer, removed formatting for submitted by date/author in comments in template.php (for compatibility with submitted_by module)
#804674 by sociotech, bkno, added class variable to bring up to date with current views-view--page.tpl.php
by sociotech, integrated screenshot.js into script.js
by sociotech, added leading semicolons to some jquery plugins to reduce the chance of errors from other scripts that don't have a trailing semicolon
by stephthegeek, added more extensive README.txt, removed old one (and some TODOs) from fusion_starter
by sociotech, removed commented out horizontal menu skinr style in .info file
#844620 by dylan.riordan, sociotech, removed unnecessary node_load() in fusion_core_preprocess_comment() in template.php
NEW FEATURES
#838036 by sinasalek, sociotech, added check for i18n module to translate primary menu
by sociotech, added extra parameter to insert additional classes into grid_row theme function (usage example: <?php print theme('grid_row', $preface_top, 'preface-top', 'full-width', $grid_width, 'my-class another-custom-class'); ?>)