Shoop v1.11.0 Release Notes

Release Date: 2020-07-02 // almost 4 years ago
  • ๐Ÿ”„ Changed

    • Importer: add context object while initializing a importer class
    • Core: use UUID in basket IDs to prevent possible duplicates
    • Core: save basket shipping and billing address as dictionary when id is not available
    • ๐Ÿšš Front: remove the custom _load() implementation from the basket as it is the same as the core
    • Core: ignore lines that are not from the given source while calculating taxes
    • ๐Ÿ”ง Campaigns: do not apply campaigns in baskets configured to a supplier
    • Admin: change service admin to list only providers that the current user can access
    • 0๏ธโƒฃ Use UUID4 while generating order line ids by default
    • Admin: Improve message banners, by:
      • Resetting the timeout for hiding the messages when a new message is added.
      • Immediately clearing the already hidden messages a when new one is added.
      • Not hiding messages when clicking just random background elements.
      • Allowing dismissing all of the messages by clicking any one of them anywhere.

    โž• Added

    • Admin: add improved product copy
    • ๐Ÿ‘ Core: add task runner to support running tasks using 3rd party services like Celery
    • Core: add shops and supplier to ServiceProvider and Service models
    • Front: add feature for checkout phases to spawn extra phases
    • โž• Add custom get_ip method and use it everywhere
    • Importer: add permissions for all the diffrent types of importers
    • Importer: add context class to data importer

    โœ‚ Removed

    • ๐Ÿ‘ท Travis jobs for Django 1.8 and 1.9

    ๐Ÿ›  Fixed

    • โœ‚ Removed the kind prefix from feedback messages using Django messages to prevent duplicate strings.
    • ๐Ÿ›  Fixed the way the permissions identifier are split in admin
    • ๐Ÿ›  Fixed issue that was importing User model directly
    • ๐Ÿ“œ Core: changed del basket command handler to not try to parse the basket line into an integer