Changelog

What's New

Feature releases, improvements, and fixes.

v1.4.1March 25, 2026

UI Polish & Bug Fixes

  • ImprovedScroll-triggered animations on all landing sections (AgentTeam, Pricing, HowItWorks, PluginComparison)
  • ImprovedNavbar scroll effect — subtle background transition and shadow on scroll
  • ImprovedCard hover micro-interactions — border glow, emoji scale, featured card float
  • ImprovedAccessibility: prefers-reduced-motion support disables all animations
  • FixedEuro symbol (€) rendering correctly across all pricing displays
  • FixedGeneral Sans display font now loads correctly (was falling back to system font)
  • FixedFooter links: d-code.lu domain, status page, ARCA link corrected
  • FixedImprint updated with legal entity details (RCS B243386, TVA LU32027553)
v1.3.0March 24, 2026

Blog Content & Instance Provisioning

  • New3 blog posts: "Why We Built WP-Claw", "WP-Claw vs Plugin Stack", "How AI Agents Handle WordPress SEO"
  • NewSupabase migration: customers, sites, connection_tokens, subscriptions, audit_log tables
  • NewKlawty instance provisioning wired to ai-agent-builder.ai /api/provision endpoint
  • FixedPro plan billing: "Up to 5 sites" corrected to "Up to 3 sites" to match marketing
v1.2.0March 24, 2026

API Reference & Live Dashboard Data

  • NewAPI Reference section on docs page — 5 proxy endpoints with examples and rate limits
  • NewTroubleshooting section with 3 common issues and step-by-step solutions
  • ImprovedDashboard fetches live agent status from Klawty instances with graceful fallback
  • Improved"Tasks today" KPI now counts real proxy actions from audit log (was hardcoded to 0)
  • ImprovedActivity feed derives status from HTTP status codes (was always showing "completed")
v1.1.0March 24, 2026

Critical Fixes & Customer Lifecycle

  • NewCustomer auto-creation on first login — no more "Customer not found" when subscribing
  • NewInvoice fetching from Stripe API (source of truth, no DB sync)
  • New7 new pages: Privacy Policy, Terms of Service, Imprint, Cookie Policy, About, Blog, Changelog
  • SecurityAuth middleware now protects actual dashboard routes (/sites, /billing, /settings)
  • FixedPricing CTA buttons no longer self-referential — link to /auth/login with plan param
  • FixedAuth callback redirects to /sites instead of non-existent /dashboard
  • FixedJSON-LD structured data now shows WP-Claw (was showing AI Agent Builder data)
  • FixedOG image now generates dynamically (was referencing a missing file)
  • FixedSitemap expanded from 4 URLs to 10
  • FixedAgent names unified between marketing (Thomas, Lina) and dashboard (Architect, Scribe)
v1.0.0March 21, 2026

Initial Release

  • New6 AI agents: Thomas (Architect), Lina (Scribe), Bastien (Sentinel), Selma (Analyst), Hugo (Commerce), Marc
  • New11 modules: SEO, Security, Content, CRM, Commerce, Performance, Forms, Analytics, Backup, Social, Chat
  • NewSecure site connection via token handshake with AES-256-GCM encryption
  • NewCustomer dashboard: site management, agent monitoring, proposal approvals
  • NewStripe subscriptions with founding member pricing (locked for life)
  • NewWordPress plugin with REST API bridge, WP-Cron scheduling, hook registry
  • NewLive chat widget powered by Marc agent
  • NewHMAC-SHA256 signed proxy between WordPress and Klawty instance