XenForo 1.2.3 Released

XenForo 1.2.3 is the third maintenance release in the 1.2 series and focuses on bug fixes and stability improvements. We recommend that all customers running a previous version of 1.2 upgrade when possible. If you are currently running XenForo 1.0 or 1.1, we also recommend upgrading to 1.2 when possible, but please be aware that this is a significant upgrade and you'll need to be aware of add-on and style compatibility changes.

Some of the bugs fixed in this release include:
  • Tagging users incorrectly disabled by default on fresh installs
  • Thread watch records not maintained when threads are merged
  • Incorrect importing of page nodes in the XenForo to XenForo import
  • Handle corrupted data more gracefully in several import situations
  • Adding two else conditions in a template does not throw an error as expected
  • ImageMagick resizes images incorrectly in very specific cases
  • Make sure that "deny" actions in spam prevention handling overrides "moderate" actions
  • Inline form errors not positioned correctly in RTL
  • Weekly/monthly statistics not shown correctly in RTL
  • Add additional direction attribute to email containers for RTL
  • Disable user tagging within certain BB codes (such as code tags)
  • Fix situation where node names were not available in URL generation
  • Expand romanization of Greek to be more extensive
  • Lightbox image selection incorrect when opening a second lightbox on a page
  • Default open graph logo size increased and image tweaked
  • ImageMagick class named incorrectly based on containing directory name
  • When loading an overlay, run inline JS before xfActivate.
See the Resolved Bug Reports forum for further information.

All customers with active licenses may now download XenForo 1.2.3 from the customer area.


More Stable

The release of XenForo 1.2.3 follows our principle that third-point (x.x.X) releases should always be more stable than the preceding version, so for the most part you will not find new features in this release. Major new features will be reserved for second point versions (x.X.x).

Installation and Upgrade Instructions

Full details for how to install and upgrade XenForo can be found in the XenForo Manual.
 
Templates Changed Since 1.2.2

The following templates have been modified since their release in XenForo 1.2.2.

The following changes provide functional improvements and fixes or cosmetic enhancements. We recommend that all users integrate these changes into their own templates if they have previously customized them by using the template merge system (or, if necessary, by reverting and recustomizing). If you have not customized these templates, the changes will be automatically integrated when you upgrade to 1.2.3.

account_avatar
Switch the gravatar value to $gravatarEmail to be consistent with how the code handles it.​

find_new_wrapper
Add the noindex meta tag here (so it will apply to all find new actions).​

forum_list
Explicitly include an open graph description.​

header
Explicitly edit hint the header.css template.​

helper_birthday_input
List tag was not closed correctly.​

member_view
Explicitly include an open graph description. Fix several avatars to use full URLs (for microdata purposes).​

open_graph_meta
Add support for open graph descriptions​

thread_view
Explicitly include an open graph description.​

xenforo.css
Remove include of non-existent xenforo_facebook.css.​
 
Top Bottom