- Fixed ticket addon bug
- Allowed admins to change the Discord ID of users
- Allowed users to unlink their Discord from their profile page
Added support for the newly released Buzz Shop Discord Bot
Please run this migration script if you are updating:
Code:ALTER TABLE tickets ADD COLUMN IF NOT EXISTS custom_fields JSONB DEFAULT '{}'::jsonb;
Please run new migration script in Supabase SQL Editor:
- Fixed all bugs
- Added API with internal API documentation to fetch almost every piece of data available on your shop
ALTER TABLE product_addons
ADD COLUMN price JSONB;
We've just launched, and we already have a big update for you!
Added:
- Dependencies system with tab in products page
- You can now buy addons with points
- Currency switcher: Customers can now select which currency they want to shop in, and the prices will change to that currency
- Ability to change main site meta image
- Ability to change site theme colour for Discord embeds
- Ability to change the amount of points rewarded for reviewing a product
- Added an automatic sitemap.xml generation for better SEO
- Lots more improvements
Fixes:
- Fixed sale creation sometimes not working
- Fixed some data still being hard-coded (added them to admin panel)
- Improved Stripe checkout flow
- Fixed every single other bug reported to us via Discord
IMPORTANT: Please run this SQL Script in your Supabase SQL Editor to add the new column:
ALTER TABLE public.products
ADD COLUMN dependencies TEXT;
Enjoy the update, and please remember to give your feedback in our Discord!
https://discord.gg/buzz
