Continuous Deployment
Changelog
Every new feature, fix, and improvement shipped to the Vylot platform — in plain English.
v2.5.0Major Release
Production API, Security & SEO Overhaul
June 15, 2026
- NewVylot API Documentation completely rebuilt — Stripe-tier UI with isolated Code Snippets and Response mapping for every operation.
- NewFull CRUD support documented and validated for Invoices, Customers, Products, and Storefront operations.
- FixedAPI Key authentication pipeline overhauled — resolved hash-mismatch bugs and Firebase JWT middleware conflicts.
- FixedAPI multi-tenant data isolation fully secured. All endpoints now strictly enforce token-derived business ID boundaries.
- ImprovedOpenGraph metadata and SEO significantly upgraded. Absolute URL resolution ensures marketing banners unroll correctly on Twitter, Slack, and Discord.
v2.4.0Major Release
Webhooks, API Logs & Team Management
June 9, 2026
- NewFull Webhooks system — register HTTPS endpoints, subscribe to events (invoice.created, order.placed, etc.), test deliveries, and view delivery history.
- NewAPI Logs page — paginated request log with method/status filters, latency tracking, and summary stats.
- NewTeam Management rebuilt — invite members via email, change roles, remove members, and view a complete permissions matrix.
- NewBusiness Switcher — switch between linked businesses directly from the sidebar.
- NewNotification popup — bell icon now shows top 5 unread notifications with "See all" redirect.
- NewCustom Dialog components — all browser alerts/confirms replaced with styled modal dialogs.
- NewCustom Select/Dropdown component — replaces all native <select> elements.
- FixedSQLITE_CONSTRAINT_FOREIGNKEY — fixed via migration: users.business_id now uses ON DELETE SET NULL.
- FixedPOS sidebar route corrected from /pos to /desk/pos.
- ImprovedMobile-responsive layout improvements across all dashboard pages.
v2.3.0Major Release
Storefront Upgrades & Customer Trust
May 30, 2026
- NewGST-inclusive pricing in storefront checkout with integrated GSTIN fields.
- NewStore hours & fulfillment preferences with pickup time selection.
- NewTestimonials engine — dual-sided submission pipeline from dashboard to admin.
- ImprovedMarketing architecture updated — /customers showcase with dynamic auto-sliding carousel.
v2.2.0Major Release
Admin Command & Support Ops
May 25, 2026
- NewEnd-to-end support ticketing UI — routed directly to Admin Command Centre.
- NewAdmin dashboard: approve businesses, cascade-delete data, manage users.
- NewBrevo email automations for account creation, onboarding completion, admin approval.
- NewFeedback & blog infrastructure with admin pipeline.
v2.1.0Update
Enterprise API & Webhooks (Preview)
May 18, 2026
- NewWebhook subscriptions preview for invoice.created, payment.succeeded, inventory.low.
- NewGranular API scopes — restrict tokens to read-only or specific domains.
- ImprovedD1 transaction isolation improvements — 40% faster concurrent API performance.
v2.0.5Update
Advanced Tax & Compliance
April 22, 2026
- NewAutomated GSTR-3B monthly summary generation alongside GSTR-1 JSON exports.
- NewHSN/SAC code validation during invoice creation.
- ImprovedDark Mode refinements — higher contrast text and glassmorphism sidebar.
v2.0.0Major Release
Vylot Storefront Launch
March 15, 2026
- NewVylot Store — instant SEO-optimized digital catalog tied to physical inventory.
- NewDynamic routing via Cloudflare Edge for zero-latency storefronts.
- NewBrevo integration for automated transactional emails.
v1.5.2Core Improvement
Offline POS Resilience
February 10, 2026
- ImprovedPOS module overhauled with IndexedDB — uninterrupted billing during network failures.
- NewBackground sync queue for throttled batch uploads on reconnection.
- FixedReact 19 hydration warning caused by CSS-in-JS mismatches.