-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
220 lines (121 loc) · 6.37 KB
/
Copy pathChangeLog
File metadata and controls
220 lines (121 loc) · 6.37 KB
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
2026-04-22 Francois Suter (Idéative) <typo3@ideative.ch>
* Release version 6.0.0
2026-02-16 Francois Suter (Idéative) <typo3@ideative.ch>
* Add new "requestOptions" parameter, resolves #16
2026-02-01 Francois Suter (Idéative) <typo3@ideative.ch>
* Ensure compatibility with TYPO3 14 and PHP 8.5, resolves #15
2024-12-08 Francois Suter (Idéative) <typo3@ideative.ch>
* Release version 5.0.0
2024-12-07 Francois Suter (Idéative) <typo3@ideative.ch>
* Verify compatibility with PHP 8.4
2024-12-02 Francois Suter (Idéative) <typo3@ideative.ch>
* Support passing headers and method when fetching data
* Restructure documentation
2024-11-26 Francois Suter (Idéative) <typo3@ideative.ch>
* Adapt to changes in svconnector, resolves #14
* Verify compatibility with TYPO3 13 ELTS, resolves #13
* Move tests to typo3/testing-framework
* Move documentation to PHP-based rendering
2024-06-16 Francois Suter (Idéative) <typo3@ideative.ch>
* Clean up code with Rector, drop compatibility with PHP 7.4 and 8.0, references #13
2024-05-10 Francois Suter (Idéative) <typo3@ideative.ch>
* Ensure compatibility with TYPO3 13, resolves #13
2023-08-07 Francois Suter (Idéative) <typo3@ideative.ch>
* Verify compatibility with PHP 8.2
* Release version 4.1.0
2023-05-02 Francois Suter (Idéative) <typo3@ideative.ch>
* Update example code for service instanciation, resolves #12
* Release version 4.0.1
2022-12-27 Francois Suter (Idéative) <typo3@ideative.ch>
* Release version 4.0.0
2022-12-25 Francois Suter (Idéative) <typo3@ideative.ch>
* Ensure compatibility with TYPO3 12, resolves #10
* Ensure compatibility with PHP 8.1
2022-12-18 Francois Suter (Idéative) <typo3@ideative.ch>
* Switch to new connector service registration API, resolves #11
2021-10-05 Francois Suter (Idéative) <typo3@ideative.ch>
* Release version 3.0.0
2021-09-07 Francois Suter (Idéative) <typo3@ideative.ch>
* Ensure compatibility with PHP 8
2021-04-06 Francois Suter (Idéative) <typo3@ideative.ch>
* Ensure compatibility with TYPO3 11, drop support for TYPO3 8 and 9
2021-02-02 Francois Suter (Idéative) <typo3@ideative.ch>
* Use strictly first row as header no matter how many rows are skipped, resolves #9
* Release version 2.4.1
2020-05-07 Francois Suter (Idéative) <typo3@ideative.ch>
* Release version 2.4.0
2020-04-12 Francois Suter (Idéative) <typo3@ideative.ch>
* Implement new configuration check API, resolves #7
* Update documentation settings, resolves #8
* Avoid critical failure when temporary file cannot be deleted, resolves #6
2020-04-10 Francois Suter (Idéative) <typo3@ideative.ch>
* Ensure compatibility with TYPO3 10
2018-12-28 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Drop compatibility with TYPO3 7, clean up code and prepare for compatibility with TYPO3 9, resolves #5
* Add mention of svconnector_csv_extended extension, resolves #2
* Fix broken reading of files with line breaks inside fields, resolves #4
* Release version 2.3.0
2018-07-18 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Updated documentation regarding allowed absolute file paths
* Released version 2.2.1
2018-01-23 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Released version 2.2.0
2018-01-19 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Used new FileUtility for reading files, resolves #3
2017-11-09 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Fixed functional tests for TYPO3 CMS 8
2017-04-05 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Released version 2.1.0
2017-04-01 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Verified compatibility with TYPO3 CMS 8, resolves #1
2016-05-02 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Released version 2.0.0, resolves #76004
2016-04-26 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Used new Connector exceptions and updated unit tests, resolves #75924
* Changed sample configuration to use test file, resolves #75925
2016-04-25 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Refactored for TYPO3 CMS 7, resolves #75914
2016-03-02 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Corrected bug with files starting with a BOM, resolves #54778
* Released version 1.5.3, resolves #73877
2015-06-11 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Released version 1.5.2, resolves #67397
2015-06-10 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Added unit tests, resolves #67387
* Added check for catching and discarding empty lines, resolves #67386
2015-05-13 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Corrected handling of non-Unix line endings, resolves #66899 (thanks to Simon Schaufelberger)
* Released version 1.5.1, resolves #66949
2015-04-29 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Corrected wrong code sample in documentation, resolves #66596 (thanks to Martin Hummer)
2014-06-05 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Released version 1.5.0, resolves #57767
2014-04-03 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Implemented new API from base connector, resolves #57554
2013-07-21 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Verified compatibility with TYPO3 CMS 6.1, resolves #50257
* Released version 1.4.0
2013-01-24 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Released version 1.3.0
2013-01-11 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Verified compatibility with TYPO3 CMS 6.0, resolves #44464
2012-09-23 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Released version 1.2.0
2012-09-22 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Cleaned up some code, verified compatibility with TYPO3 4.7, raised requirements to 4.5, resolves #41237
2012-09-14 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Added sample configuration, resolves #40918
* Added possibility to set locale explicitly, resolves #25703 (thanks to Sebastian Steinmetz)
2011-03-08 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Released version 1.1.0
2011-03-05 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Added throwing of exceptions when query fails, resolves #10706
2010-11-30 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Moved extension configuration labels to locallang file
2010-09-14 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Corrected handling of empty files (avoid PHP warnings)
2010-04-27 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Changed service to use new connector base class
* Released version 1.0.1
2009-01-16 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Released version 0.1.0