v19.1.1: Patch
10 March 2026
Changes:
Added new addon API hooks:
getProductActionHooksandgetProductCardPriceHooks.
v19.1.0: Image optimizer, preview mode for unpublished products, improved localization, bugfixes
10 March 2026
New Features:
Added product image optimizer, which will generate optimized versions of product images to improve page load times.
Added preview mode for unpublished products, allowing product owners to view their products in preview mode via a direct link.
Added a settings control in "Customization" to add the old container to the make the navbar narrow.
/robots.txtis a now dynamic server endpoint, like/sitemap.xml. Make sure to remove your old static robots.txt file from the public directory to allow the new dynamic version to work.Added option to add and remove custom localization keys, useful for defining translations for non-standard texts, like the footer.
Fixes & Changes:
Fixed popover positioning issue where it would overflow outside of the screen.
Fixed possible permission denied issue when enabling and disabling addons on production setups.
Changed pencil icon for preview to redirect to creator panel instead of admin.
Fixed locale saving permissions in Docker.
v19.0.0: Patch
09 March 2026
Now with full source by default
v19.0.0: Drafting & publishing, added to cart modal, new addon available, fixes & changes
04 March 2026
New Features:
Newly created products are marked as unpublished and aren't immediately visible on the storefront. This allows you to set up the product details, images, and other information before making it available to customers. You can publish the product from the creator dashboard when it's ready. If manual approval is enabled, the product will be sent for review and approval after it has been published. A new "Approval" tab had been added to the product edit page in the creator dashboard to display the current timeline of approval-related events.
Added new "Added to Cart" modal. It also shows the additional product options if present to encourage higher conversion.
New addon is available: Loyalty Points - reward your customers with points for their purchases, which they can redeem for free products. You can manage the loyalty points system from the admin dashboard, and customize the points earning and redemption rules.
Fixes & Changes:
Made
sitemap.xmla dynamic endpoint instead of generated on a CRON job.Now only showing "Downloads" instead of "Purchases" in the product tabs panel for free products.
Fix text coloring contrast issue in sidebar custom links.
Addon API Changes:
Added
getProfileTabshook to allow addons to add tabs to the profile page. See example usage in the comment ofgetProfileTabsinapp/StoreAddon.php.Added
getCreatorResources,getCreatorPagesandgetCreatorWidgetshooks to allow addons to add resources, pages and widgets to the creator dashboard. See example usage in the comment ofgetCreatorResources,getCreatorPagesandgetCreatorWidgetsinapp/StoreAddon.php.Added
getProductSidebarHooks,getCartItemHooksandgetCartSidebarHookshooks to allow addons to inject UI components on the product page sidebar, cart item rows, and cart sidebar respectively.
v18.1.1f: Patch
25 February 2026
Patch