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.
v15.0.1: Patch
13 December 2025
Fixes:
Icon not centered on Search Products bar
Mobile bar in Welcome doesn’t extend properly
No vendor image in vendor page
Background of product showcase cards does not change with palette
Bumped Filament to the latest version.
v15.0.0: Palette customization, default product images, category re-ordering, fixes
13 December 2025
New Features:
Added customization for the full 11-color gray palette from the admin panel.
Added default cover image generation. They're very light JPEGs, at only 15 KB - 30 KB per.- Categories can now be re-ordered deterministically, whereas before it was alphabetical.
Modernized many aspects of the UI and made some more consistent across sites.
Using new tree-based category selector for greater control over categories ordering & parenting. It also now shows icons within the table, if one is present for the category.
Re-added the "Import products from BuiltByBit" feature removed during the dashboard split.
Fixes & Changes:
Removed "Test Notification" button on the user edit page. The "Test Email" now performs the exact same task, with the added benefit of being able to choose the target email.
Optimized "Write a review" section to mobile.
Optimized vendor page for mobile.
Appropriately hide hidden & disabled products on vendor pages.
API docs are now hosted externally. This means the build step for a docs page has been removed. You can browse the docs at https://docs.nortex.dev/docs/store/v1/api.
Product version numbers no longer have to follow strict semver, allowing you to set versions like 1.0.0-fix.
v14.1.0: Changes to transactions, pricing, tabs in creator dashboard & fixes
07 December 2025
Changes:
Significant changes to the way order items pricing is saved. Instead of saving the product in the buyer's currency, the price is now saved in the store's default currency.
- This means that the prices displayed in the default currency (in charts, as credited to vendors and in transaction tables) will be more accurate due to being calculated at checkout time, and converted right then and there.
- The original price value of the buyer's currency is still saved.
- This change might mean that your previous transaction data is inaccurate. While great care has been taken to migrate as much data as possible, due to the lack of saved historical data, stuff like prices in various currencies might be inaccurate because they are converted at the time of upgrading to this version, instead of at sale time. This is not the case for new sales.
- Addresses issue with invalidly displaying item prices.Made the price in the default currency required per each product, and moved other currencies into the "Localized Pricing" tab.
Added tabs to the creator dashboard product edit page.
Fixes:
Added missing permission flags for audit logs.
Fixed layout of social links.
Added missing index page link on the mobile header.
Misc.:
Added new video demo on nortex.dev and on BBB
Updated page design to match newest update in cover image and description "thread" image.
Square (https://squareup.com/us/en) gateway is now available as an optional addon.
v14.0.1: Patch
26 November 2025
Fixed 404 after creating external reviews.
Fixed external reviews not being listed in admin panel
Fixed currency symbol overlapping with placeholder on min/max price inputs.