Skip to content

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 03 Jun 10:56
· 1 commit to main since this release
  • 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