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 pl5.
If your hosting environment is using PHP v4 and you have the PHP setting magic_quotes_gpc enabled, when you add images to a story they are removed during preview or save. To resolve the issue, please update public_html/lib-common.php with the patched version below.
This fix should only be applied to glFusion v1.1.7. This fix has been included in glFusion v1.1.7.pl5.
If you edit a story and save, any rating data for the story is removed. To resolve the issue, please update private/system/classes/story.class.php with the patched version below.
private/system/classes/story.class.php
This fix should only be applied to glFusion v1.1.7. This fix has been included in glFusion v1.1.7.pl5.
The Forum plugin does not consistently check the username length. For example, if you set the minimum username length to 2 characters, then it will allow a username of 2 characters to create a topic, but it does not allow the same user to edit the topic. To resolve this issue, please update public_html/forum/createtopic.php with the patched version below.
public_html/forum/createtopic.php
This fix should only be applied to glFusion v1.1.7. This fix has been included in glFusion v1.1.7.pl5.
Due to a hardcoded date in the Media Edit function of Media Gallery, you cannot set a media items year beyond 2009. To resolve this issue, please update private/plugins/mediagallery/include/mediamanage.php with the patched version below.
private/plugins/mediagallery/include/mediamanage.php
This fix should only be applied to glFusion v1.1.7. This fix has been included in glFusion v1.1.7.pl4.
An update included in v1.1.7.pl1 to resolve a comment formatting issue had a typo that caused the following error: urlencode() expects exactly 1 parameter, 3 given. Please update private/system/lib-comment.php with the patched version below to resolve the problem.
private/system/lib-comment.php
This fix should only be applied to glFusion v1.1.7. This fix has been included in glFusion v1.1.7.pl2.
The link autotag does not work when used in Forum posts. To resolve this issue, update private/plugins/forum/include/gf_format.php with the updated version below:
The Bad Behavior2 Plugin has been updated to resolve MySQL server gone away error messages in your glFusion error log. To update, please download Bad Behavior2 v2.0.35 and install using the Plugin Administration screen under Command & Control.
Bad Behavior2 v2.0.35 has been included in glFusion v1.1.7.pl1.
The Remote Media tab is missing from the Media Gallery upload options.
To resolve the issue, update the public_html/mediagallery/admin.php file with the patched version below.
public_html/mediagallery/admin.php
This update should only be applied to glFusion v1.1.7. This update will be included in pl1.
When a new user registers on the site, their username is cut-off at 16 characters. glFusion should allow up to 48 characters in the username. To resolve the issue, update the public_html/users.php file with the patched version below.
This update should only be applied to glFusion v1.1.7. This update will be included in pl1.