All Versions
172
Latest Version
Avg Release Cycle
4 days
Latest Release
651 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.0 Changes
August 17, 2021๐ Changed
- ๐ Pull translations from Transifex
- ๐ฅ BREAKING: Suppliers with no supplier modules cannot create shipments
- Core: Category.get_hierarchy now ignores any None objects
๐ Fixed
- 0๏ธโฃ Core: fix reindex migration to active the default language
-
v3.0.0 Changes
August 16, 2021โ 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.
-
v2.14.2 Changes
August 10, 2021๐ Fixed
- Admin: Fix auth_block macro to have logo as optional parameter
- ๐ General: Fix formatted Finish translations
-
v2.14.1 Changes
August 04, 2021๐ Fixed
- Admin: add
model
attribute toBaseAdminObjectSelector
- 0๏ธโฃ Admin: Title to use the shop's
requst.shop.public_name
value orShuup
as default
- Admin: add
-
v2.14.0 Changes
August 03, 2021โ Added
- Admin: add new provides
admin_template_injector
that allows injection snippet in admin templates
๐ Fixed
- โก๏ธ Admin: Uploaded shop logo and favicon is updated in admin and auth views
๐ Changed
- Admin: Overhaul the model selector view in admin to accept generic searches through provides system.
- Admin: Migrate primary, secondary, success, danger, and text color SCSS variables to CSS variables
- Admin: Made active state side menu list icon share same color as text
- Admin: Made the CSS variables stem from initialized Sass variables in Colors object
- Xtheme: Add typography models
- Admin: add new provides
-
v2.13.0 Changes
July 27, 2021๐ Changed
- GDPR: allow provides to extend the user data serialization
- ๐ Admin: remove the members field from the permission groups
- Admin: add the groups field in user picotable list
- Admin: improve the format of the user list for mobile devices
๐ Fixed
- ๐ฆ Core: Fix basket quantity for parent package products
- Reports: prevent tables from overflowing to the right in pdf reports
- Core: don't make attribute choices required fields
- Front: enforce setting the current customer to the basket
- Admin: fix crash when viewing an order with a shipment_method without a carrier defined
โ Added
- Tasks: trigger a notification event when a task is created
- โ Admin: add warnings to the product page through provides
- Core: add history for order status changes
-
v2.12.0 Changes
July 15, 2021๐ Fixed
- Front: SupplierProductListFilter to take all vendors from the category and all sub categories
- Front: Fix the alert class when it is an error
- ๐ Xtheme: only use the id attribute if the variable is a Product instance in Async Product Cross Sells plugin
- ๐ป Reports: do not catch generic
Exception
to prevent hiding other issues
๐ Changed
- Core: reuse existing
ProductVariationResult
when a combination hash matches
โ Added
- Front: add timezone view to save the user's current timezone
-
v2.11.0 Changes
July 07, 2021โ Added
- GDPR: create a snippet blocker to prevent injection when cookie is not consented
- Xtheme: create
xtheme_snippet_blocker
provides to allow blocking a global script injection - Xtheme: add name a
Snippet
object - Reports: add CSV report writer
๐ Fixed
- Front: fix so orders that are canceled can't be payed for
- ๐ General: fix critical vulnerability on views that were returning not escaped content making it open to XSS attacks
- Admin: fix code mirror destruction by node id
๐ Changed
- Reports: clean malicius content from the HTML and CSV exporters
- Reports: prevent formulas from being exported in excel writer
- โ Tests: log errors into a log file
- Admin: hide email template button based on permission
- ๐ฒ Reports: improve log when an importer fails
-
v2.10.8 Changes
June 30, 2021๐ Changed
- ๐ Pull translations from Transifex
-
v2.10.7 Changes
June 29, 2021๐ Changed
- Core: only consider lines from the same supplier as the behavior component