It never fails, once you make a release, a few bugs pop up. In the interim time before the next release rolls out, you can download the individual source files that contain the fixes.
Patch Level Information
Each time a set of fixes are published, we re-create the distribution archives and include a Patch Level component in the version number. This way, you can be sure that you are downloading the latest, most up to date version of glFusion, with all released patches and updates.
To check your current patch level, go into the Command & Control screen, the current glFusion version number (and patch level) will be displayed at the top of the page.
The current patch level is pl4.
The Bad Behavior2 plugin that is bundled with glFusion has been updated to v2.0.32 and is available for download here. All users should upgrade to resolve issues with potential blocking of a major search engine. Users of specialized web services integrated into their host platforms, for which Bad Behavior should not screen requests, should upgrade to take advantage of this new functionality. To upgrade your version of Bad Behavior, please upload this release using the plugin auto installer located in your Plugin Admin screen.
Bad Behavior is developed and maintained by Michael Hampton. Please consider supporting his development efforts by making a financial contribution.
What’s new?
The help link for configuration items is incorrect when glFusion is not installed in the main webroot directory. To resolve this issue update the configuration class file config.class.php.
private/system/classes/config.class.php
This fix should only be applied to glFusion v1.1.6. This fix is included in glFusion v1.1.6 patch level 4.
Search results do not use the URL rewrite setting for comment results. To resolve this issue update the search class file, search.class.php.
private/system/classes/search.class.php
This fix should only be applied to glFusion v1.1.6. This fix is included in glFusion v1.1.6 patch level 4.
The group editor does not save the 'admin' attribute when selected. To resolve this issue, update the the group editor file group.php
This fix should only be applied to glFusion v1.1.6. This fix is included in glFusion v1.1.6 patch level 4.
A Static Page centerblcok might show more than once if it is configured to display after the featured stories and there is no featured story. To resolve this issue, update the Static Pages's functon.inc file.
private/plugins/staticpages/functions.inc
This fix should only be applied to glFusion v1.1.6. This fix is included in glFusion v1.1.6 patch level 4.
Search results may not always display UTF-8 characters properly. To resolve this issue update the search.class.php
private/system/classes/search.class.php
This update should only be applied to glFusion v1.1.6. This update has been included in pl3.
The Static Pages plugin could crash with an SQL error when a site has multi-lingual support enabled.
To resolve this problem, update the Static Pages functions.inc
private/plugins/staticpages/functions.inc
This update should only be applied to glFusion v1.1.6. This update has been included in pl3.
The Static Pages plugin did not correctly call the PLG_itemSaved() and PLG_itemDeleted() APIs. This can cause problems when integrating with other plugins. Specifically, this caused a problem with the Tag plugin where the Tag plugin did not detect the changes to the tag auto tag.
To resolve the issue, update services.inc.php.
private/plugins/staticpages/services.inc.php
This update should only be applied to glFusion v1.1.6. This update has been included in pl2.
When trying to edit an category in the Links plugin, a PHP error will occur. To resolve the issue, install the updated category.php.
public_html/admin/plugins/links/category.php
This update should only be applied to glFusion v1.1.6. This update has been included in pl1.