Skip to content

Releases: wp-cli/entity-command

Version 1.3.1

31 Jul 02:01
7b00064
Compare
Choose a tag to compare
  • Optional --skip-email flag for wp user update [#155]
  • Add support for --post_date_gmt in post generate [#184]
  • Replace 'install' to 'installation.' [#187]

Version 1.3.0

28 May 19:13
bf540e2
Compare
Choose a tag to compare
  • Add wp site meta sub-command [#159]
  • Abstract meta CRUD into methods [#174]
  • Add --from-post=<post_id> flag to create duplicate posts [#154]
  • Remove duplicative --user_email=<user-email> argument [#173]
  • Fix tests after Core's introduction of a default "Privacy Policy" page [#177]
  • Turn latest into actual version number [#171]
  • Improve the formatting of various format parameter documentation [#168]
  • Raise memory limit to 2048MB [#163]
  • Add --unserialize flag to 'option list' command [#156]
  • Properly clone objects for comparison [#152]
  • Update license copyright date to 2018 [#148]
  • Fix category list count [#146]
  • Add subcommand for checking a user's password [#144]

Version 1.2.0

30 Jan 04:25
035b74e
Compare
Choose a tag to compare
  • option get:
    • Displays error message if option doesn't exist [#126].
  • option list:
    • Defaults to not showing transients [#127].
  • post create/update:
    • Adds the ability to add multiple metadata by passing JSON-formatted arrays to --meta_input [#133, #138].
  • post create:
    • Accepts category slugs in --post_category and checks if incorrect ids or slugs given [#129].
  • post delete:
    • Corrects delete message [#124].
  • user remove-caps:
    • Errors if the cap doesn't exist or is inherited from a role [#125].
  • user reset-password:
    • New command to reset a user's password [#119].
  • Updates scaffolded README and tests and requires wp-cli/wp-cli: ^1.5 [#118, #133, #137].

Version 1.1.4

18 Dec 20:26
c3a0c2b
Compare
Choose a tag to compare
  • post generate:
    • Adds support for generating a specific post_title [#94].
  • Documentation, test suite, and repository improvements [#111, #112, #113, #114, #116, #117].

Version 1.1.3

21 Nov 13:52
0dfecf2
Compare
Choose a tag to compare
  • user import-csv:
    • Removes duplicated read from stdin [#103].
  • Updates scaffolded tests to enable error reporting [#108].
  • Updates scaffolded README and GitHub configuration [#109].

Version 1.1.2

16 Oct 11:46
Compare
Choose a tag to compare
  • Updates test for text string change in multisite installation [#102].

Version 1.1.1

12 Oct 23:16
Compare
Choose a tag to compare
  • user import-csv:
    • Permits importing CSV from STDIN [#100].

Version 1.1.0

01 Oct 14:07
Compare
Choose a tag to compare
  • Adds pluck and patch commands to wp option and wp (post|comment|user|term) meta for fetching and modifying serialized data [#24, #65].
  • Introduces commands for managing mature and public status of sites [#63].
  • Improves performance of wp comment list --format=count [#64].
  • Prevent deleting the root site on multisite, which WordPress core doesn't permit [#73].
  • Adds wp user (spam|unspam) for marking users as spam [#74, #86, #90].
  • Supports --order=(asc|desc) and --orderby=(default|<key>) when listing options and meta [#47].
  • Improves top-level command descriptions [#72, #75, #77, #83].
  • Updates package tests to latest [#91, #92].

Version 1.0.5

07 Aug 13:16
Compare
Choose a tag to compare
  • Fixes invalid synopsis part in argument definition [#43].

Version 1.0.4

05 Aug 22:30
Compare
Choose a tag to compare
  • Introduces --by=<type> argument to get-update-delete term by slug [#27].
  • Implements --all flag to remove all terms from a post [#23].
  • Defines arguments for fields accepted by wp user (create|update) [#39, #42].
  • Updates package with latest scaffolded components [#38].
  • Uses dist: precise for PHP 5.3, dist: trusty for everything else [#41].