You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Resolved database errors when wp_qentry_tokens and wp_qentry_activity_logs tables don't exist (e.g. plugin installed via FTP/Git without triggering the activation hook)
Fix:remove_duplicate_logs() no longer runs a DELETE query on every page load when the activity logs table is missing
Improvement:maybe_upgrade() now auto-creates both tables if they are missing, so the plugin self-heals without requiring a deactivate/reactivate cycle