Releases: xuanji86/wp-waiver
Releases · xuanji86/wp-waiver
Release list
WP Waiver 1.0.1
Added
- CI (multi-version PHP lint) and version-driven automated releases.
- Captcha setup guide (Google reCAPTCHA v2 and Cloudflare Turnstile) in the README.
Changed
- README rewritten: badges, quick start, security-model walkthrough, hooks reference.
WP Waiver 1.0.0
First open-source release.
- Editable waiver documents — write agreements in the block editor (Waiver Documents CPT, revisions included), multiple documents,
[wp_waiver_form id]or a settings default - Handwritten signature pad — vanilla-JS canvas (mouse / touch / stylus) + typed legal name
- Tamper-evident records — each signed waiver stores a verbatim snapshot of the agreement as signed and its SHA-256; editing documents later never changes records
- Layered anti-bot — honeypot, HMAC time-trap, per-IP rate limit (all silent), plus optional Google reCAPTCHA v2 or Cloudflare Turnstile
- Notification + optional signer receipt emails, neutral themable styles via
--wpw-*CSS variables, GPLv2+