Skip to content

Latest commit

 

History

History
186 lines (118 loc) · 5.36 KB

CHANGELOG.md

File metadata and controls

186 lines (118 loc) · 5.36 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

List all changes after the last release here (newer on top). Each change on a separate bullet point line.

Fixed

  • Front: only show carousel title when there is one

Changed

  • Front: improve next parameter with registration. Check GET parameter first and then fallback to POST data.

[1.10.13] - 2020-05-20

  • Admin: fix width issue with picotable images
  • Admin: fix bugs in order edit and improve it one step closer to multivendor world. Now supports situation when vendors does not share products.
    • Add option to make shipping and payment method optional
    • Add supplier to pricing context
    • Show supplier name on product column
    • Make auto add for product select false by default
    • Fix product select2 missing URL and data handler since the whole ajax method was passed as attrs.
    • Add option to open/close collapsed content sections in mobile
  • Core: add option to enable order edit for multiple vendors
  • Front: do not stack history on product list when filters are changed. Instead replace state so back-buttons works nicely.
  • Front: prevent image Lightbox touching history so you do not need to click back 6 times after you have viewed all images.

[1.10.12] - 2020-05-05

Added

  • Admin: add error message when upload fails. At media queue complete do not resave product media if the file-count has not changed. This for example prevents media save when the upload itself fails.
  • Admin: add option to override dropzone upload path by using data attribute
  • Admin: add upload path to browser URLs and use it to fallback on media uploads when the actual media path is not available.
  • Admin: Ability to delete manufacturer
  • Admin: Ability to login as the selected contact if it's a user

Fixed

  • Admin: Now when activating/deactivating user it's contact will also change
  • Admin: New notification for when a account get's reactivated

[1.10.11] - 2020-04-23

Fixed

  • Discounts: create different admin module for archived discounts to fix breadcrumbs
  • Fix product pagination by not overriding the state with undefined values

Fixed

  • Middleware: fix so it trys to take the users timezone first, then the suppliers, last the projects TIME_ZONE

Changed

  • Front: customize sort options through settings

[1.10.10] - 2020-03-24

Fixed

  • Admin: Notification name when deleteing it
  • Admin: Update contact list so that it only shows customers by default
  • Front: Fix typo

Changed

  • Front: Add supplier choice to best selling product context function
  • Admin: allow sorting categories by name
  • Admin: show product orderability errors as list

[1.10.9] - 2020-03-24

Fixed

  • Admin: remove pinned /sa/ URL from scripts to support dynamic admin URLs
  • Admin: Fix graphical (incorrect indent) bug in Product / Stock Management

[1.10.8] - 2020-03-20

Changed

  • Admin: add spinner and progressbar options components through Bootstrap 4.

Fixed

  • Issue running category filter browser test with Travis

[1.10.7] - 2020-03-09

Fixed

  • Admin: remove pinned /sa/ URL from scripts to support dynamic admin URLs
  • Front: keep the current query string parameters as the initial state when refreshing product filters.

Changed

  • Admin: fix page jumps after reaload
  • Admin: make browser urls support urls with parameters

[1.10.6] - 2020-02-28

Changed

  • Core: supplier name max length to 128 from 64

[1.10.5] - 2020-02-27

Added

  • Add option to send notification event at password recovery

Changed

  • Improve the admin modals to use flexbox and work better on small devices

Fixed

  • Admin: fix password recovery success URL
  • Picotable: render the filters button on small devices, even when there is no data, to allow resetting filters

[1.10.4] - 2020-02-22

Changed

  • Make Admin messages dismissible

Fixed

  • Admin: Fix search results overflowing the canvas

[1.10.3] - 2020-02-21

Fixed

  • Admin: fix bug when uploading product media

[1.10.2] - 2020-02-19

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

  • 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

  • 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

Older versions

Find older release notes here.