Skip to content

Version 1.1.1

Latest

Choose a tag to compare

@dhanushrs1 dhanushrs1 released this 22 Jan 16:16
· 4 commits to main since this release

Full Changelog: v1.1.0...v1.1.1

Security: Fix SQL injection in search - v1.1.1

  • Replaced esc_sql() with $wpdb->prepare() in submissions search
  • Implemented $wpdb->esc_like() for LIKE query wildcards
  • WordPress.org security compliance achieved
  • Ready for plugin directory submission