Releases: eighteen73/wp-cli-tools
Version 0.9.0
Version 0.8.0
What's Changed
- Added flag for replacing live urls with local urls to the
sync
command by @DanielHudson2 in #21
New Contributors
- @DanielHudson2 made their first contribution in #21
Full Changelog: v0.7.0...v0.8.0
Version 0.7.0
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()
withWP_CLI::log()
throughout.
Version 0.6.0
Extend the search for a usable WP-CLI script.
Addition: Check the local and remote users' global Composer packages for WP-CLI. If found it's used as a preference over system versions.
Version 0.5.0
Changes to the create-site
command:
- Addition: WPVulnerability
- Addition: WordPress Simple SMTP (optional)
- Addition: Installs eighteen73/pulsar-blocks
- Change: No longer activates GTM4WP and Yoast SEO
- Removal: Easy WP SMTP
There is a new style-guide
command that publishes sample content to a website, including a HTML kitchen sink and blocks/patterns (see docs for more information).
The repository has also been updated to eighteen73/wordpress-coding-standards v2.
Version 0.4.0
Added just-launched
to help correct domain references within the database and clear necessary caches just after a website goes live. It essentially just groups multiple CLI operations into one command for convenience to mitigate common gotchas.
More information in the package docs.
Version 0.3.4
Now create-site
will Install WP Super Cache instead of WP Rocket.
Complete list of changes during create-site
:
Version 0.3.3
Add support for multisite with the create-site
command.
Version 0.3.2
Clean up plugin activation code by simply activating all plugins that have been installed.
Also contains a minor fix which skips Mailgun settings when that plugin wasn't chosen.
Version 0.3.1
Fix incorrect composer package name.