This is a very small plugin to extend the BBPress plugin and add the users @name (user_nicename) to the author name output on forum posts
- Download the zip of the latest release from https://github.com/pie/bbpress-add-member-usernames/releases
- Upload to your WordPress install
- Activate
- Create a branch from
next-release
for your feature - Add your changes to the changelog under the
Unreleased
tag - When complete and happy, merge your feature branch back in to
next-release
This plugin is set up to work with integrated WordPress updates through the use of yahnis-elsts/plugin-update-checker and rymndhng/release-on-push-action
In order to deploy an update:
- Thoroughly test the
next-release
branch in your test environment - Update version number in main plugin file as required
- Create a pull request to merge the
next-release
branch intomain
and add the appropriate label:release:major
release:minor
release:patch
- When merged, the
release.yml
workflow will update all of your version numbers and commit them back into main and create a github release artifact:bbpress-add-member-usernames.zip
- Updates should then show in wp-admin for any users of the plugin