v17.0.2: Patch
02 February 2026
Changed & Fixes:
- Bumped dependencies. PHP 8.4 is now the required version, from 8.3. Laravel has been upgraded to v12 from v11.
- Fixed case where option licenses were not properly granted after a purchase has been made.
- The cart will now properly empty when the order was placed for free.
v17.0.1: Performance Patch
01 February 2026
Fixes:
Reduced database query amount, in turn greatly improving performance.
Cached cart accesses.
v17.0.0: Legacy slug support, improved SEO, improvements to QoL and customizability
01 February 2026
New Features:
Legacy slug support. Any old product URL/slug will now resolve to the product, redirecting to the new slug. This means renaming products will no longer render bookmarked and sent links unresolvable.
Admin-only product edit button on product view page for easier access to editing.
Improved SEO & OG embeds, including detailed information for product pages, categories, vendor pages and the reviews page.
Setting to disable text navbar logo when using a full-sized image logo instead.
Text coloring option to the product description editor.
Full webhook URLs in webhook secret help texts for convinience.
Option to disable any outgoing emails.
Option to disable requiring email verification for new users. Keep in mind that disabling this will allow signups with fake or mistyped email addresses.
Option descriptions have been made multi-line.
Moved webhooks to the creator panel therefore allowing creators to set up their own webhooks. Sent webhooks now only apply to events only within the specific vendor, and aren't store-wide anymore. When upgrading, existing webhooks will be moved to the vendor with the ID 1.
Now supporting non-circular site logos. The logo is no longer fully rounded, so if you wish to prefer the rounded look, make sure to edit the logo image itself. (Some rounding at the corners will still be applied, but not to the point of roundness.)
Changes & Fixes:
Fixed discord bot sync not showing servers you own. (Make sure to unlink and re-link Discord on the accounts profile tab!)
Fixed server error when emptying currency rate field.
Fixed "Auto-fill rates" button not working.
Fixed auto-update daily button taking no effect and not updating daily.
Fixed light mode on the Discord Bot Sync admin page.
Added margin compensation when the heading text badge is not active to keep the header visually centered.
Improved gradient blob sizing when aurora is off.
The footer currency select menu now expands upwards instead of downwards where it would be cut off.
Renamed the "order.completed" webhook event to "item.purchased".
Fixed possible error when checking out with product options in cart when not logged in.
Fixed social link icons not appearing in footer.
Fixed mobile footer texts centering.
v16.2.3: Patch
22 January 2026
Addresses issues with javascript not initializing in cart.
v16.2.1: Patch
21 January 2026
Changes & Fixes:
- Separated upgrade scripts into Docker and manual. The `upgrade.sh` script has been renamed to `upgrade-docker.sh`.
- Fixed SEO color on embeds.
- Changed the default page titles to use the site name configured in settings, as opposed to the one set in `.env`.
- Fixed cosmetic issue on admin dashboard button.
- Fixed case when the creator and admin could be corrupted by unloaded Alpine data until reload.
- Fixed cosmetic case for the Terms of Service acceptance checkbox.
- Fixed cosmetic issue on the "Checkout using x" button.