v20.1.1: Patch
31 March 2026
Fixed desktop buttons
v20.1.1: Patch
31 March 2026
- Added setting to disable product stats.
- Fixed improper padding on the mobile carousel.
- Added missing locale keys for the mobile carousel.
v20.1.0: Misc. changes & adjustments
31 March 2026
Fixes & Changes:
- Adjusted the image optimization service to now accept in-between sizes without downscaling them. For example, previously, an image with the width of 1100 would get resized down to 800, because it did not meet the criteria 1200 width for the next breakpoint. Now, it will be left as is and only format optimization will be applied.
- Added option to disable automatic image optimization.
- Centered review cards on the testimonials section.
- Reduced padding around the footer.
- Changed login page form to image ratio from 7:3 to 6:4.
- Relocated page logo on auth pages to the form.
- Removed misformed link in the cookie notice settings.
- Fixed possibly underlaying cookie notice box.
- Fixed grouping for the "Page background" theme setting.
- Fixed several instances of color-unthemable content.
- Improved hero visuals on mobile devices.
v20.0.0: Light mode, theme manager, reworked auth pages, improved UI, realtime search
27 March 2026
This is a long-anticipated release including a partial rework of the UI.
New Features:
- Added light mode support.
- New theme manager available within the admin panel that allows theme customization with a real-time preview.
- Fully redone all auth pages with a new, clean design.
- Added realtime search to the new navbar search bar.
- Added a new interactive product bento box in the hero section of the welcome page.
- Replaced the aurora effect in the hero with a configurable background image.
- Added new stats to the profile page.
- New mega menu for the "Browse" nav dropdown which allows for viewing categories in a more organized manner.
Fixes & Changes:
- Moved currency & locale customization to the footer into a single, uniform modal.
- Moved the "Manage Account" forms in the profile page into the Overview tab, now using modals.
- Reduced the amount of available palette colors used. It will now be easier to get and maintain a consistent look across the site.
- Theme settings are now saved in a separate table as key-value pairs - before they would be saved in the "customization settings". Additionally, the theming API changed to now contain a new theme.json file that contains all the theme settings, including defaults. Adding it to your theme will make your theme configurable within the theme manager.
v19.1.1: Patch
10 March 2026
Changes:
Added new addon API hooks:
getProductActionHooksandgetProductCardPriceHooks.