Skip to content

1.5.0 - Multisite + WP-CLI

Compare
Choose a tag to compare
@mAAdhaTTah mAAdhaTTah released this 15 Nov 02:46
· 122 commits to master since this release
  • New WP-CLI command:
    • prime: Forces WPGHS to fetch the latest commit and save it in the cache.
  • New filters:
    • wpghs_sync_branch: Branch the WordPress install should sync itself with.
    • wpghs_commit_msg_tag: Tag appended to the end of the commit message. Split from message with -. Used to determine if commit has been synced already.
  • These two new filters allow you to use WPGHS to keep multiple sites in sync.
    • This is an advanced feature. Your configuration may or may not be fully supported. Use at your own risk.
  • Eliminated some direct database calls in exchange for WP_Query usage.