v16.1.1: Patch
17 January 2026
Fixed a case where the Checkout button was available despite the Terms of Service not being accepted.
v16.1.0: View changes
13 January 2026
Changes:
The theme front-end code is now fully written in native Laravel Blade views, from React. This change greatly improves performance, SEO and helps possible themers be more efficient due to the instant reactiveness of changes. You will also see much quicker Vite builds. This will allow us to develop modular addons and further support the store.
Addons in products are now listed as toggleable pills akin to the product options. The single "Add to Cart" action adds the base product + all selected options + all selected addons to the cart.
v16.0.0: Release
29 December 2025
This is the official release for the v16.0.0 version, for which changes are listed in the Beta update below.
Changes:
Made Product Option description field optional, and increased the length limit.
Made it possible to have option groups without any upgrade options.
If the price typed in is $0.00, the product will be inherently marked as "Free" to prevent the possibility of $0, but not "free" products.
Improved cart modal transition animation.
Fixes:
The basic tier price (0.00) will now display the correct currency prefix or suffix instead of a hardcoded "$0.00".
Free products now display "Free" instead of "$0.00" like they used to prior to the 16.0.0-beta.2 update.
Logging in with an already linked Discord account will use that account instead of creating a new one.
Users created with "Login with Discord" will now show Discord as linked.
Fixed 419 immediately after hitting "Delete Account".
Fixed potential 500 error when entering the Discord Bot Settings page without a Discord Bot sync (possible if the bot was unlinked, and the settings page was refreshed.)
v16.0.0-beta.2: Product options (ladder upgrades), unified currency rates, fixes
28 December 2025
New Features:
Added options. Options work like ladder upgrades when adding products to carts. They are meant to work alongside addon products, and do not exclude each other.
Prices are now calculated according to currency rates. You can adjust conversion rates to your store's default currency in the currencies tab
Modernized the default e-mail template design.
Fixes & Changes:
Changed the way the cart saves items internally, and refactored code related to carts. Report issues if arise.
Replaced cart overlay with a modal instead of a slideout sheet.
Fixed Discord Bot sync not receiving events, and therefore not showing servers.
Replaced the MarkdownEditor with a regular, native Textarea for mail template editing due to issues in parsing.
Fixed cart "You might be interested" section responsiveness on mobile.
v15.0.2: Patch
15 December 2025
Fixes:
Fixed case when orders failed with discounts.
Fixed possible error when discounting items related to event dispatching.