Skip to content

v3.1.1

Choose a tag to compare

@nurkamol nurkamol released this 22 Aug 21:09
· 4 commits to main since this release

[3.1.1] - 2025-07-26

Fixed

  • WordPress Core Conflict: Resolved "Security check failed" error when updating plugins or performing bulk operations
  • Action Handler Isolation: Plugin now only processes its own actions, avoiding interference with WordPress core functionality
  • Nonce Verification Scope: Limited nonce checks to plugin-specific pages and actions only

Changed

  • Hook Priority: Moved admin_init hook to lower priority (20) to prevent conflicts
  • Page-Specific Processing: Actions only processed when on plugin's admin page
  • Cleanup Timing: Backup cleanup only runs on plugin pages to avoid conflicts