-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
171 lines (99 loc) · 4.96 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
2023-08-07 Francois Suter (Idéative) <[email protected]>
* Release version 5.1.0
2023-05-07 Francois Suter (Idéative) <[email protected]>
* Release version 5.0.0
2023-05-06 Francois Suter (Idéative) <[email protected]>
* Drop compatibility with TYPO3 10, modernize and clean up code
* Ensure compatibility with External Import 7.0.0
* Ensure compatibility with TYPO3 12
2021-11-19 Francois Suter (Idéative) <[email protected]>
* Add example about importing translations, resolves #2
* Add example about filtering data, resolves #1
* Release version 4.0.0
2021-11-17 Francois Suter (Idéative) <[email protected]>
* Improve fe_users example by casting external values with a transformation
* Fix bug with import of news links
2021-10-04 Francois Suter (Idéative) <[email protected]>
* Ensure compatibility with upcoming External Import 6.0.0
* Replace example hook by event
2020-12-01 Francois Suter (Idéative) <[email protected]>
* Release version 3.0.1
2020-11-24 Raphaël Gomes Vidreiro (Idéative) <[email protected]>
* Update composer manifest
2020-10-21 Francois Suter (Idéative) <[email protected]>
* Release version 3.0.0
2020-10-18 Francois Suter (Idéative) <[email protected]>
* Update configuration and documentation for upcoming External Import 5.0
* Enhance fe_users import scenario to demonstrate importing images
2020-05-12 Francois Suter (Idéative) <[email protected]>
* Ensure compatibility with TYPO3 10 LTS and updates to external_import and connector services, resolves #5
* Update documentation settings, resolves #6
* Release version 2.3.0
2019-01-13 Francois Suter (Cobweb) <[email protected]>
* Ensure compatibility with TYPO3 9 LTS, drop support for TYPO3 7
* Adapt code to new Connector Services possibilities
* Update documentation
* Change icons to SVG
* Release version 2.2.0
2018-02-17 Francois Suter (Cobweb) <[email protected]>
* Released version 2.1.1
2018-02-15 Francois Suter (Cobweb) <[email protected]>
* Corrected composer dependencies declaration
2018-02-04 Francois Suter (Cobweb) <[email protected]>
* Updated for TYPO3 CMS 8 LTS and External Import 4.0
* Updated documentation
* Released version 2.1.0
2016-08-03 Francois Suter (Cobweb) <[email protected]>
* Corrected wrong namespaces, resolves #77382
* Released version 2.0.1, resolves #77395
2016-06-13 Francois Suter (Cobweb) <[email protected]>
* Adapted to renamed configuration properties, resolves #76620
* Added composer support, resolves #76622
* Released version 2.0.0, resolves #76580
2016-06-10 Francois Suter (Cobweb) <[email protected]>
* Updated and restructured for TYPO3 CMS 7 LTS, resolves #76575
* Migrated language file to XLIFF, resolves #76577
* Updated documentation, resolves #76579
2014-06-19 Francois Suter (Cobweb) <[email protected]>
* Corrected LaTeX setup for PDF rendering, resolves #59665
* Released version 1.6.1, resolves #59668
2014-06-05 Francois Suter (Cobweb) <[email protected]>
* Released version 1.6.0, resolves #59320
2014-06-03 Francois Suter (Cobweb) <[email protected]>
* Moved documentation to reStructuredText, resolves #58402
* Verified compatibility with TYPO3 CMS 6.2, resolves #58401
2014-06-01 Francois Suter (Cobweb) <[email protected]>
* Made all user functions and hooks into singletons, resolves #58400
2013-07-22 Francois Suter (Cobweb) <[email protected]>
* Ensured compatibility with TYPO3 CMS 6.1, resolves #50311
* Released version 1.5.0
2013-01-24 Francois Suter (Cobweb) <[email protected]>
* Released version 1.4.0
2012-01-18 Francois Suter (Cobweb) <[email protected]>
* Ensured compatibility with TYPO3 CMS 6.0, resolves #44618
* Switched RSS import example from tt_news to news, references #44618
2012-06-15 Francois Suter (Cobweb) <[email protected]>
* Released version 1.3.0
* Updated the manual and the dependencies, resolves #38071
2012-05-29 Francois Suter (Cobweb) <[email protected]>
* Updated XML import example to match new typo3.org RSS feed, resolves #37573
2011-03-08 Francois Suter (Cobweb) <[email protected]>
* Released version 1.2.0
2011-02-27 Francois Suter (Cobweb) <[email protected]>
* Added example for importing data in XML format, resolves #12043
2010-03-26 Francois Suter (Cobweb) <[email protected]>
* Released to TER as version 1.1.3
2010-03-23 Francois Suter (Cobweb) <[email protected]>
* Updated screenshot to reflect UI changes
2010-01-19 Francois Suter (Cobweb) <[email protected]>
* Added example for usage of excludedOperations property
2009-11-23 Francois Suter (Cobweb) <[email protected]>
* Updated the manual to fit latest version of external_import
* Released to TER as version 1.1.2
2009-06-16 Francois Suter (Cobweb) <[email protected]>
* Added example for usage of fixed value maps
* Released to TER as version 1.1.0
2009-06-02 Francois Suter (Cobweb) <[email protected]>
* Added example for usage of fixed values
2009-01-16 Francois Suter (Cobweb) <[email protected]>
* First public release