You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.