Skip to content

1.2.0

Choose a tag to compare

@ControlZetaDigital ControlZetaDigital released this 18 Apr 00:14
· 33 commits to main since this release

1.2.0

Security

  • Fix SQL injection vulnerability in get_items() using $wpdb->prepare().
  • Add current_user_can() check and sanitize POST input in update().
  • Escape all output in admin views to prevent XSS.

Fixed

  • Sync internal version constant with plugin header.
  • Replace always-true isset($_POST) with !empty($_POST).
  • Remove deprecated &$this syntax.
  • Remove dead AJAX hook registration.

Cleanup

  • Implement post_meta cleanup on plugin uninstall.
  • Remove unused options property and settings() method.