-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChangeLog
More file actions
executable file
·179 lines (100 loc) · 5.21 KB
/
ChangeLog
File metadata and controls
executable file
·179 lines (100 loc) · 5.21 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
2026-04-22 Francois Suter (Idéative) <typo3@ideative.ch>
* Release version 6.0.0
2026-03-31 Francois Suter (Idéative) <typo3@ideative.ch>
* Refactor paginators, pass connector instance to paginator, resolves #19
2026-02-09 Francois Suter (Idéative) <typo3@ideative.ch>
* Add new "requestOptions" parameter, resolves #22
2026-01-25 Francois Suter (Idéative) <typo3@ideative.ch>
* Ensure compatibility with TYPO3 14 and PHP 8.5, resolves #21
2026-01-15 Francois Suter (Idéative) <typo3@ideative.ch>
* Replace resource in samples configuration, resolves #20
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-06 Francois Suter (Idéative) <typo3@ideative.ch>
* Automate tests and documentation, move tests to TYPO3 testing framework
2024-11-26 Francois Suter (Idéative) <typo3@ideative.ch>
* Verify compatibility with TYPO3 13 ELTS, resolves #16
2024-11-10 Francois Suter (Idéative) <typo3@ideative.ch>
* Use parameters as member variable, use events, deprecate hooks, resolves #17
* Use attribute for service registration
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 #16
2024-05-10 Francois Suter (Idéative) <typo3@ideative.ch>
* Ensure compatibility with TYPO3 13, resolves #16
2024-03-01 Francois Suter (Idéative) <typo3@ideative.ch>
* Add support for paginated results, resolves #10
* Remove note about external_import and processArray hook, resolves #15
* Release version 4.2.0
2024-02-28 Francois Suter (Idéative) <typo3@ideative.ch>
* Drop warning about parameters deprecated a long time ago, resolves #13
* Add "queryParameters" parameter, resolves #14
2023-12-27 Francois Suter (Idéative) <typo3@ideative.ch>
* Improve check on result from JSON decoding, resolves #12
* Release version 4.1.1
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
* Verify compatibility with TYPO3 12 LTS
* Relase version 4.0.1
2022-12-27 Francois Suter (Idéative) <typo3@ideative.ch>
* Relase version 4.0.0
2022-12-25 Francois Suter (Idéative) <typo3@ideative.ch>
* Ensure compatibility with TYPO3 12, resolves #9
* 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
* Harden JSON decoding error handling, resolves #8
2021-10-05 Francois Suter (Idéative) <typo3@ideative.ch>
* Relase 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-03-19 Francois Suter (Idéative) <typo3@ideative.ch>
* Fix passing of headers for TYPO3 9 and 10 (thanks to Florian Rival)
* Release version 2.4.2
2021-02-22 Francois Suter (Idéative) <typo3@ideative.ch>
* Update composer manifest
* 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 #5
* Update documentation settings, resolves #6
* Add new "headers" configuration parameter, resolves #4
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, prepare for TYPO3, code cleanup, resolves #3
* Add functional tests
* 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.2
2018-02-17 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Updated headers initialization
* 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 #2
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 #76007
2016-04-26 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Refactored for TYPO3 CMS 7, resolves #75928
2014-06-05 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Updated code examples in documentation, resolves #59352
* Released version 1.1.0, resolves #57768
2014-04-03 Francois Suter (Cobweb) <typo3@cobweb.ch>
* Implemented new API from base connector, resolves #57555
* Verified compatibility with TYPO3 CMS 6.2, resolves #57586
2013-09-23 Prakash A Bhat (Cobweb) <typo3@cobweb.ch>
* Initial Release version 1.0.0