forked from michael-e/email_template_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.meta.xml
58 lines (58 loc) · 2.19 KB
/
extension.meta.xml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<extension id="email_template_manager" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Email Template Manager</name>
<description>Emails need pages no more</description>
<repo type="github">https://github.com/creativedutchmen/email_template_manager</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/64323/</url>
<types>
<type>Email</type>
</types>
<authors>
<author>
<name github="creativedutchmen" symphony="creativedutchmen">Huib Keemink</name>
<website>http://www.creativedutchmen.com</website>
</author>
</authors>
<media>
<item type="image" url="http://symphonyextensions.com/creativedutchmen/email_template_manager/media/email_template_manager.jpg">Email Template Manager: Emails need pages no more</item>
</media>
<releases>
<release version="4.0.1" date="2012-06-06" min="2.2.1" max="2.2.x"/>
<release version="4.0" date="2012-05-23" min="2.2.1" max="2.2.x">
<![CDATA[
- Made template inlcude paths work as expected. Requires updating include paths!
]]>
</release>
<release version="3.0" date="2011-05-03" min="2.2.1" max="2.2.x">
<![CDATA[
- Added looping over recipients, so multiple customised emails are possible
- Moved filter preferences from POST values to configuration menu
- Added recipients and reply-to values to generate() function
- Added compatibility with the Members extension
]]>
</release>
<release version="2.2" date="2011-04-15" min="2.2.1" max="2.2.x">
<![CDATA[
- Fixed sorting order of event filters
- Fixed bug with field[] syntax in frontend
- Fixed bug with demo code with more than one template installed
]]>
</release>
<release version="2.1" date="2011-04-06" min="2.2.1" max="2.2.x">
<![CDATA[
- SQL Injection flaw fixed
]]>
</release>
<release version="2.0" date="2011-04-02" min="2.2.1" max="2.2.x">
<![CDATA[
- Event filters are supported, so custom events are no longer needed to send emails.
- It is possible to select which layouts to use (Html, Plain or both).
]]>
</release>
<release version="1.0" date="2011-03-15" min="2.2.1" max="2.2.x">
<![CDATA[
- Initial release.
]]>
</release>
</releases>
</extension>