XFtoWP 1.6.1
Released: April 23, 2025
- New: Refresh any given thread in WordPress as soon as a reply is made by activating the Event XF admin > Webhooks > Posts > post.insert
- New: Better inline error handling, plugin interface will report error feedback when sent from XenForo
- New: In WP admin > XF > Site Setup > Forums, you will now get a prompt if any forum IDs no longer work or are not found
- New:
xfwp_thread_part()function is a new way to render mico-template parts of a thread and use in any thread loop. To support this new syntax, many comments template files have been updated with new references so if you've edited any of these templates it is worth comparing to see new changess - WordPress 6.8 minor compatibility changes
- Admin UI: Combined "Forums" and "Usergroups" into Site Setup settings panel with tabs
- Thread refresh process now saves
prefix_id, andview_countfrom thread into WordPress - Added Singular/Plural labels to user stats on comment threads (ex. 1 Like vs 2 Likes)
- Fixed broken admin tab toggle for Integration-dependant "Product mapping" admin options
- Removed 3 PHP8.3 warning notices
- Fix display bugs when multiple tab widgets are rendered on same page
- Add
$dirparameter toxfwp_ver()which allows plugins based off XFWP to use this function - New hook:
xfwp_{before/after}_refreshhook allows you to manipulate final saved data and easily add on logic to refresh action - All helper functions have been split into two functions files-the global functions library and template/HTML specific functions
- Removed unnecessary font icon files legacy formats that aren't needed anymore