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

Changelog History
Page 5

  • v2.3.14 Changes

    February 04, 2021
    • Front: add template cache to basket partial
    • Core: avoid unnecessary touching to basket customer …
    • Core: cache basket attributes while get and add cache key attribute …
    • Front: skip front middleware for static and media
    • 👍 Core: add makemessages support for do and cache templatetags
    • ⚡️ Update license header for 2021
  • v2.3.13 Changes

    January 28, 2021

    ➕ Added

    • Admin: Add an open/close all groups button to 'Granular Permission Groups' list.

    🛠 Fixed

    • ⚡️ Admin: Update styling for media browser
    • 💻 Admin: Ensure media browser images are squares without cropping
    • Xtheme: fix sortable import for static resources
    • Admin: Gracefully handle the error when trying to delete a PROTECTED MediaFolder.
  • v2.3.12 Changes

    January 26, 2021

    ➕ Added

    • Setup: add .html to MANIFEST.in
    • Admin: Add text truncate CSS to user dropdown if the user's username gets too long and display only a user icon on mobile screens
    • Admin: always display the dashboard link in the main navigation as the first item
    • 💾 Save basket just before starting the order creation. This ensures we have latest basket there on store
    • 💾 Save basket after shipping or payment method is saved.
    • 💾 Save basket after shipping or billing address is saved. For saving the addresses to basket data
    • ➕ Add option to add log entries linked to stored baskets
    • ➕ Add detail page for carts

    🔄 Changed

    • Admin: Change visit shop link from an icon to a button with text
    • 0️⃣ Hide "finished" carts by default
    • ✅ Modify carts list to show latest cart first

    ✂ Removed

    • 🚚 Admin: Remove dashboard and home icon links from top menu
    • ✂ Remove the delay filter as useless. No need to hide carts
  • v2.3.11 Changes

    January 25, 2021

    ➕ Added

    • Core: add verbose_name to shop product so we can translate it
    • Core: add middleware provides to the basket command handler
    • Core: add provides to retrieve properties from order or order source
    • Front: render subscription options in basket template
    • Core: add provider to retrieve subscription options for a given product

    🔄 Changed

    • Front: render basket and order line properties using the front_line_properties_descriptor provides
    • Admin: change the product files form part icon to a file icon
    • Core: cache language utils methods using LRU
  • v2.3.10 Changes

    January 22, 2021
    • 🔔 Notify: make email template form use code editor with preview
    • 🔔 Notify: make email action body use code editor with preview
    • Admin: add code editor with preview widget
    • 🚚 Notify: Remove breadcrumbs from editor and add save button on top
    • 🔔 Notify: make editor close button to Close instead Done
    • ➕ Add related name to package links to enable better queryset performance
    • 🌲 Ensure migrations are fine for longer log entry fields
  • v2.3.9 Changes

    January 19, 2021

    🔄 Changed

    • 💅 Admin: add UX improvements through small style updates

    🛠 Fixed

    • Admin: add apply filters button and display active filters counter badge
      • Do not save and refresh Picotable lists on filter change, but wait that the user selects the "Apply filter" option. Also show badge for active filters to indicate that some content is filtered out. Consider "_all" as not filter.
    • Xtheme: fix summernote icons by using the original summernote css file
  • v2.3.8 Changes

    January 13, 2021
    • ⚡️ Front: fix with the product images on price update
      • patches previous v2.3.7 release
  • v2.3.7 Changes

    January 12, 2021
    • Front: improve async product carousel breakpoints
      • Also add option to easily override breakpoints by re-defining the breakpoint variable.
    • ⚡️ Front: optimize child product orderability checks a bit
    • Front: add option to replace product detail context
    • ⚡️ Front: optimize rendering images for variation products
    • ⚡️ Core: optimize price range calculations
  • v2.3.6 Changes

    January 08, 2021

    ➕ Added

    • Admin: add mass action to send password reset emails to selected users
    • 🔔 Notify: send notification when user request to reset password
    • 🚚 Core: remove the dependency of shuup.notify while resetting user's password
    • 🚦 Core: add signal that is triggered when user request a password reset email
  • v2.3.5 Changes

    January 07, 2021
    • Core: unify tax number max length at models
      • Also good practice would be not to validate tax number on model level but instead at the form since tax number format varies per country/region.