Releases: fudforum/FUDforum
FUDforum 3.1.3
This is the latest stable version of FUDforum. Please upgrade all version 3.x.x forums to this release ASAP!
The minimum requirements to run FUDforum 3.1.3 is:
- PHP 7.0 or higher (tested with PHP 7.4 and PHP 8.2).
- MySQL/MariaDB 5.5 (or higher) or one of the other supported databases like SQLite, PgSQL, Oracle, etc.
New features
- Try to maintain white-space in messages as typed by the user.
- Use LONTEXT for message storage, as TEXT may be too small for large messages.
- Add Telegram Bot plugin to post forum messages on a telegram channel.
- Embed GIF, PNG and JPG images in generated PDF output.
- Update jQuery to version 3.6.4
- Update jQuery UI to v1.13.2
- Update FPRD to version 1.85
Fixes
- Fixed numerous PHP 8.x errors and warnings.
- After acknowledging an error, move to forum home.
- Fixed "Delete All messages: link in User Manager.
Localization
- The latest localization updates from http://translatewiki.net.
Full Changelog: v3.1.2...v3.1.3
FUDforum 3.1.2
This is the latest stable version of FUDforum. Please upgrade all version 3.x.x forums to this release ASAP!
The minimum requirements to run FUDforum 3.1.2 is:
- PHP 7.0 or higher (tested with PHP 7.4 and PHP 8).
- MySQL/MariaDB 5.5 (or higher) or one of the other supported databases like PostgreSQL, Oracle, DB2, SQL Server, etc.
New features
- Add support for enchant and remove pspell for spell checking.
- If no search results found, use spell checker to make search suggestions.
- Allow wildcard searches on topic title.
- Update jQuery to version 3.6.0
- Update FPRD to version 1.84
Fixes
- Captcha img doesn't display for PHP with GD, but without FreeType support.
- Fix stored XSS vulnerabilities reported by ptsecurity.com
- Prevent hackers from overriding the "users_opt" variable.
- Fix image locations in Private Message view.
Localization
- The latest localization updates from http://translatewiki.net.
Full Changelog: v3.1.1...v3.1.2
FUDforum 3.1.1
This is the latest stable version of FUDforum. Please upgrade all version 3.x.x forums to this release ASAP!
The minimum requirements to run FUDforum 3.1.1 is:
- PHP 7.0 or higher (tested with PHP 7.4 and PHP 8).
- MySQL/MariaDB 5.5 (or higher) or one of the other supported databases like PostgreSQL, Oracle, DB2, SQL Server, etc.
New features
- Updated social media links: add Facebook; remove AIM & MSN Messenger.
- Show welcome message and announcements on BLOG page.
- Updated the video plugin.
- Added a hook to modify search terms.
- Assign lower search weight to topics that start with 'Re: '.
- Renamed create_file_archive to create_fudforum_archive
Fixes
- Fixed Cross-Site Scripting vulnerability (reported by xoffense).
- Fixed Warning: Undefined array key "date" in /opt/lampp/htdocs/forum/theme/default/selmsg.php on line 807
- Fixed Deprecated: Required parameter follows optional parameter.
- Fixed PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported
- Properly escape quotes and slashes in GLOBALS.php.
- Fixed some ACP URLs.
- Ensure that primary keys are defined as NOT NULL and added additional database indexes.
- Do not force MySQL ENGINE=MyISAM.
- Highlight longer search terms first to prevent interference.
- Fix CLS (Cumulative Layout Shift) problem and other minor HTML fixes.
- Fixed incorrect URL in new account confirmation message.
Localization
- Add support files for the Thai (ไทย) language.
- The latest localization updates from http://translatewiki.net.
Download link: FUDforum_3.1.1.zip
FUDforum 3.1.0
This is the latest stable version of FUDforum. Please upgrade all version 3.0.x forums to this release ASAP!
The minimum requirements to run FUDforum 3.1.0 is:
- PHP 7.0 or higher (tested with PHP 7.2 and 7.3).
- MySQL/MariaDB 5.5 (or higher) or one of the other supported databases like PostgreSQL, Oracle, DB2, SQL Server, etc.
New features
- New forum blog (portal page) feature.
- Search based on relevancy of the search terms.
- Highlight searched terms in search results.
- Keep original case of search terms, while searching in case insensitive mode.
- New BBcode tags: [left], [right], [float=left], [float=right]
- Add ANNOUNCEMENT hook for plugin developers that wants to override announcements.
- Improve the video tags plugin.
- Remove the (now dated) ie6_update plugin.
Fixes
- Make the » in the pager jump to the very end (patch by _alex)
- strip_tags() can throw away huge portions of text while importing messages (although extremely rare).
- Fix category lookup.
- Fix captcha shows as "Array".
- Fix for "International domains not recognized" - https://bugs.php.net/bug.php?id=73176
- The current time at the bottom sometimes shows "#d" instead of the day.
- Karma patch by trepstrer: Prevent users from voting more than once per message.
- Make "message preview" consistent with message display.
- BUG & Fix: Cleaning up GLOBALS.php $INCLUDE remnants. [Fix by BugLaden]
- Fix stored XSS in the admin control panel (reported by user liquidsky).
Localization
- The latest localization updates from http://translatewiki.net.