XFtoWP 1.5.0.5
Released: April 8, 2023
XFtoWP 1.5.0.5 is now available for download and one-click update from your WordPress admin panel. This is a maintenance release that adds minor feature improvements to the Latest Posts forum widget and code stability changes throughout the plugin.
- Latest posts widget now shows last post user avatar in post list
- Latest posts widget title now links to your Board URL
- Latest posts widget now shows a "No posts found" if there are no new posts within your forum's data range
- Adds
alt
text to all author avatars in widget - Adds
last_post_user
to latest posts list data - Improved data validation and sanitization throughout the plugin
- Makes auto-publish check simpler and more reliable for edge cases
- 3 new strings added,
no_replies
editable from the Strings Manager - Ensures all new thread titles and messages have HTML decoding applied to quotes
- Prevents comments list template from displaying a
0
after AJAX refresh (cache compatibility) - Clears warning message on create thread with unset
$wp_user_id
- Removes empty
getLogin
JS function from loading on the frontend. - Minor file reorganization and code cleanup