Releases: buddypress/wp-cli-buddypress
Releases · buddypress/wp-cli-buddypress
3.0.2
Please see the changelog for details about this release.
3.0.1
Please see the changelog for details about this release.
3.0.0
🎈 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
--silenceflag introduced to a fewcreatecommands. - Support for the
--silenceflag introduced to thewp bp activity commentcommand. - Support for the
--formatand--silentflags for thegeneratecommands. - New commands:
wp bp notice- Use it to manage Sitewide notices.delete-commentandremove-commentaliases added for thewp bp activity delete_commentcommand.
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_permalinkintobp_get_group_url - Made tests from the Activity command more deterministic
- PHPDoc improvements
- All
generatecommands' output were standardized - All
createcommands' output were standardized - All
deletecommands' output were standardized - All
deletecommands' alias were standardized - All
listcommands were standardized - Invalid
--formatoptionhamlremoved - Removed mention of default text creation from the
wp bp activity post-updatecommand - Removed
user_itemsanditemsaliases from thewp bp activity favorite listcommand
- All
- Confirmation message updated for
deletecommands that accepts multiple values wp bp group invite removeupdated towp bp group invite uninviteto avoid conflict with thedelete/removecommandwp bp activity delete_commentupdated towp bp activity delete-commentgeneratecommands: avoid refetching user objects- Upgraded the
styfle/cancel-workflow-actionGithub Action.
2.0.2
- GitHub Actions: upgraded actions
- GitHub Actions: decreased the number of legacy PHP versions to test against
- GitHub Actions: Testing against the PHP 8.2 versions
- Behat: fix a small bug
- Updated
composer.jsonpackages - Removed hardcoded
composer.lockfile (let the PHP version decide which packages to install) - Messages: improvements to the
generatecommand (#97)
2.0.1
- Load the
bp scaffoldcommand only if the Scaffold package is present - Updated PHPCS ruleset and fixed phpcs rules
- Fix changelog.md markdown bugs
- Moved from Travis to Github Actions for CI tests
- CI tests against PHP 8.0 now
- Upgraded the
wp-cli/wp-cli-testspackage to latest - Upgraded the
wp-cli/wp-cli packageto latest - Added a new behat.yml file for the test setup
wp bp component:- properly listing active components.
- status string updated from uppercase to lowercase.
- we are checking the component status correctly.
- we improved the behat tests.
- we are escaping the component description.
- we are escaping the component title.
2.0
The release of 2.0 of the BP CLI is a release with lots of changes. Here are a few of them (for more detailed changes, see the commit log or the CHANGELOG.md file):
- Abstracted activity ID fetching to the
Activity_Fetcherhelper class - The package was upgraded to follow WP-CLI best practices in code organization and structure
- The
before_invokecallable was abstracted into their component class - We made sure all Behat tests were passing correctly
- We fixed several minor bugs in several commands
- We are making the use of
wp-cli/wp-cli-testsfor all tests (phpcs, behat, etc). - Improved
.travis.ymlconfig - Removed PHP 5.4 support from Travis
- Support to PHP 5.6+ added
- Improved the
readme.mddocumentation adding more information and details - Updated to use the more up to date
WP_CLI::log()instead ofWP_CLI::line() - Forced the creation of the signups table when using the
wp bp signupcommand and the tabled wasn't present - Return proper success/error messages when using
parent::_deleteorparent::_update - Improved the commands PHPDocs, very useful when using the
help - Updated to fetch and check values from PHPDoc instead of checking in PHP
- Updated or removed the
defaultvalues from several commands (most of them were wrong) - New commands:
wp bp group meta- Used to manage Group Meta (custom fields).wp bp activity meta- Used to manage Activity Meta (custom fields).wp bp tool signup- Used to (de)activate the Signup feature.wp bp scaffold tests- Used to scaffold BuddyPress specific testing code for plugins.
1.8
wp-cli-buddypressrequires PHP 5.4 now.bp notificationcommands introduced.
1.7
- Updated
bpandbp xprofilecommands PHPDoc info - Fixed
component listcommands output - Check if the
componentexists first before using it - Fixed
componentBehat tests - Removed PHP 5.3 support from Travis
1.5
- Basic command coverage for major BP components
- Behat test coverage
1.1.1
- Ensure that components have their install routines run after activation