-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathchangelog.txt
238 lines (178 loc) · 6.4 KB
/
changelog.txt
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
version 2.12.0+20230928
Add config option to open links in new browser window
Add unit tests
version 2.11.11+20230906
Use publicUrl() function
Revise unit test
version 2.11.10+20230814
Use function to get the public URL
Revise unit tests
version 2.11.9+20230630
Log libxml parse errors
cs fixer changes
version 2.11.8+20230412
Remove leading and trailing whitespace from link URLs to avoid them being % encoded
version 2.11.7+20230412
Remove redundant $version parameter
Update cs fixer
Handle message template not existing
Remove leading and trailing whitespace from image URLs to avoid them being % encoded
version 2.11.6+20221231
Remove dynamic property
version 2.11.5+20220204
Refactor of code
Avoid using null template body
Revise unit tests
version 2.11.4+20200609
Change the required version of phplist to 3.3.
version 2.11.3+20200524
Remove the ContentAreas plugin from the list of plugins that can transform the generated email.
Allow a superadmin to view any campaign.
version 2.11.2+20200523
Add the date placeholder plugin to the list of plugins that can transform the generated email.
version 2.11.1+20200519
Replace USERID placeholder as a synonym for UNIQID
version 2.11.0+20200417
Update config file
Use core phplist function to format dates so that the date format configuration setting will be applied.
Rework to simplify and remove unnecessary code.
version 2.10.4+20191108
Update unit tests for phpunit 8.
Remove support for phplist versions prior to 3.0.7.
version 2.10.3+20190907
Update tests to reflect restriction on downloading attachments
Restrict downloading attachments to subscribers only
Remove unnecessary commented-out code
version 2.10.2+20190604
Replace CONTACT and CONTACTURL placeholders
Add unit tests for CONTACT and CONTACTURL placeholders
version 2.10.1+20181122
Revise unit tests
Change which messages a subscriber can view to include those sent to their lists
version 2.10.0+20181023
Create anonymous archive of campaigns sent to a specific list.
Add config setting of allowed lists to restrict anonymous archive and anonymous email.
Remove redundant parameter
Add additional English translations
Add unit tests for list archive anonymous access
version 2.9.6+20181015
German translation
version 2.9.5+20181015
Add missing html escape
version 2.9.4+20180918
Remove urls for sensitive placeholders (preferences, unsubscribe, forward, archive, etc) for an anonymous page.
Rework php unit tests
version 2.9.3+20180419
Add description to be displayed on the plugins page
version 2.9.2+20180207
Elias Torres (1):
Spanish translation
version 2.9.1+20171220
Update dependency on Common Plugin
version 2.9.0+20171218
Put css for the public archive page in a separate file so that it can be over-ridden.
Use paging for the public and admin archive pages.
version 2.8.0+20171206
Rework layout of campaign archive
Correct the ordering of emails
Correct the public page
version 2.7.1+20171120
Revised CSS.
Added Dutch translations.
version 2.7.0+20171102
Add archive page and placeholders.
Add unit tests for archive and new placeholders
version 2.6.0+20170604
Use dependency injection container.
Update the required versions of php and Common Plugin.
Update copyright year.
version 2.5.1+20170331
Remove viewbrowser placeholders when message is being forwarded and anonymous page not enabled
Revise unit tests
version 2.5.0+20170204
Revise and rename cs config file
Changes to link tracking for phplist 3.3.0.
Coding standards changes.
version 2.4.5+20160714
Add link to documentation
Convert text footer to html
Add test cases to test html/plain text footer
version 2.4.4+20160120
Only replace logo for compatible phplist versions
version 2.4.3+20151215
Correct template image query and add unit tests for logo image
version 2.4.2+20151214
Support LOGO placeholder
version 2.4.1+20151121
Update dependencies
version 2.4.0+20151119
Add config item of plugins to be called
Allow plugins to modify template and message using hook method
version 2.3.0+20151106
Initial unit tests and refactoring
Use correct class
Correct html for attachments
Add further tests
Correct namespaced class name
changes by Coding Standards Fixer
Added class map
Remove elements in specific class, fixes #10
Restructured tests
version 2.2.0+20151018
Use namespaced classes
version 2.1.3+20150916
Replace CONTENT placeholder
version 2.1.2+20150907
Missing global statement
version 2.1.1+20150906
Fix problem where settings are not used
version 2.1.0+20150819
Display attachments with download links
version 2.0.1+20150817
Ensure that all backslashes are removed
version 2.0.0+20150815
Updated dependencies
version 2015-07-29
Allow additional attributes on the <a> element
version 2015-06-25
Dependency check, pull request 6
Refactoring
Added method documentation
Further refactoring
version 2015-03-23
Change to autoload approach
version 2015-02-06
Explicitly use & as arg separator
version 2014-11-18
Allow text to be translated
version 2014-10-14
GitHub issue #2 retrieve remote URL
Provide anonymous page
version 2014-10-02
Document type on result html is copied from the original
version 2014-09-18
Handle template embedded images
Allow plugins to transform the generated email
version 2014-08-16
Public plugin page
version 2014-08-09
Test for xsl extension being installed
version 2014-05-05
Added fromemail placeholder
version 2014-04-17
Added doctype
Turn-off automatic error reporting
Correct message placeholders
Remove personalisation option, emails are now always personalised
version 2014-04-14
Specify encoding
Added link tracking
Added footer and signature placeholders
Corrected replacement in text message
version 2014-04-12
Replace USERTRACK placeholder
Support ALWAYS_ADD_USERTRACK
version 2014-04-09
Use XSLT to add head element
version 2014-04-08
Initial release for GitHub