Salloq E-commerce — Changelog

Release notes for storefront, checkout, admin, integrations, and platform services.

Stable releases Hotfixes Security notes API changes
2026-01-12 v0.9.5-beta Improved Themes

Theme Settings Persistence & Theme Builder v1.0

  • Theme settings are now immutable between theme changes, ensuring that merchant customizations—colors, typography, layout preferences, and section configurations—are preserved when switching or updating themes.
  • Released Theme Builder v1.0, an internal development tool for creating and maintaining Salloq themes. The builder streamlines section scaffolding, schema definition, and asset management for theme developers.
  • Settings persistence reduces friction for merchants experimenting with different themes while protecting their existing storefront configurations.
These updates improve both the merchant and developer experience—merchants gain confidence that their customizations won't be lost during theme exploration, while the Theme Builder accelerates internal theme development and ensures consistency across the growing theme library.
2026-01-11 v0.9.4-beta Added Themes & Extensibility

Liquid Theme System & Bolt Architecture

  • Replaced the legacy Page Builder and CMS templates with a Shopify-style Liquid theme system, enabling merchants and developers to build fully customizable storefronts using familiar templating syntax.
  • Themes now support sections, blocks, and schema-driven settings, providing a flexible architecture that mirrors Shopify's Online Store 2.0 paradigm while remaining tailored to the Salloq platform.
  • Implemented the Bolt subsystem, a modular add-on framework supporting both internal platform extensions and third-party applications. Bolts can inject functionality into themes, add admin capabilities, and extend core platform features.
  • Launched the Theme Store and Bolt Store, providing centralized marketplaces for merchants to browse, preview, and install themes and extensions.
  • Established GitHub repositories for both Themes and Bolts, enabling version-controlled development workflows, community contributions, and streamlined deployment pipelines.
This release represents a foundational shift in platform architecture—moving from a proprietary page builder to an open, extensible theme system. The Bolt framework opens the door to a robust ecosystem of first-party and third-party add-ons, positioning Salloq for scalable growth and developer adoption.
2026-01-01 v0.9.3-beta Added CMS & Content

CMS Page Builder v2 & AI Page Builder

  • Released CMS Page Builder v2, featuring a modernized editing experience with improved layout controls, block handling, and overall performance.
  • Page Builder v2 introduces a more flexible content architecture designed to support complex storefront pages and future extensibility.
  • Added an AI-powered Page Builder, allowing merchants to generate complete CMS pages from prompts, including layout structure and content sections.
  • AI-generated pages can be reviewed, edited, and refined using the CMS v2 editor before publishing.
  • Improved compatibility between manually built pages and AI-generated content within the same CMS framework.
These updates significantly enhance content creation workflows for merchants, reducing time-to-publish while enabling more advanced and dynamic storefront pages.
2025-12-23 v0.9.2-beta Fixed Cart / Frontend

Cart Carousel Product Filtering

  • Fixed an issue where non-cart products were incorrectly displayed in the cart product carousel.
  • Carousel queries now correctly respect the cart-only product flag, ensuring that only eligible cart products are shown.
  • Prevents POS-only or non-purchasable items from appearing in the customer shopping cart experience.
This fix improves cart accuracy and prevents customer confusion caused by incorrectly surfaced products.
2025-12-15 v0.9.1-beta Improved Theme Editor

Theme Editor

  • Added support for uploading site logos and favicons via the Theme Editor.
  • Restored color swatches with synchronized hex inputs for theme colors.
  • Preserved original Theme Editor layout while integrating new features.
2025-12-14 v0.9.0-beta Improved Checkout

Checkout calculation consistency pass

  • Aligned cart total semantics across front-end and AJAX calculators (shipping, tax, discounts, loyalty).
  • Hardened edge cases (empty country/state, rounding, free shipping thresholds).
  • Prepared groundwork for cleaner export/print totals in receipts and order views.
Note: Add any breaking changes here (e.g., API fields renamed, endpoint behavior changes).
2025-12-14 v0.8.9 Fixed Inventory

Inventory decrement: idempotency & resilience

  • Ensured inventory deduction runs once per paid order using an atomic claim flag.
  • Improved rollback handling to avoid partial decrements on errors.
  • Added clearer logging for audit trails during high volume periods.
2025-12-12 v0.8.7 Improved CMS

CMS: template + block workflow refinements

  • Streamlined template editing to better support reusable blocks stored in the database.
  • Enhanced version browsing and preview pathways.
  • Improved admin header/footer include consistency across CMS screens.
2025-12-10 v0.8.5 Improved API

Bolt-On foundation (developer-facing)

  • Documented initial Bolt-On API and Marketplace concepts for third-party extensions.
  • Outlined a JavaScript-only execution boundary and verification/testing pipeline.
  • Prepared conventions for safe asset loading and app isolation.
2025-12-11 v0.8.4-hotfix Security Admin

Routing & admin boundary hardening

  • Reinforced the “never route admin paths through frontend” boundary.
  • Reduced ambiguity between extensionless routes and direct .php access where applicable.
  • Improved canonical URL handling patterns for multi-page pages.