Skip to content

1.0.1 Wordpress Compliance

Choose a tag to compare

@planetoftheweb planetoftheweb released this 30 Jun 05:57
· 28 commits to main since this release

Fixed

  • WordPress plugin checker compliance issues
  • Added proper sanitization callbacks to all register_setting() calls
  • Replaced direct database queries with WordPress transient functions
  • Improved cache clearing system using version-based invalidation
  • Added proper output escaping for security compliance
  • Removed invalid "Network" header from plugin file

Security

  • Enhanced input sanitization for all settings fields
  • Improved output escaping throughout the plugin
  • Replaced direct SQL queries with WordPress API functions