Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@renatonascalves renatonascalves released this 16 Feb 13:16
· 14 commits to master since this release
611bc8a

🎈 The release of the 3.0.0 version of the BP CLI is a release with lots of changes. Here are a few of them (for more detailed changes, see the CHANGELOG.md):

Added

  • Support for the --silence flag introduced to a few create commands.
  • Support for the --silence flag introduced to the wp bp activity comment command.
  • Support for the --format and --silent flags for the generate commands.
  • New commands:
    • wp bp notice - Use it to manage Sitewide notices.
    • delete-comment and remove-comment aliases added for the wp bp activity delete_comment command.

Changed

  • Prefer short array syntax (This is different from WCS supports)
  • Composer packages upgraded to their latest versions
  • Several linting updates
  • CI tests against PHP 8.3
  • Updated deprecated function from bp_get_group_permalink into bp_get_group_url
  • Made tests from the Activity command more deterministic
  • PHPDoc improvements
    • All generate commands' output were standardized
    • All create commands' output were standardized
    • All delete commands' output were standardized
    • All delete commands' alias were standardized
    • All list commands were standardized
    • Invalid --format option haml removed
    • Removed mention of default text creation from the wp bp activity post-update command
    • Removed user_items and items aliases from the wp bp activity favorite list command
  • Confirmation message updated for delete commands that accepts multiple values
  • wp bp group invite remove updated to wp bp group invite uninvite to avoid conflict with the delete/remove command
  • wp bp activity delete_comment updated to wp bp activity delete-comment
  • generate commands: avoid refetching user objects
  • Upgraded the styfle/cancel-workflow-action Github Action.