Shuup v1.10.4 Release Notes

Release Date: 2020-02-22 // about 4 years ago
  • โž• Added

    • Admin: add option to impersonate staff users
    • ๐Ÿ”” Notify: add option to delete notify scripts
    • Admin: Allow shop staff to impersonate regular users
    • ๐Ÿ”” Notify: Add BCC and CC fields to SendEmail notification action.
    • โž• Add the CHANGELOG.md to the root of the code base.

    ๐Ÿ”„ Changed

    • ๐Ÿ‘‰ Make Admin messages dismissible
    • Xtheme: Improve template injection by checking not wasting time invoking regex for nothing
    • โž• Add MiddlewareMixin to all middlewares to prepare for Django 2.x
    • ๐Ÿ”” Notify: Changed the Email topology type to support comma-separated list of emails when using constants.
    • Front: skip product filter refresh if filters not defined
    • GDPR: change "i agree" button to "i understand"

    ๐Ÿ›  Fixed

    • Admin: Fix search results overflowing the canvas
    • Admin: fix bug when uploading product media
    • 0๏ธโƒฃ Front: fix notification template default content
    • Admin: improve primary image fallback for product
    • ๐Ÿ›  Fixed the placeholder of Select2 component in Admin
    • FileDnDUploader: Add check for the data-kind attribute of the drop zone. If the data-kind is
      images, add an attribute to the hidden input that only allows images to be uploaded.
    • Front: fix bug with imagelightbox
    • ๐Ÿ†“ CMS: Free page URL on delete

    โš  Warning!

    • This release is backwards incompatible and you should replace shuup.api from your custom code with shuup_api. Also at project INSTALLED_APPS remove shuup.api and add shuup_api and shuup_rest_api. Ping us at Gitter if you have any issues updating to this release.

    โš  Warning!

    • If still on Django 1.8 or 1.9 versions make sure you keep your django-filer<1.6.0

    โš  Warning!

    • ๐Ÿš€ There is known bug around admin action buttons in v1.9.5. This release v1.9.6 fixes the issue (just skip v1.9.5).

    โš  Warning!

    • ๐ŸŽ Catalog campaigns (campaigns.modules.CatalogCampaignModule) should be avoided due performance issues. Catalog campaign module is disabled by default and will be removed from Shuup 2.0. Use shuup.discounts instead.

    โš  Warning!

    • ๐Ÿš€ If you had used permission groups for shop staff members prior to 1.9.0 release you should re-generate your permissions since new permissions logic was added.

    โš  Warning!

    • ๐Ÿš€ If upgrading from pre v1.6.3 see the release notes for the fixed migrations in v1.6.3.