Ferramentas do desenvolvedor
Nosso Developer Tools Add-on amplia os recursos do MemberPress, permitindo uma API REST completa e webhooks para integração avançada com código personalizado e serviços abrangentes, como o Zapier.
Com o MemberPress Developer Tools, você obtém configuração e documentação dinâmicas no plug-in, uma longa lista de eventos de webhook compatíveis e a API REST com a capacidade de listar, criar, atualizar e excluir objetos como membros, eventos, transações, regras e muito mais.
Obter o MemberPress Developer Tools Add-on
ARTIGO >> Faça um tour pelos melhores complementos e integrações do MemberPress
REGISTRO DE MUDANÇAS
1.3.10 – 7/31/2026
- Fixed a security hole where anyone could delete your Zapier webhook subscriptions. The unsubscribe endpoint didn’t check permissions — now it requires the same login as every other webhook endpoint, and unknown IDs get a clean “not found” instead of wiping settings.
- Fixed a SQL injection risk in the REST API. Sort options passed into the API were dropped straight into database queries. Column names and sort direction are now validated in one central place, with safe fallbacks.
- Deleting your last webhook now actually sticks. Removing the final webhook said “saved” but the webhook came back on reload. Fixed.
- Hardened webhook saving. Bad or malformed webhook data is now rejected with an error instead of silently emptying your webhook list, and slashes in submitted URLs are stripped properly.
- Updated the API docs to match the new unsubscribe behavior.