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

Changelog History
Page 6

  • v2.3.4 Changes

    January 06, 2021

    ๐Ÿ”„ Changed

    • Xtheme: use the shop provider instead of falling back to first shop
    • Admin: cache the user permissions in the user object
    • Admin: make shop provider cache the shop in the request
    • Xtheme: add option to disable placeholder cache
      • Use setting SHUUP_XTHEME_USE_PLACEHOLDER_CACHE = True for this

    โœ‚ Removed

    • ๐Ÿšš Core: remove GB from countries in European Union
  • v2.3.3 Changes

    January 05, 2021
    • Patches v2.3.2 a bit around the xtheme editing

    • Xtheme: add Jinja markup in custom snippet type

  • v2.3.2 Changes

    January 04, 2021

    ๐Ÿ”„ Changed

    • GDPR: hide consent immediately on accept
    • 0๏ธโƒฃ Notify: Make HTML default format for emails
    • ๐Ÿ‘Œ Improve the way the cache is bumped when order is created and changed

    ๐Ÿ›  Fixed

    • Admin: fix missing tr closing tags

    โœ‚ Removed

    • ๐Ÿšš Notify: Remove HTML editor from notifications since summernote does not function Jinja syntax very well and for example for-loops and ifs cause easily broken notifications.
  • v2.3.1 Changes

    December 28, 2020

    ๐Ÿ”„ Changed

    • Admin: MultiselectAjaxView returns ordered by name choices

    ๐Ÿ›  Fixed

    • Fix 0068_help_text_improvements migration file to have the correct field char size: 128
    • Fix _vertical_phases.jinja incorrectly targets all forms
    • ๐Ÿ›  Fix initial value of Choose to register form
  • v2.3.0 Changes

    December 16, 2020

    โž• Added

    • Dashboard: Sorting of dashboard items by ordering number
    • Xtheme: add option to set a custom cell width in placeholders

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Admin: set product default price value initial value to zero

    ๐Ÿ›  Fixed

    • ๐ŸŒ Admin: Fix multiple translations returned when using values_list on translated field
    • Front: Fix so mass and measurements unit is displayed in same unit as in the backend

    โœ‚ Removed

  • v2.2.11 Changes

    December 08, 2020

    ๐Ÿ›  Fixed

    • SimpleCMS: Show all CMS pages for authenticated users when there is no group filter attached to the page
  • v2.2.10 Changes

    December 04, 2020

    ๐Ÿ›  Fixed

    • GDPR: do not create consent for anonymous user in checkout
  • v2.2.9 Changes

    November 23, 2020

    ๐Ÿ”„ Changed

    • Core: Increase field lengths in *LogEntry models
      • Add an index to the indentifier for faster querying.
      • Use the same error prevention measures for message than is done for identifier in _add_log_entry() for consistency.

    ๐Ÿ›  Fixed

    • Core: Fix ProtectedError when deleting a Manufacturer which was still connected to product(s).
  • v2.2.8 Changes

    November 23, 2020

    โž• Added

    • โž• Add font size 16 to summernote text editor

    ๐Ÿ›  Fixed

    • GDPR: make sure to return a blank list in the get_active_consent_pages method when there is no page to consent
  • v2.2.7 Changes

    November 20, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿšš Admin: do not add/remove shop staff member while saving a staff user