Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@edjeavons edjeavons released this 10 Apr 16:18
· 13 commits to main since this release
cf47942

Wordfence is now installed by default on new websites. It is not automatically activated because that isn't disirable until the website is uploaded to a web server.

Block Visibility is also included because it's proving to be a useful plugin but it is not automatically activated either. A future release may include some preconfiguration for this plugin.

Changes to the create-site command:

  • Addition: Wordfence
  • Addition: Block Visibility
  • Removal: Limit Login Attempts Reloaded (covered by Wordfence)
  • Removal: WPVulnerability (covered by Wordfence)

Changes to the sync command:

  • Fix: Plugin activations and deactivations not working during sync
  • Fix: On screen messages appearing out of order

Other changes:

  • Change: Replace WP_CLI::line() with WP_CLI::log() throughout.