-
Notifications
You must be signed in to change notification settings - Fork 5
/
plugin.xml
305 lines (272 loc) · 11.8 KB
/
plugin.xml
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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware5/shopware/5.4/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">Shopware Migration Connector</label>
<label lang="en">Shopware Migration Connector</label>
<version>2.1.0</version>
<copyright>(c) by shopware AG</copyright>
<license>MIT</license>
<link>http://store.shopware.com</link>
<author>shopware AG</author>
<compatibility minVersion="5.4.0" maxVersion="5.99.99"/>
<description lang="de">
Der Migration Connector stellt API-Endpunkte zur Verfügung, die es Shopware 6 ermöglicht, eine sichere Datenverbindung zum aktiven Shopware 5-Shop zu erstellen.
</description>
<description lang="en">
The Migration Connector provides API endpoints that allow Shopware 6 to create a secure data connection with the active Shopware 5 shop which support the data migration to Shopware 6.
</description>
<changelog version="2.1.0">
<changes lang="de">
MIG-1033 - Die Migration der SEO-Hauptkategorie für Produkte wurde hinzugefügt;
MIG-1077 - Optimierter Datenabruf unter Berücksichtigung der übergebenen Batch-Werte;
</changes>
<changes lang="en">
MIG-1033 - Added the migration of SEO main category for products;
MIG-1077 - Optimized repository query to respect specified batch sizes;
</changes>
</changelog>
<changelog version="2.0.1">
<changes lang="de">
MIG-845 - Verbesserung der Migration von Bestelldokumenten;
MIG-975 - Prefix für Nummernkreise wird nur noch korrekt für Produktbestellnummern verwendet;
MIG-983 - Korrigiert einen Fehler bei der Migration von Kunden, die an einen Shop gebunden sind;
</changes>
<changes lang="en">
MIG-845 - Improve migration of order documents;
MIG-975 - Prefix for number ranges is now only correctly used for product order numbers;
MIG-983 - Fix migration of shop bounded customers;
</changes>
</changelog>
<changelog version="2.0.0">
<changes lang="de">
MIG-825 - [BREAKING] Hinzufügen der Parameter `order by` und `where` zu `fetchIdentifiers` von `Repository/AbstractRepository.php`;
MIG-825 - [BREAKING] Ändern der Funktionen `addTableSelection` und `fetchIdentifiers` von `Repository/AbstractRepository.php` auf final;
MIG-825 - Verbessert die Performance bei der Migration von Bestellungen;
MIG-865 - Migration der ESD-Dateien für SW5.4 korrigiert;
MIG-899 - Geändertes Verhalten der Migration von SEO URLs. Die URL Groß-/Kleinschreibung von Shopware 5 wird nun berücksichtigt;
</changes>
<changes lang="en">
MIG-825 - [BREAKING] Added parameters `orderBy` and `where` to `fetchIdentifiers` of `Repository/AbstractRepository.php`;
MIG-825 - [BREAKING] Changed functions `addTableSelection` and `fetchIdentifiers` of `Repository/AbstractRepository.php` to be final;
MIG-825 - Improve performance of the migration of orders;
MIG-865 - Fix migration of esd files for SW5.4;
MIG-899 - Changed behavior of the migration of seo urls. It now considers the URL case setting of shopware 5;
</changes>
</changelog>
<changelog version="1.4.3">
<changes lang="de">
MIG-865 - Migration der Dokumente und ESD-Dateien korrigiert;
MIG-881 - Migration der Versandkosten korrigiert;
</changes>
<changes lang="en">
MIG-865 - Fix migration of documents and esd files;
MIG-881 - Fix migration of shipping costs;
</changes>
</changelog>
<changelog version="1.4.2">
<changes lang="de">
NEXT-31037 - Problem von falsch typisierten Daten in SW5.7.15 + älter und PHP8.1 behoben, welche zu Fehlern im Migrations-Assistenten führen
</changes>
<changes lang="en">
NEXT-31037 - Fixed wrongly typed values in SW5.7.15 + older and PHP8.1, which result in migration assistant errors
</changes>
</changelog>
<changelog version="1.4.1">
<changes lang="de">
MIG-840 - Migration der Kategorie-Medien korrigiert;
</changes>
<changes lang="en">
MIG-840 - Fix migration of category media;
</changes>
</changelog>
<changelog version="1.4.0">
<changes lang="de">
NEXT-22545 - Migration der ESD-Download-Produkte hinzugefügt
</changes>
<changes lang="en">
NEXT-22545 - Migration of esd download products added
</changes>
</changelog>
<changelog version="1.3.4">
<changes lang="de">PT-12392 - Behebt Fehler beim Öffnen der Migrations-Information im Backend;</changes>
<changes lang="en">PT-12392 - Fixes error when opening the migration information in the backend;</changes>
</changelog>
<changelog version="1.3.3">
<changes lang="de">
MIG-244 - Optimiert die Migration von Hauptvarianten-Informationen
</changes>
<changes lang="en">
MIG-244 - Optimize main variant information
</changes>
</changelog>
<changelog version="1.3.2">
<changes lang="de">
MIG-233 - Migration der Merkzettel / Wunschlisten hinzugefügt
</changes>
<changes lang="en">
MIG-233 - Migration of notes / wishlists added
</changes>
</changelog>
<changelog version="1.3.1">
<changes lang="de">
MIG-220 - Optimiert die Migration von Produkt-Vorschaubildern
</changes>
<changes lang="en">
MIG-220 - Optimize product image cover migration
</changes>
</changelog>
<changelog version="1.3.0">
<changes lang="de">
MIG-182 - Migration der Gutscheine hinzugefügt
MIG-187 - Verbessert die Migration von Medien ohne Dateinamen
</changes>
<changes lang="en">
MIG-182 - Migration of vouchers added
MIG-187 - Improves the migration of media without filename
</changes>
</changelog>
<changelog version="1.2.5">
<changes lang="de">
MIG-110 - Verbessert die Migration der Medien
MIG-114 - Ermöglicht die Migration der Hauptvarianten-Information
PT-12123 - Shopware 5.7 und PHP 8 Kompatibilität;
</changes>
<changes lang="en">
MIG-110 - Improves the migration of media
MIG-114 - Provide migration of main variant information
PT-12123 - Shopware 5.7 and PHP 8 compatibility;
</changes>
</changelog>
<changelog version="1.2.4">
<changes lang="de">
MIG-107 - Verbessert die Migration von Versandarten
MIG-109 - Verbessern der Migration der Bestellungen
</changes>
<changes lang="en">
MIG-107 - Improves the migration of shipping methods
MIG-109 - Improve migration of orders
</changes>
</changelog>
<changelog version="1.2.3">
<changes lang="de">
MIG-73 - Optimiert die Migration der Variantenübersetzungen
</changes>
<changes lang="en">
MIG-73 - Optimizes migration of variant translations
</changes>
</changelog>
<changelog version="1.2.2">
<changes lang="de">
MIG-69 - Behebt einen Fehler beim Update-Check
</changes>
<changes lang="en">
MIG-69 - Fixes a problem with the update check
</changes>
</changelog>
<changelog version="1.2.1">
<changes lang="de">
MIG-22 - Behebt ein Problem bei der Migration von Bestellungen, das durch abgebrochene Bestellungen verursacht wurde
</changes>
<changes lang="en">
MIG-22 - Fixes a problem with migrating orders, caused by aborted orders
</changes>
</changelog>
<changelog version="1.2.0">
<changes lang="de">
PT-11910 - Migration von Cross-Selling-Relationen
</changes>
<changes lang="en">
PT-11910 - Migration of cross selling relations
</changes>
</changelog>
<changelog version="1.1.3">
<changes lang="de">
PT-11819 - Optimiert die Produkt-Varianten Migration
</changes>
<changes lang="en">
PT-11819 - Optimizes product variant migration
</changes>
</changelog>
<changelog version="1.1.2">
<changes lang="de">
PT-11732 - Behebt ein Problem mit der PHP Rückwärts-Kompatibilität
</changes>
<changes lang="en">
PT-11732 - Solves an issue regarding php backwards compatibility
</changes>
</changelog>
<changelog version="1.1.1">
<changes lang="de">
NTR - Behebt ein Problem mit der PHP Rückwärts-Kompatibilität
</changes>
<changes lang="en">
NTR - Solves an issue regarding php backwards compatibility
</changes>
</changelog>
<changelog version="1.1.0">
<changes lang="de">
PT-11586 - Optimierte Produktmigration
</changes>
<changes lang="en">
PT-11586 - Optimized product migration
</changes>
</changelog>
<changelog version="1.0.0">
<changes lang="de">
PT-11394 - Behebt ein Problem mit der Produktsichtbarkeit in verschachtelten Shop-Strukturen
</changes>
<changes lang="en">
PT-11394 - Fix product visibility for nested shop structures
</changes>
</changelog>
<changelog version="0.13.0">
<changes lang="de">
NTR - Überarbeitung der API;
PT-10954 - Beheben des Releasedatum-Checks;
</changes>
<changes lang="en">
NTR - Refactor API;
PT-10954 - Fix release date check;
</changes>
</changelog>
<changelog version="0.12.0">
<changes lang="de">
NTR - Behebt ein Problem mit der mysql Kompatibilität;
PT-10819 - Optimiert das Holen der Newsletter-Empfänger;
PT-10846 - Migration von Produktbewertungen;
PT-10861 - Migration von SEO Urls;
</changes>
<changes lang="en">
NTR - Fix mysql compatibility;
PT-10819 - Optimize newsletter fetch query;
PT-10846 - Migration of product reviews;
PT-10861 - Migration of seo urls;
</changes>
</changelog>
<changelog version="0.11.0">
<changes lang="de">
PT-10403 - Endpunkt für Versandkosten hinzugefügt;
PT-10477 - Optimiert das Auslesen der Produktsichtbarkeit;
</changes>
<changes lang="en">
PT-10403 - Added endpoint for shipping costs;
PT-10477 - Optimizes reading of product visibility;
</changes>
</changelog>
<changelog version="0.10.2">
<changes lang="de">Problem mit Herstellerbildern behoben</changes>
<changes lang="en">Fixed problem with manufacturer images</changes>
</changelog>
<changelog version="0.10.1">
<changes lang="de">PT-10679 - Kompatibilität zu Shopware 5.4 wiederhergestellt;</changes>
<changes lang="en">PT-10679 - Restored compatibility to Shopware 5.4;</changes>
</changelog>
<changelog version="0.10.0">
<changes lang="de">Optimierungen und Shopware 5.6 Kompatibilität;</changes>
<changes lang="en">Optimizations and Shopware 5.6 compatibility;</changes>
</changelog>
<changelog version="0.9.0">
<changes lang="de">Erstveröffentlichung;</changes>
<changes lang="en">Initial release;</changes>
</changelog>
</plugin>