forked from vintasoftware/django-templated-email
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
29 lines (20 loc) · 795 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
v0.4.1
Basic fix for issue #3 (https://github.com/bradwhittington/django-templated-email/issues/3) to support better template inheritence
v0.4
Adds support for cc'ing and bcc'in recipients, switches mailchimp backend to use greatape, via @nitinhayaran
v0.3.3
Fixes template prefix dir not being used correctly
v0.3.2
Bubble up errors on templates when there is an issue with finding blocks
v0.3.1
Adds configuration variables for settings.py to change template dir, and template extension
v0.3
Plain part, subject, and HTML part now supported as blocks in a single .email template
v0.2.1
Adds support for adding custom headers where supported
v0.2
Adds support for postageapp
v0.1.3
Disables autoescaping when rendering templates.
v0.1.2
Adds initial support for Mailchimp STS backend