All Versions
172
Latest Version
Avg Release Cycle
4 days
Latest Release
586 days ago

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
  • 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