XFtoWP 1.3 (Release Candidate 1)

Released: October 24, 2021

  • New: Sync Custom User Fields from WordPress users back to XenForo profiles
  • New: Enable or disable plugin integrations from the XFtoWP dashboard
  • New: Auto-refreshes forum data with set refresh time (defaults to 30 minutes)
  • New: Show forum stats and members online with the XF Content widget
  • New: Re-order widget positions with simple text sorting
  • Admin settings & design updates
    • Adds “last synced” date to top of settings panel
    •  Blurs sensitive connection info until editing text input
    • Shows easier to read sync dates for users in Edit User profile settings
    • Adds link back to XF profile from Edit user settings
  • Bug fix: Ensures “XF actions” meta box only appears on supported post types
  • Bug fix: Now fully handles syncing complex passwords with better decoding (thanks @keenants)
  • Adds 6 new translation strings to WP admin > XFtoWP > Edit Strings
  • Code + file reorganization for easier plugin readability
    • Added new /integrations/ folder to root
    • Moved filters.php, strings.php to root
    • Renamed /assets/ folder to /lib/
    • Send your own logic to custom user fields with the xfwp_custom_fields and xfwp_custom_user_fields_data hooks
    • Deprecated xfwp_user_sync_post_type filter, use xfwp_integrations_data instead