Shuup v3.0.0 Release Notes
Release Date: 2021-08-16 // over 3 years ago-
โ Added
- ๐ง Core: allow saving encrypted configurations
- Core: add new Catalog API to index and fetch products with annotated price and discounted price
๐ Fixed
- Admin: do not break when it's not possible to create shipments
- Admin: Fix primary buttons, list buttons, and filter dropdowns to use css variables
- Discounts: show the
exclude_selected_category
field in admin
๐ Changed
- Admin: Do not let users to set value with decimals while adjusting stock quantity if the sales unit doesn't permit.
- Core: Block an attempt to delete a service provider that still has associated shipping or payment methods.
- Core: consider an order fully shipped only when all out shipments are sent
- ๐ Front: improve SEO by tuning description meta tag to product, category and CMS pages
- Importer: index product after importing it
- ๐ฅ BREAKING: Core: Discounts are not cumulative anymore. The best discounted price returned by discount modules is considered.
- ๐ฅ BREAKING: Discounts: Remove coupon code, availability exception and exclude selected contact group from the Discount model. All the related feature were also removed.
- ๐ฅ BREAKING: Front: replaced the
ProductListFormModifier.sort_products
with a new method:ProductListFormModifier.sort_products_queryset
and removedProductListFormModifier.filter_products
andProductListFormModifier.filter_products
andProductListFormModifier.get_queryset
. - Front: user the new Catalog API on every place that retrieve products from the database
- ๐ Xtheme: user the new Catalog API on plugins that retrieve products
- Core: Edit verbose name for ProductMedia.ordering to be more intuitive.