Skip to content

Version 2.0.1 - WordPress.org Compliance

Choose a tag to compare

@pimschaaf pimschaaf released this 29 Oct 08:27
· 5 commits to main since this release

Version 2.0.1 - WordPress.org Compliance Fixes

Fixed

  • Replaced date() with gmdate() to avoid timezone issues per WordPress standards
  • Added proper phpcs:ignore annotations for database queries with valid explanations
  • Updated "Tested up to" field to WordPress 6.8
  • Removed .gitignore from distribution (hidden files not allowed in WordPress.org)

Compliance

  • All changes ensure compatibility with WordPress.org plugin directory requirements
  • Ready for WordPress.org submission

Files Changed

  • wf-settings-cli.php - Version bump and coding standards
  • readme.txt - Updated WordPress compatibility and changelog
  • includes/class-wf-brute-force-cli.php - Date function and PHPCS fixes
  • includes/class-wf-config-cli.php - Date function and PHPCS fixes

Full Changelog: v1.0.0...v2.0.1