Ozzy47
Administrator
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
XenForo 2.1.6 Patch 1, Media Gallery 2.1.6, Resource Manager 2.1.5 and Enhanced Search 2.1.3 Released
XenForo 2.1.6 is now available for all licensed customers to download. We recommend that all customers running previous versions of XenForo 2.1 upgrade to this release to benefit from increased stability.
Download XenForo 2.1.6
or
Upgrade directly from within your control panel
Some of the changes in XF 2.1.6 include:
The following public templates have had changes:
As always, new releases of XenForo are free to download for all customers with active licenses, who may now grab the new version from the customer area.
Note: add-ons, customizations and styles made for XenForo 1.x are not compatible with XenForo 2.x. If your site relies upon these for essential functionality, ensure that a XenForo 2 version exists before you start to upgrade. We strongly recommend you make a backup before attempting an upgrade.
Current Requirements
Please note that XenForo 2.1.x has higher system requirements than XenForo 1.x.
The following are minimum requirements:
Full details of how to install and upgrade XenForo can be found in the XenForo 2 Manual.
If you are already running XF 2.1 or above we strongly recommend upgrading directly from within your control panel.
Note that when upgrading from XenForo 1.x, all add-ons will be disabled and style customizations will not be maintained. New versions of add-ons will need to be installed and customizations will need to be redone. We strongly recommended that you make a backup before attempting an upgrade. Once upgraded, you will not be able to downgrade without restoring from a backup.
Reactions: requo, Alshalan, Robru and 35 others
XenForo Media Gallery 2.1.6 Released
XenForo Media Gallery 2.1.6 is now available for all licensed customers to download. We recommend that all customers running previous versions of XenForo Media Gallery 2.1 upgrade to this release to benefit from increased stability.
Download XenForo Media Gallery 2.1.6
or
Upgrade directly from within your control panel
Some of the changes in XFMG 2.1.6 include:
The following public templates have had changes:
XenForo Media Gallery requires XenForo 2.1 or later.
Purchasing
XenForo Media Gallery can be purchased with a new license via the purchase page or with an existing license via the customer area.
Installation, Upgrading and Configuration
Please see our XenForo Media Gallery manual page for more information.
Reactions: Robru, C6ckneyGeezer, ibrahim1983 and 15 others
XenForo Resource Manager 2.1.5 Released
XenForo Resource Manager 2.1.5 is now available for all licensed customers to download. We recommend that all customers running previous versions of XenForo Resource Manager 2.1 upgrade to this release to benefit from increased stability.
Download XenForo Resource Manager 2.1.5
or
Upgrade directly from within your control panel
Some of the changes in XFRM 2.1.5 include:
XenForo Resource Manager requires XenForo 2.1 or later.
Purchasing
XenForo Resource Manager can be purchased with a new license via the purchase page or with an existing license via the customer area.
Installation, Upgrading and Configuration
Please see our XenForo Resource Manager manual page for more information.
Reactions: C6ckneyGeezer, ibrahim1983, Graham Smith and 13 others
XenForo Enhanced Search 2.1.3 Released
XenForo Enhanced Search 2.1.3 is now available for all licensed customers to download. We recommend that all customers running previous versions of XenForo Enhanced Search 2.1 upgrade to this release to benefit from increased stability.
Download XenForo Enhanced Search 2.1.3
or
Upgrade directly from within your control panel
Some of the changes in XFES 2.1.3 include:
XenForo Enhanced Search requires XenForo 2.1 or later.
Purchasing
XenForo Enhanced Search can be purchased with a new license via the purchase page or with an existing license via the customer area.
Installation, Upgrading and Configuration
Please see our XenForo Enhanced Search manual page for more information.
Reactions: C6ckneyGeezer, ibrahim1983, Graham Smith and 11 others
XenForo 2.1.6 Patch 1 Released
We have fixed an issue in XenForo 2.1.6 which may have led to JavaScript errors on pages with checkboxes that have a "Select all" checkbox.
Seems like this change now means that a boolean is returned and has led to the following error: Uncaught TypeError: $checkboxes.each is not a function at fn.updateState (form.js?_v=b9f32edd:1118) at fn.init (form.js?_v=b9f32edd:1101) at applyHandler (core.js?_v=b9f32edd:7567) at...
xenforo.com
We have released XenForo 2.1.6 Patch 1 to resolve this.
You can perform the upgrade directly from your control panel by going to Tools > Check for upgrades. You can also download the update from your Customer area.
Reactions: Valhein, craigles700, MrCranky and 16 others
Continue reading...
XenForo 2.1.6 Patch 1, Media Gallery 2.1.6, Resource Manager 2.1.5 and Enhanced Search 2.1.3 Released
- Thread starter XenForo
- Start date Dec 18, 2019
XenForo 2.1.6 is now available for all licensed customers to download. We recommend that all customers running previous versions of XenForo 2.1 upgrade to this release to benefit from increased stability.
Download XenForo 2.1.6
or
Upgrade directly from within your control panel
Some of the changes in XF 2.1.6 include:
- We need to detect if an icon defined as fa includes an fa prefix, such as fab etc., and if it already includes one, don't prepend our own.
- Check that we do actually have some valid content before we start working with it, and bug out if not
- Ensure we don't overwrite the rebuildDefaultData array in rebuild jobs. Additional data should be initialized in the defaultData array as normal.
- When viewing the approval queue, ensure the "Spam clean" option only displays to moderators who have permission to use the spam cleaner.
- Store the master Toggle cookie data for a set time, rather than per session (1 year). Support being able to specify the expiry date of each storage item and default it to 1 day. Fix some bugs which may have prevented entries from expiring when needed.
- Enable Facebook story.php links to embed like normal Facebook posts.
- Generally improve support for Duotone FA icons, especially in usage of addon.json.
- When moving posts into an existing thread, ensure we only change the thread's visibility if the first source post is now the target's first post.
- Fix incorrect logic in AbstractField for entity structures that may not support display grouping.
- Workaround a weird quirk where some browsers may not render a broken image placeholder if the alt/title attributes are empty.
- Add support for the theme attribute when rendering recaptcha. The value comes from the "Style type" style property in the "Color palette" group which has a light/dark value.
- Update Linkedin connected account provider to use their updated API.
- Apply proper fix to ensure the user's correct approval queue counts are displayed.
- Fix an issue that would break prepending a table prefix to table names in the database adapter.
- Reverse a change that allowed admin templates to be called from within public templates.
- Display a more coherent error message when trying to warn a user for content they have already been warned for.
- When deleting an attachment from content, prevent any upload errors.
- Add missing (and undocumented!) structured data to the DiscussionForumPosting entry for the thread view.
- Ensure that xfUniqueId() returns the new id attribute value if one was set.
- Revert a previous change related to the conversion of some non-emoji characters to images.
- Adjust styling of deleted structured list items (thread list etc) so that only the correct parts are underlined.
- In the Admin CP template editor, ensure content of <xf:js> and <xf:css> tags are highlighted appropriately.
- Prevent XF.CheckAll from updating disabled checkboxes.
- In the news feed, ensure the reaction item is consistent so that "your post" links to the actual post.
- If no error message exists when we check the permission for quick close/quick stick then give a generic no permission message.
- Further fixes to sticky form submit row positioning with relation to notices.
- In Markdown parsing, do not match a string of asterisks or underlines as valid blocks of bold or italics.
- Prevent unexpected spacing changes when editing a message in the RTE that has tables
- Support embedding IGTV URLs.
- Prevent conversation reply counts from getting out of sync due to a race condition.
- Fix mentions not always being processed correctly when a dotted capital I is present.
- When filtering bookmarks in the popup, make the "show all" link respect the currently selected label.
- Prevent double change logs when a user registration is outright rejected for spam behaviour.
- Fix potential incorrect behavior when pasting into the RTE from external sources. Improve behavior when pasting from Google Docs.
- Ensure that the RTE code editor dialog consistently automatically focuses the code editor when it is shown.
The following public templates have had changes:
- account_bookmarks_popup
- account_visitor_menu
- captcha_recaptcha
- connected_account_associated_linkedin
- core_contentrow.less
- editor_dialog_code
- lightbox_macros
- reaction_item_post
- structured_list.less
- thread_view
As always, new releases of XenForo are free to download for all customers with active licenses, who may now grab the new version from the customer area.
Note: add-ons, customizations and styles made for XenForo 1.x are not compatible with XenForo 2.x. If your site relies upon these for essential functionality, ensure that a XenForo 2 version exists before you start to upgrade. We strongly recommend you make a backup before attempting an upgrade.
Current Requirements
Please note that XenForo 2.1.x has higher system requirements than XenForo 1.x.
The following are minimum requirements:
- PHP 5.6 or newer (PHP 7.3 recommended)
- MySQL 5.5 and newer (Also compatible with MariaDB/Percona etc.)
- All of the official add-ons require XenForo 2.1.
- Enhanced Search requires at least Elasticsearch 2.0.
Full details of how to install and upgrade XenForo can be found in the XenForo 2 Manual.
If you are already running XF 2.1 or above we strongly recommend upgrading directly from within your control panel.
Note that when upgrading from XenForo 1.x, all add-ons will be disabled and style customizations will not be maintained. New versions of add-ons will need to be installed and customizations will need to be redone. We strongly recommended that you make a backup before attempting an upgrade. Once upgraded, you will not be able to downgrade without restoring from a backup.
Reactions: requo, Alshalan, Robru and 35 others
XenForo Media Gallery 2.1.6 Released
XenForo Media Gallery 2.1.6 is now available for all licensed customers to download. We recommend that all customers running previous versions of XenForo Media Gallery 2.1 upgrade to this release to benefit from increased stability.
Download XenForo Media Gallery 2.1.6
or
Upgrade directly from within your control panel
Some of the changes in XFMG 2.1.6 include:
- Avoid errors when watermarking images and other media item tasks when the attachment data is missing.
- Prevent an error arising from missing attachment data when generating album thumbnails.
- Add some missing canonical tags and nofollow film-strip jump links.
- Fix incorrect route context for media/comments route.
The following public templates have had changes:
- xfmg_album_index
- xfmg_category_view
- xfmg_media_index
- xfmg_media_view_macros
XenForo Media Gallery requires XenForo 2.1 or later.
Purchasing
XenForo Media Gallery can be purchased with a new license via the purchase page or with an existing license via the customer area.
Installation, Upgrading and Configuration
Please see our XenForo Media Gallery manual page for more information.
Reactions: Robru, C6ckneyGeezer, ibrahim1983 and 15 others
XenForo Resource Manager 2.1.5 Released
XenForo Resource Manager 2.1.5 is now available for all licensed customers to download. We recommend that all customers running previous versions of XenForo Resource Manager 2.1 upgrade to this release to benefit from increased stability.
Download XenForo Resource Manager 2.1.5
or
Upgrade directly from within your control panel
Some of the changes in XFRM 2.1.5 include:
- Slightly adjust the structured data relating to resource reviews.
- Display a more coherent error message when trying to warn a user for content they have already been warned for.
- Attempt to update the first post of a resource discussion thread with the correct ATTACH tag attachment IDs.
XenForo Resource Manager requires XenForo 2.1 or later.
Purchasing
XenForo Resource Manager can be purchased with a new license via the purchase page or with an existing license via the customer area.
Installation, Upgrading and Configuration
Please see our XenForo Resource Manager manual page for more information.
Reactions: C6ckneyGeezer, ibrahim1983, Graham Smith and 13 others
XenForo Enhanced Search 2.1.3 Released
XenForo Enhanced Search 2.1.3 is now available for all licensed customers to download. We recommend that all customers running previous versions of XenForo Enhanced Search 2.1 upgrade to this release to benefit from increased stability.
Download XenForo Enhanced Search 2.1.3
or
Upgrade directly from within your control panel
Some of the changes in XFES 2.1.3 include:
- Fix a situation where XFES would not properly report when stemming or stopword filters were enabled.
XenForo Enhanced Search requires XenForo 2.1 or later.
Purchasing
XenForo Enhanced Search can be purchased with a new license via the purchase page or with an existing license via the customer area.
Installation, Upgrading and Configuration
Please see our XenForo Enhanced Search manual page for more information.
Reactions: C6ckneyGeezer, ibrahim1983, Graham Smith and 11 others
XenForo 2.1.6 Patch 1 Released
We have fixed an issue in XenForo 2.1.6 which may have led to JavaScript errors on pages with checkboxes that have a "Select all" checkbox.
Seems like this change now means that a boolean is returned and has led to the following error: Uncaught TypeError: $checkboxes.each is not a function at fn.updateState (form.js?_v=b9f32edd:1118) at fn.init (form.js?_v=b9f32edd:1101) at applyHandler (core.js?_v=b9f32edd:7567) at...
We have released XenForo 2.1.6 Patch 1 to resolve this.
You can perform the upgrade directly from your control panel by going to Tools > Check for upgrades. You can also download the update from your Customer area.
Reactions: Valhein, craigles700, MrCranky and 16 others
Continue reading...