- Xtheme: fix editor template issue and make sure to pass optional parameters through kwargs in form - Notify: unescape email subject and body to prevent sending broken characters in emails
2.1.0
Added
- shuup.notify: add notification_email_before_send signal to SendMail - shuup.notify: add event identifier to Context
2.0.8
Not secure
Fixed
- Prevent crashing when trying to cache an unpicklable value.
2.0.7
Not secure
Fixed
- Fix passing a `reverse_lazy()` URL as the `upload_url` argument for `FileDnDUploaderWidget`.
2.0.6
Not secure
Changed
- Admin: Make the order editor keep the suppliers of non-product order lines intact.
Fixed:
- Admin: Fix the edit button on the order editor.
2.0.5
Not secure
Added
- Admin: user and permission based access to media folders
This means that all vendors can have their own root folder and do what every they want in that folder. But it also allows the admin to give viewing access to one folder for all suppliers.