Skip to content

Structeezy v1.3 Release Notes

1.3

Structeezy 1.3 is available, and brings new CLI commands to help you save time when deploying sites, as well as performance and and UI improvements.

To take advantage of the latest features, make sure you’re running the latest version of Structeezy. You can upgrade to Structeezy 1.3 by running an automatic plugin update from you WordPress plugins dashboard, of by downloading the .zip file from your user account.

CLI

WP-CLI is the command-line interface for WordPress. It provides a command-line interface for many actions you would perform in the WordPress admin.

In this release, Structeezy integrates with WP CLI and adds 2 commands to WP CLI to easily activate and deactivate the plugin license.

License Activation

Terminal window
# activate your license from the cli
wp structeezy activate YOUR-LICENSE-KEY me@domain.com
  • YOUR-LICENSE-KEY is your Structeezy license key that can be found in your user account
  • me@domain.com is the email address associated with your Structeezy license.

License Deactivation

Terminal window
# deactivate your license from the cli
wp structeezy deactivate

Read more about WP CLI in Structeezy

Other improvements

This release includes several style fixes and performance improvements.

In particular Structeezy code base step by step converges to WordPress Editor components and dependencies.