Skip to content

v0.7.0 - Enterprise Security + Production Deployment

Choose a tag to compare

@alexeykrol alexeykrol released this 26 Oct 06:59
· 139 commits to main since this release

WordPress Supabase Bridge v0.7.0

Released: 2025-10-26
Status: ✅ Production Ready
Size: 92KB


🎉 Major Release - Enterprise-Grade Security

This release adds comprehensive security features and production deployment guides.

🚀 Installation

Standard WordPress method:

  1. Download supabase-bridge-v0.7.0.zip below
  2. WordPress Admin → Plugins → Add New → Upload Plugin
  3. Install & Activate
  4. Follow setup guide in README.md

✨ What's New

Enterprise Security (4 layers):

  • ✅ Multi-layer input validation (SQL injection, XSS, path traversal protection)
  • ✅ Supabase RLS policies with site_url filtering
  • ✅ Defense in depth: WordPress → Supabase → Cloudflare → AIOS
  • ✅ 0 vulnerabilities

Features:

  • ✅ Page-specific thank you page redirects
  • ✅ Registration pairs management (Settings UI)
  • ✅ User registration logging for analytics
  • ✅ Complete WordPress 5.0-6.8 compatibility

Documentation:

  • ✅ QUICK_SETUP_CHECKLIST.md (5-minute deployment)
  • ✅ PRODUCTION_SETUP.md (AIOS/Cloudflare/LiteSpeed configuration)
  • ✅ SECURITY_ROLLBACK_SUMMARY.md (security architecture explained)

📦 What's Included

  • supabase-bridge.php - Main plugin file
  • auth-form.html - Registration/login form
  • supabase-tables.sql - Database schema
  • SECURITY_RLS_POLICIES_FINAL.sql - RLS policies
  • vendor/ - PHP dependencies (firebase/php-jwt)
  • Complete documentation (README + 3 guides)

🔧 Requirements

  • WordPress 5.0 or higher (tested up to 6.8)
  • PHP 8.0 or higher
  • Supabase project with Auth enabled

📖 Documentation


🔐 Maximum security enabled!
🚀 Ready for production deployment!