Archive for August, 2008

phpFan 3.3.4 Released and Addons update Released

Friday, August 22nd, 2008

phpFan 3.3.4 has been released with several changes, including bugfixes. phpMailer was upgraded to version 2.0.2 in the script.

phpFan Addons – Listing 1.1.3 was released, as was phpFan Addons – Keep-In-Mind 1.1.4 was released, as was phpFan Joined 1.0.4 (the bugfix from the previous mini-upgrade was included in this).

Full details of the changes are detailed in the Version Changes log.

The core phpFan can be downloaded and phpFan Addon – Keep-In-Mind/phpFan Addon – Joined/phpFan Addon – Listing can be downloaded.

phpFan Addon – Joined 1.0.3 Mini-Bugfix

Sunday, August 10th, 2008

phpFan Addon – Joined has a mini bugfix. Since it’s one line changed I decided to release the fix for those who don’t want to download a new zip and update the old zips. :)

Around line 354 in /includes/phpfanmore.php change:

				$getnum	= ($this->wherenum > 1 ? intval($this->ruri[$this->wherenum]) : '');

to:

				$getnum	= ($this->wherenum > 1 ? intval($this->ruri[$this->wherenum]) : 0);

phpFan Addon – Joined 1.0.3 is available for download.