| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-08-16 | 1.7 kB | |
| Release 3.0.0.tar.gz | 2021-08-16 | 6.2 MB | |
| Release 3.0.0.zip | 2021-08-16 | 8.1 MB | |
| Totals: 3 Items | 14.3 MB | 0 | |
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_categoryfield 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_productswith a new method:ProductListFormModifier.sort_products_querysetand removedProductListFormModifier.filter_productsandProductListFormModifier.filter_productsandProductListFormModifier.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.