Skip to content

Version 2.0.2 - Fix plugin loading order

Choose a tag to compare

@pimschaaf pimschaaf released this 29 Oct 09:36
· 4 commits to main since this release

Version 2.0.2 - Fix plugin loading order

  • Fixed: Plugin loading order issue where WP-CLI commands weren't registered
  • Fixed: Wrapped command registration in 'plugins_loaded' hook to ensure Wordfence loads first
  • Improved: Commands now properly available when both plugins are active

This fixes the issue where wf-settings-cli was loading before wordfence, causing the wfConfig class check to fail even though Wordfence was active.

Full Changelog: v2.0.1...v2.0.2