Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

31 lines (22 loc) · 1.02 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

(This document follows the strucutre described in http://keepachangelog.com/)

Breaking changes

  • Remove johnpbloch/wordpress and wp-cli/wp-cli as dependencies as WP-CLI depends on Symfony 2 components which conflicts with many other tools that requires Symfony 3 components

Changed

  • Internal: codestyling
  • Internal: Pass instance to WP_CLI::add_command() instead of class name

Changed

  • Set dependency version of wp-cli/wp-cli to ^1.1

Added

  • Command wp site-url get <ID>
  • Command wp site-url update <ID> <URL>