XenForo 1.1.0 Beta 4 Released

Time for another beta!

Beta 4 brings a collection of important bug fixes, including most RTL-related issues. There are also a few new features to help you along, which we've listed below.

We recommend that all customers running previous 1.1 beta versions now upgrade to Beta 4.

All licensed customers may now download the new version from the customer area.

This is Beta Software

Please remember that this is beta software. It contains known bugs and incomplete functionality. We do not recommend running beta software in a production environment, and support is limited at this time to questions here on the community forums.

If you choose to run beta software, it is your responsibility to ensure that you make a backup of your data. We recommend you do this before attempting an upgrade.

Installation and Upgrade Instructions

Full details for how to install and upgrade XenForo can be found in the XenForo Manual.
 
Prefix Selection when Moving Threads or Posts

A new JavaScript routine allows you to select the appropriate prefixes for the destination forum for your posts or threads, loading up the correct collection of prefixes when you change the destination.

move posts prefixes.webp
 
Sessions from the Cache

If you have defined a cache in your config file, using memcached, APC, the file cache or any of the other options, XenForo will now store its visitor session data in that cache rather than the database, saving two queries per page. On a busy site, this can be a huge performance boost.

Note if you want to be sure this is enabled after beta 4 as well, add this line to library/config.php:
Code:
$config['cache']['cacheSessions'] = true;
 
Top Bottom