Changelog

Release notes and version history for the dat2ai platform. Most recent changes first.

V2.0

AI Visibility

February 2026
  • llms.txt generator with structured editor and raw mode for full control over AI-facing content.
  • robots-ai.txt editor with 8 pre-configured AI crawlers and per-crawler allow/block control.
  • Markdown conversion API that transforms HTML pages to clean markdown (~80% token reduction for LLMs).
  • API documentation covering 39+ endpoints with authentication details and response formats.
  • WordPress AI Visibility class with native URL interception for llms.txt, robots-ai.txt, and markdown.
V1.5

Production Readiness

February 2026
  • Stripe billing integration with Checkout sessions, Customer Portal, and webhook handling.
  • Email system with SMTP mailer and branded HTML templates for notifications.
  • Cookie consent banner with GDPR compliance mode and customizable policy links.
  • Security headers: HSTS, Content-Security-Policy, X-Frame-Options, and more.
  • Forgot password and reset password flow with secure token-based email verification.
V1.4

Admin Settings

February 2026
  • 11 admin settings sections: General, Auth, Email, Branding, Legal, API, Notifications, Storage, SEO, Analytics, Advanced.
  • Plan limits enforcement with upgrade banners at 80% and hard blocks at 100% usage.
  • Maintenance mode that displays a branded maintenance page to all users.
  • Announcement banner system for platform-wide notifications in the dashboard.
  • Smart 429 handling with automatic backoff and plan limit detection to stop retries.
V1.3

Internationalization

February 2026
  • Full English and Spanish support across all pages with ~1,060 i18n translation keys.
  • Automatic locale detection based on browser language preferences.
  • Language switcher component accessible from all pages in the navigation.
V1.2

Admin Panel

February 2026
  • 4-level role system: user, support, admin, and super_admin with granular permissions.
  • User and site management with search, filtering, pagination, and bulk actions.
  • Impersonation system allowing admins to view the dashboard as any user, with full audit trail.
  • Global analytics dashboard with platform-wide metrics and MRR tracking.
  • Security dashboard monitoring login attempts, failed logins, and suspicious IP addresses.
V1.1

Governance

February 2026
  • Consent management with customizable banner, localStorage persistence, and decision logging.
  • Server-side rate limiting at 100 requests per minute per IP and site key combination.
  • Webhook delivery with HMAC-SHA256 signed payloads and exponential backoff retries.
  • Field data encryption using AES-256-GCM with per-user encryption keys.
  • Data retention purge with automated daily cleanup of expired events based on plan limits.
V1.0

Core Launch

February 2026
  • Core JS library at 4.3KB gzipped with zero external dependencies.
  • Agent detection supporting Chrome 146 SubmitEvent.agentInvoked API with heuristic fallbacks.
  • Dashboard SaaS with site management, tool configuration, audit logs, and analytics.
  • WordPress plugin with form scanner, dashboard sync, and frontend script injection.
  • NPM package published for programmatic integration in JavaScript/TypeScript projects.