forked from bobosch/ods_ajaxmailsubscription
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
175 lines (130 loc) · 6.15 KB
/
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
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
2016-07-01 Robert Heel <[email protected]>
* Add: Message on successful unsubscription.
2016-06-26 Robert Heel <[email protected]>
* Change: REST Documentation.
* Bugfix: Check if old 8 characters authcode is valid.
* Add: Posibility to unsubscribe immediately with 8 characters authcode.
2016-04-29 Robert Heel <[email protected]>
* Bug #75944: Use sys_category instead of tt_address_group.
2016-02-25 Robert Heel <[email protected]>
* Bugfix: Compatibility to TYPO3 7 (Thanks to Gerald Loß).
2016-02-24 Robert Heel <[email protected]>
* Bugfix: Add flexform data move to new update script.
2016-01-07 Robert Heel <[email protected]>
* Security fix: Hash the one time code.
2016-01-07 Robert Heel <[email protected]>
* Security fix: one time authorisation links.
* Update: documentation.
2015-12-12 Robert Heel <[email protected]>
* Change: [email protected] translation.
* Security fix: Expiration of authorisation links (TS option authcode_expiration_time = 60 minutes).
2015-11-20 Robert Heel <[email protected]>
* Security fix: Use GET params instead of a session.
2015-04-23 Robert Heel <[email protected]>
* Add: Hebrew FE translation (Thanks to Oleg Sverdlov).
2014-11-16 Robert Heel <[email protected]>
* Bugfix: Compatibility to TYPO3 6.2.
2014-11-03 Robert Heel <[email protected]>
* Feature #62639: Multiple email addresses for confirmation.
* Feature #55478: Direct unsubscribe link.
2013-03-07 Robert Heel <[email protected]>
* Bug #43443: Replaced unsupported \TYPO3\CMS\Core\Utility.
2013-02-09 Robert Heel <[email protected]>
* Bug #43443: Replaced deprecated method readLLXMLfile (Thanks to Sebastian Steinmetz).
* Bug #45269: Add language to ###LINK### (Thanks to wagner).
2012-10-14 Robert Heel <[email protected]>
* Bug #40907: User attributes are escaped twice (Thanks to Andy).
2012-08-28 Robert Heel <[email protected]>
* Bug #40289: Escape strings in SQL and HTML (Thanks to Andreas Heling).
2012-08-22 Robert Heel <[email protected]>
* Bugfix: Always use "setBody" to add email part (Thanks to Robert Steindl).
2012-07-20 Robert Heel <[email protected]>
* Add: TS option for required fields.
2012-06-05 Robert Heel <[email protected]>
* Bugfix: Ignore empty email address.
2012-05-25 Robert Heel <[email protected]>
* Bug #36899: Using t3lib_mail_message instead of t3lib_htmlmail for TYPO3 4.7 compatibility (Thanks to Loek Hilgersom).
* Feature #36901: Make direct_mail optional.
2012-02-29 Robert Heel <[email protected]>
* Add: Support for fe_groups and tt_address_group.
* Bugfix: User registration now works if no pid is set.
2011-03-22 Robert Heel <[email protected]>
* Add: Greek FE translation (Thanks to Lars Jochimsen).
2011-02-18 Robert Heel <[email protected]>
* Bug #12869: Mail address name (TS option mail_from_name and mail_reply_name).
2010-12-31 Robert Heel <[email protected]>
* Update: jQuery 1.4.4.
2010-09-30 Robert Heel <[email protected]>
* Bugfix: Replaced forgotten %s in mail template.
2010-09-08 Robert Heel <[email protected]>
* Incompatible Change: New (simplified) template file and extra mail template file (TS option mailtemplate).
* Change: Using jQuery instead of xajax.
* Add: TS constants.
* Add: HTML mail (TS option mail_html).
* Add: TS option mail_confirmation.
* Add: TS option to wrap messages (error.stdWrap and info.stdWrap).
* Change: Remove TS options indication and add TS option javascript instead.
2010-08-25 Robert Heel <[email protected]>
* Bugfix: Use active user record if two records exists.
* Add: Set username to emailaddress and module_sys_dmail_newsletter on fe_users creation.
* Add: TS option indication.enable and indication.disable to use own javascript effects.
2010-07-29 Robert Heel <[email protected]>
* Change: Move "Page/Sysfolder containing tt_address records" to "Startingpoint". Please run UPDATE! function (Thanks to Rupert Germann for tt_news update script).
* Add: Search sysfolder recursive.
* Add: Italian FE translation (Thanks to Clemens Riccabona).
* Add: Hook to change unsubscription marker.
2010-07-14 Robert Heel <[email protected]>
* Bugfix: Add field middle_name to fe_users.
* Bugfix: Update name field on tt_address records.
* Bugfix: Preselection of gender (Thanks to Andreas Heling).
2010-07-13 Robert Heel <[email protected]>
* Bugfix: No new users if default_table not set.
* Bugfix: TS option for authcode fields.
2010-06-25 Robert Heel <[email protected]>
* Add: French FE translation.
2010-05-28 Robert Heel <[email protected]>
* Add: Allow link anchor on preferences and redirect page.
* Add: TS option to create new addresses as fe_users.
2010-05-11 Robert Heel <[email protected]>
* Bugfix: Disable multilanguage flexform.
* Bugfix: All default configuration in TS.
2009-11-25 Robert Heel <[email protected]>
* New: Mail text on successful subscription and unsubscription.
* New: Redirect to page on successful unsubscription.
* New: Config option for reply-to.
2009-11-23 Robert Heel <[email protected]>
* New: Default TS setup code.
* Bugfix: wrong fieldname on fe_users.
* Bugfix: Translation mistake.
2009-05-04 Robert Heel <[email protected]>
* You can now add other optional fields in subscription
* Disable subscription with default mail address
* Remove default mail address onclick
2008-12-17 Robert Heel <[email protected]>
* Workaround if direct_mail only substitude ###SYS_TABLE_NAME### with first letter of tablename
* Add mail address for notify mails
2008-11-12 Robert Heel <[email protected]>
* Add link to edit page
* Add info text if authorised
2008-10-30 Robert Heel <[email protected]>
* Add config option for return-path
* Use htmlmail instead of plainMailEncoded
2008-10-08 Robert Heel <[email protected]>
* Posibility to join to more default groups
* Join to direct_mail categories
* Process join to default group after mail confirmation
2008-10-07 Robert Heel <[email protected]>
* Bugfix: Unsubscribe with realurl
2008-09-17 Robert Heel <[email protected]>
* Add wizard icon
2008-09-15 Robert Heel <[email protected]>
* Bugfix: Unsubscibe not work
2008-08-18 Robert Heel <[email protected]>
* Add documentation
* Use SYS_AUTHCODE instead of random id
2008-08-06 Robert Heel <[email protected]>
* Add dependencies
* Now check fe_users, too
* Add logging (syslog)
2008-06-16 Robert Heel <[email protected]>
* Initial release