All Versions
172
Latest Version
Avg Release Cycle
4 days
Latest Release
586 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.6.3 Changes
April 13, 2021๐ Changed
- โก๏ธ Update German translation strings
-
v2.6.2 Changes
April 13, 2021๐ Fixed
- ๐ Front: pin LESS version to prevent build breaks
-
v2.6.1 Changes
April 13, 2021๐ Changed
- Front: add extra head block to base template
- Core: allow refunds creation when the order is complete
- Admin: show the product picture in order item list
- Admin: change so TaxClassEditView is a FormPartView
- Admin: Picotable to scroll in container on overflow rather, than entire screen scroll
๐ Fixed
- Front: Fix error that occurred while trying to register as a company
- Front: fix non existent macro import
- Core: Fix error that occurred when creating an order with a product which SKU was longer than 48 characters.
- Admin: Multiple duplicate images being saved when image is uploaded before product is saved
-
v2.6.0 Changes
March 29, 2021๐ Changed
- Admin: Improve the copy product functionality
โ Added
- Admin: add number of received orders in orders menu
- Admin: add contact CSV exporter
- ๐ CORE: Add .jsx support for shuup_makemessages command
๐ Fixed
- Admin: prevent exporting products that are not accessible by the current user
- ๐ Fix 'Customize Your Admin Menu' redirecting to the supplier specific edit page on saving.
- 0๏ธโฃ Admin: Fix picotable mobile styling to default to full-width
- Front: Fail cleanly when visiting a product page without supplier
- ๐ Fix Docker build issues with the development compose file.
-
v2.5.0 Changes
March 22, 2021๐ Changed
- Front: Add so
basket.get_final_lines(with_taxes=True)
gets called after selecting shipping- and payment method. Reason for this is so all the taxes gets calculated before end customers fills in their payment details - ๐ฆ Core: undeprecate signals for ShopProduct model
โ Added
- 0๏ธโฃ Core: add attribute in Carrier model to control whether to manage shipments using default behavior
- Admin: add shipment list view to list all shipments
๐ Fixed
- ๐ Notify: Fix so there is no 500 error when accessing EmailTemplate settings page
- Taxes: fallback location to billing address when shipping address is not available
- Importer: Ignore rows without any data
- Front: Add so
-
v2.4.0 Changes
March 02, 2021โ Added
- Admin: add option to hide font selection and always paste plain text in summernote editors
๐ Changed
- ๐ Core: move refund order line logic to tax module
- Since each refund line you need to take care of the taxes it is more logical if the tax module handles the whole thing. With some 3rd party taxation tool you need an option to handle refund taxes in different way.
๐ Fixed
- โ Added missing labels to product category and supplier fields
-
v2.3.18 Changes
March 01, 2021โ Added
- Front: create shipment sent notify event
- Core: add shipment tracking url to shipment model
- Admin: add shipment action to mark a shipment as sent
๐ Changed
- Admin: fix product module not to fail on object does not exists
- โก๏ธ Front: update media upload URL from "media-upload/" to "upload-media/"
- Core: bump attribute name to 256 characters
-
v2.3.17 Changes
February 23, 2021๐ Fixed
- Core: Adding normal products with only deleted children to basket
โ Removed
- ๐ Front: remove templatecache around basket partial as not stable with custom baskets
-
v2.3.16 Changes
February 18, 2021๐ Fixed
- Xtheme: fix wrong queryset that was fetching different products from the selection
-
v2.3.15 Changes
February 17, 2021๐ Changed
- Admin: Disable scrolling on jquery datetime pickers
- Core: Turn variation parent mode back to normal if it has no non-deleted children
- Core: add cached property groups_ids for Contact
- Core: add lru_cache to display unit
- Core: make some Contact properties cached
- โก๏ธ Front: optimize queries for orderable variations fetch
- Core: set shop and product for shop instance to prevent query
- Front: prefetch sales units for category view
- ๐ Lock cryptography version for test builds
- ๐ Use shop instead theme settings shop when initializing theme
- Xtheme: save current theme to request for later usage
- GDPR: add lru_cache for shop_setting getter
๐ Fixed
- Admin: fix bug in user permission view
- Do not rely on STATIC_URL and MEDIA_URL while formatting static and media urls