-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
executable file
·130 lines (75 loc) · 3.75 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
2024-03-01 Francois Suter (Idéative) <[email protected]>
* 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) <[email protected]>
* Drop warning about parameters deprecated a long time ago, resolves #13
* Add "queryParameters" parameter, resolves #14
2023-12-27 Francois Suter (Idéative) <[email protected]>
* Improve check on result from JSON decoding, resolves #12
* Release version 4.1.1
2023-08-07 Francois Suter (Idéative) <[email protected]>
* Verify compatibility with PHP 8.2
* Release version 4.1.0
2023-05-02 Francois Suter (Idéative) <[email protected]>
* Update example code for service instanciation
* Verify compatibility with TYPO3 12 LTS
* Relase version 4.0.1
2022-12-27 Francois Suter (Idéative) <[email protected]>
* Relase version 4.0.0
2022-12-25 Francois Suter (Idéative) <[email protected]>
* Ensure compatibility with TYPO3 12, resolves #9
* Ensure compatibility with PHP 8.1
2022-12-18 Francois Suter (Idéative) <[email protected]>
* Switch to new connector service registration API, resolves #11
* Harden JSON decoding error handling, resolves #8
2021-10-05 Francois Suter (Idéative) <[email protected]>
* Relase version 3.0.0
2021-09-07 Francois Suter (Idéative) <[email protected]>
* Ensure compatibility with PHP 8
2021-04-06 Francois Suter (Idéative) <[email protected]>
* Ensure compatibility with TYPO3 11, drop support for TYPO3 8 and 9
2021-03-19 Francois Suter (Idéative) <[email protected]>
* 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) <[email protected]>
* Update composer manifest
* Release version 2.4.1
2020-05-07 Francois Suter (Idéative) <[email protected]>
* Release version 2.4.0
2020-04-12 Francois Suter (Idéative) <[email protected]>
* 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) <[email protected]>
* Ensure compatibility with TYPO3 10
2018-12-28 Francois Suter (Cobweb) <[email protected]>
* 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) <[email protected]>
* Updated documentation regarding allowed absolute file paths
* Released version 2.2.2
2018-02-17 Francois Suter (Cobweb) <[email protected]>
* Updated headers initialization
* Released version 2.2.1
2018-01-23 Francois Suter (Cobweb) <[email protected]>
* Released version 2.2.0
2018-01-19 Francois Suter (Cobweb) <[email protected]>
* Used new FileUtility for reading files, resolves #2
2017-04-05 Francois Suter (Cobweb) <[email protected]>
* Released version 2.1.0
2017-04-01 Francois Suter (Cobweb) <[email protected]>
* Verified compatibility with TYPO3 CMS 8, resolves #1
2016-05-02 Francois Suter (Cobweb) <[email protected]>
* Released version 2.0.0, resolves #76007
2016-04-26 Francois Suter (Cobweb) <[email protected]>
* Refactored for TYPO3 CMS 7, resolves #75928
2014-06-05 Francois Suter (Cobweb) <[email protected]>
* Updated code examples in documentation, resolves #59352
* Released version 1.1.0, resolves #57768
2014-04-03 Francois Suter (Cobweb) <[email protected]>
* Implemented new API from base connector, resolves #57555
* Verified compatibility with TYPO3 CMS 6.2, resolves #57586
2013-09-23 Prakash A Bhat (Cobweb) <[email protected]>
* Initial Release version 1.0.0