Skip to content

v2.3.0

Choose a tag to compare

@yashvir-webkul yashvir-webkul released this 02 Jul 13:51
· 19 commits to main since this release
e8323a8

Release Notes — v2.3.0 (July 02, 2026)

Added

  • Add product video endpoints: upload a video (POST /api/admin/catalog/products/{id}/videos, REST multipart) and delete one (DELETE /api/admin/catalog/products/{id}/videos/{id} / deleteAdminCatalogProductVideo).

Fixed

  • Fix the storefront filterableAttributes price range: maxPrice now reflects the authenticated customer's customer-group pricing, and minPrice now returns the actual lowest product price.
  • Fix admin tax-rate update leaving orphaned zip fields when switching between specific-zip and zip-range modes.
  • Fix the storefront (shop) REST API documentation: correct the authentication endpoint paths, remove the non-existent reset-password page, and replace placeholder request/response examples with real ones.
  • Update the translations for all non-English locales.

Full Changelog: v2.2.0...v2.3.0