Skip to content

Releases: eighteen73/wp-cli-tools

Version 0.9.0

09 Jul 14:25
3514678
Compare
Choose a tag to compare

What's Changed

  • Added support for syncing from remote MySQL servers that are running replication. Requirements are detected and applied automatically so there are no changes to our CLI usage.

Version 0.8.0

21 Jun 10:02
2edda98
Compare
Choose a tag to compare

What's Changed

  • Added flag for replacing live urls with local urls to the sync command by @DanielHudson2 in #21

New Contributors

Full Changelog: v0.7.0...v0.8.0

Version 0.7.0

10 Apr 16:18
cf47942
Compare
Choose a tag to compare

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.

Version 0.6.0

05 Apr 11:16
ae2994b
Compare
Choose a tag to compare

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

28 Dec 17:09
b0198c7
Compare
Choose a tag to compare

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

09 Sep 15:53
e21955f
Compare
Choose a tag to compare

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

11 Jun 12:03
228bc40
Compare
Choose a tag to compare

Now create-site will Install WP Super Cache instead of WP Rocket.

Complete list of changes during create-site:

  • Addition: WP Super Cache
  • Removal: WP Rocket
  • Fix: Avoid Limit Login Attempts Reloaded nag screen
  • Change: #9 Move multisite’s DOMAIN_CURRENT_SITE into .env
  • Change: #9 Write multisite’s .htaccess

Version 0.3.3

10 May 07:27
fdf25b3
Compare
Choose a tag to compare

Add support for multisite with the create-site command.

Version 0.3.2

15 Apr 20:07
64b9381
Compare
Choose a tag to compare

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

24 Mar 09:24
e9f1a3f
Compare
Choose a tag to compare

Fix incorrect composer package name.