Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Apr 21:18
· 34 commits to main since this release
fca486c

New Features

  • Added POST /wp-json/bono_armember/v1/members/{user_id}/delete as an administrator-only member deletion endpoint.
  • Added a dedicated plugin setting to enable or disable the member deletion endpoint independently of the activation endpoint.

Improvements

  • Updated the checked-in OpenAPI and Postman artifacts to cover member deletion alongside transactions and activation.
  • Expanded the delete-flow analysis document with current ARMember Pro and Lite behavior from the current plugin builds.
  • Aligned plugin documentation and repository guidance with the shipped delete endpoint behavior.
  • Updated the release workflow to publish the checked-in release notes file as the GitHub Release body.

Bug Fixes

  • Preserved ARMember's delete lifecycle by preferring wp_delete_user() with active ARMember hooks and using a guarded fallback only when the hook wiring is unavailable.
  • Prevented accidental multisite use of the delete endpoint until multisite semantics are explicitly designed.
  • Removed stale documentation that still described the delete endpoint as planned-only.