Skip to content

v1.2.0

Choose a tag to compare

@schlebek schlebek released this 20 Apr 10:33
· 9 commits to master since this release

Content Quality Analyzer v1.2.0

WP.org Compliance Release

  • Named hook functions (no anonymous closures)
  • Removed sslverify => false from all HTTP requests
  • Added sanitize_callback to all register_setting() calls
  • Replaced @set_time_limit() with function_exists() guard
  • Added register_uninstall_hook() for clean removal
  • Full i18n support with load_plugin_textdomain()
  • Activation hook with default options
  • Proper plugin header (Text Domain, Requires at least, Requires PHP, License)