Release Changelog &
Version Histories
Track technical features, updates, patch logs and releases on the AMPNM platform.
v1.1.0
June 2026Feature ReleaseAdministrative Payment Operations Console
Created an admin settings dashboard at `/dashboard/admin` to manage gateway parameters and customize cash-out account numbers.
Dynamic Checkout Payments Integrations
Products checkout overlay updated to pull configs from Zustand/Firestore. MFS terminology adjusts dynamically for Personal Send Money or Merchant Cash Out options.
Resend Transactional Mail Dispatcher
Implemented serverless `/api/send-email` using Resend REST API to trigger verification emails, system notifications, or license key summaries.
Client Email Verification Pending badging
Added warning triggers to client directory, blocking or whitelisting subscription products activations based on verification status.
v1.0.0
January 2026Initial LaunchSaaS Licensing Portal Scaffolding
Bootstrap Next.js App Router, Tailwind design systems, and client-side Zustand store allocations.
Cryptographic 256-bit Key Generator
Generate cryptographically secure 32-byte license keys using `window.crypto.getRandomValues` inside the admin console.
Rest licensing verify routes
Created serverless dynamic API routes at `/api/license/verify` for Docker client handshakes.
Firebase database whitelists
Configured Cloud Firestore security rules, client fallbacks for offline errors, and authentication paths.