Skip to content

Releases: xuanji86/wp-waiver

WP Waiver 1.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 10:02

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

Choose a tag to compare

@xuanji86 xuanji86 released this 17 Aug 09:49

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+