Skip to content

Releases: wp-cli/entity-command

Version 2.0.7

12 Nov 13:21
0df89e4

Choose a tag to compare

  • Add preliminary PHP 7.4 testing [#276]
  • Fix minor PHPCS violation [#273]
  • Improve comment spam output [#272]
  • Reset user password send error when no user is found [#271]

Version 2.0.6

25 Apr 04:52
250ed0d

Choose a tag to compare

  • Add --unserialize option for meta list [#254]

Version 2.0.5

25 Apr 01:25
81741bc

Choose a tag to compare

  • Update README.md file [#253]

Version 2.0.4

24 Apr 13:59
fc88ac8

Choose a tag to compare

  • Rename phpunit.xml to phpunit.xml.dist [#252]

Version 2.0.3

23 Apr 13:26
95f2a07

Choose a tag to compare

  • Implement CS checking based on the WP_CLI_CS ruleset [#251]
  • Enhancement: Add PHP 7.3 to Travis CI build matrix [#250]
  • Allow deleting multiple options at once [#247]
  • Move PHP 5.4 tests from WP_VERSION latest to 5.1 [#246]
  • Fix logic error in presence of 'site meta' check [#244]
  • Add count to post-type and taxonomy commands [#241]
  • Regenerate README based on latest changes [#238]
  • Reset option value to default for privacy policy on site empty [#236]
  • Migrate term from a taxonomy to another one [#234]
  • Include 'supports' field when fetching a single post type [#233]
  • Check for STDIN if --post_content is used [#189]

Version 2.0.2

17 Dec 08:17
459fba6

Choose a tag to compare

  • Bump site meta test requirement to WP 5.1+ [#225]
  • Add support for Probot move command [#219]
  • Add missing --description flag logic for user create [#217]
  • Expose the available query variables for comment and post queries [#213]
  • Use "installation" instead of "install" [#212]
  • Ignore log files [#209]
  • List all entities in the package description [#208]
  • Bail with a warning when deleting custom post types without --force [#188]
  • Add post exists command [#182]

Version 2.0.1

23 Aug 19:36
80d4b66

Choose a tag to compare

  • Update readme [#204]
  • Automatically rerun failed scenarios [#200]

Version 2.0.0

05 Aug 18:31
e3f3d24

Choose a tag to compare

  • Adapt package for framework v2 [#192]

Version 1.3.1

31 Jul 02:01
7b00064

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

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]