-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.xml
executable file
·551 lines (513 loc) · 18.6 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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.2/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="en">Buckaroo</label>
<label lang="de">Buckaroo</label>
<version>1.16.0</version>
<copyright>(c) Buckaroo B.V.</copyright>
<license>MIT</license>
<author>Buckaroo</author>
<link>https://www.buckaroo.nl</link>
<description lang="en">
<![CDATA[
Buckaroo payment provider plugin for Shopware
]]>
</description>
<description lang="de">
<![CDATA[
Buckaroo payment provider plugin for Shopware
]]>
</description>
<compatibility minVersion="5.6.0"/>
<changelog version="1.0.0">
<changes lang="de">
<![CDATA[Erste Version]]>
</changes>
<changes lang="en">
<![CDATA[First version]]>
</changes>
</changelog>
<changelog version="1.1.0">
<changes lang="de">
<![CDATA[Erste Version]]>
</changes>
<changes lang="en">
<![CDATA[First version]]>
</changes>
</changelog>
<changelog version="1.2.0">
<changes lang="de">
<![CDATA[
- Implemented new Payment methods
- Carte Bleue
- Carte Bancaire
- Implemented partial refund functionality for all applicable payment methods.
- Code optimizations, Refatoring, Renaming.
- Implemented new configuration options
]]>
</changes>
<changes lang="en">
<![CDATA[
- Implemented new Payment methods
- Carte Bleue
- Carte Bancaire
- Implemented partial refund functionality for all applicable payment methods.
- Code optimizations, Refatoring, Renaming.
- Implemented new configuration options
]]>
</changes>
</changelog>
<changelog version="1.3.0">
<changes lang="de">
<![CDATA[
Implemented partial capture for
- Klarna
- Afterpay
- Achteraf betalen
- Implemented new Payment methods
- Payconiq
- Giftcard
]]>
</changes>
<changes lang="en">
<![CDATA[
Implemented partial capture for
- Klarna
- Afterpay
- Achteraf betalen
- Implemented new Payment methods
- Payconiq
- Giftcard
]]>
</changes>
</changelog>
<changelog version="1.3.1">
<changes lang="de">
<![CDATA[Fixed issue with model name.]]>
</changes>
<changes lang="en">
<![CDATA[Fixed issue with model name.]]>
</changes>
</changelog>
<changelog version="1.4.0">
<changes lang="de">
<![CDATA[Improved Shopware compatibility with the Community-Store.]]>
</changes>
<changes lang="en">
<![CDATA[Improved Shopware compatibility with the Community-Store.]]>
</changes>
</changelog>
<changelog version="1.4.1">
<changes lang="de">
<![CDATA[
Bug fixes
- refund push messages.
- Order push messages.
- Confirmation email after the payment is completed.
- Several small fixes
]]>
</changes>
<changes lang="en">
<![CDATA[
Bug fixes
- refund push messages.
- Order push messages.
- Confirmation email after the payment is completed.
- Several small fixes
]]>
</changes>
</changelog>
<changelog version="1.4.2">
<changes lang="de">
<![CDATA[
Bug fixes
- Fix for failed push message in rare scenarios for Klarna reserve action.
- Fixed region error in multistore environments on push receive.
]]>
</changes>
<changes lang="en">
<![CDATA[
Bug fixes
- Fix for failed push message in rare scenarios for Klarna reserve action.
- Fixed region error in multistore environments on push receive.
]]>
</changes>
</changelog>
<changelog version="1.5.0">
<changes lang="de">
<![CDATA[
- Added 5 new payment methods:
- Nexi
- Maestro
- Visa Electron
- VPay
- Dankort
- Fixed Paypay issue with Italian billing address.
]]>
</changes>
<changes lang="en">
<![CDATA[
- Added 5 new payment methods:
- Nexi
- Maestro
- Visa Electron
- VPay
- Dankort
- Fixed Paypay issue with Italian billing address.
]]>
</changes>
</changelog>
<changelog version="1.6.0">
<changes lang="de">
<![CDATA[
- Shopware 5.5.6 compatibility.
- Removed BIC, IBAN and Chamber of commerce fields from register form.
]]>
</changes>
<changes lang="en">
<![CDATA[
- Shopware 5.5.6 compatibility.
- Removed BIC, IBAN and Chamber of commerce fields from register form.
]]>
</changes>
</changelog>
<changelog version="1.7.0">
<changes lang="de">
<![CDATA[
- Structural changes in the plugin due to Shopware 5.5.7 version update.
- Billing and shipping extra fields validation is done while selecting payment method.
- Stock gets reserved when customer initiates payment process.
- Klarna auto capture is supported if enabled in Merchant Buckaroo account.
- API messages made translatable via backend snippet manager.
- All build in extra field validation messages made translatable via backend snippet manager.
]]>
</changes>
<changes lang="en">
<![CDATA[
- Structural changes in the plugin due to Shopware 5.5.7 version update.
- Billing and shipping extra fields validation is done while selecting payment method.
- Stock gets reserved when customer initiates payment process.
- Klarna auto capture is supported if enabled in Merchant Buckaroo account.
- API messages made translatable via backend snippet manager.
- All build in extra field validation messages made translatable via backend snippet manager.
]]>
</changes>
</changelog>
<changelog version="1.8.0">
<changes lang="de">
<![CDATA[
- New payment method Afterpay (new version) added.
]]>
</changes>
<changes lang="en">
<![CDATA[
- New payment method Afterpay (new version) added.
]]>
</changes>
</changelog>
<changelog version="1.8.1">
<changes lang="de">
<![CDATA[
- Improving Shopware 5.5.8 compatibility.
- Solved issue with Payconiq push message.
]]>
</changes>
<changes lang="en">
<![CDATA[
- Improving Shopware 5.5.8 compatibility.
- Solved issue with Payconiq push message.
]]>
</changes>
</changelog>
<changelog version="1.8.2">
<changes lang="de">
<![CDATA[
- Implemented Klarna auto capture push url based on module settings in instead of the push url settings in the Buckaroo plaza.
- Implemented change so empty housenumber extension is not send to AfterPay for Belgium adresses.
- Improved Belgium phonenumber formatting and validation
]]>
</changes>
<changes lang="en">
<![CDATA[
- Implemented Klarna auto capture push url based on module settings in instead of the push url in the Buckaroo plaza.
- Implemented change that housenumber extensions are not send to AfterPay for Belgium adresses.
- Improved Belgium phonenumber formatting and validation
]]>
</changes>
</changelog>
<changelog version="1.9.0">
<changes lang="de">
<![CDATA[
- Implementation of inline credit card payments
]]>
</changes>
<changes lang="en">
<![CDATA[
- Implementation of inline credit card payments
]]>
</changes>
</changelog>
<changelog version="1.10.0">
<changes lang="de">
<![CDATA[
- Implementation of Apple Pay
]]>
</changes>
<changes lang="en">
<![CDATA[
- Implementation of Apple Pay
]]>
</changes>
</changelog>
<changelog version="1.10.1">
<changes lang="de">
<![CDATA[
- Fixed issue on new installations with adding Ideal database columns.
]]>
</changes>
<changes lang="en">
<![CDATA[
- Fixed issue on new installations with adding Ideal database columns.
]]>
</changes>
</changelog>
<changelog version="1.10.2">
<changes lang="de">
<![CDATA[
- Fixed issue where in some scenarios / specific installations the order is stored in the wrong store.
]]>
</changes>
<changes lang="en">
<![CDATA[
- Fixed issue where in some scenarios / specific installations the order is stored in the wrong store.
]]>
</changes>
</changelog>
<changelog version="1.10.3">
<changes lang="de">
<![CDATA[
- Modify the error messages so that they are understood by the user.
- Add a restriction on the payment method so that it is allowed depending on the minimum and maximum limit of the order amount.
- Fix wrong error message when no bank is selected with iDeal.
- Add "CustomerCardName" parameter to API call based on SDK response.
- ApplePay don't calculate shipping costs for downloadable products.
- Klarna, add shipping phonenumber to validation.
- Shopware 5.6 compatibility.
]]>
</changes>
<changes lang="en">
<![CDATA[
- Modify the error messages so that they are understood by the user.
- Add a restriction on the payment method so that it is allowed depending on the minimum and maximum limit of the order amount.
- Fix wrong error message when no bank is selected with iDeal.
- Add "CustomerCardName" parameter to API call based on SDK response.
- ApplePay don't calculate shipping costs for downloadable products.
- Klarna, add shipping phonenumber to validation.
- Shopware 5.6 compatibility.
]]>
</changes>
</changelog>
<changelog version="1.10.4">
<changes lang="de">
<![CDATA[
- afterpay(new) Fix target checkout url based on environment(test/live).
]]>
</changes>
<changes lang="en">
<![CDATA[
- afterpay(new) Fix target checkout url based on environment(test/live).
]]>
</changes>
</changelog>
<changelog version="1.10.5">
<changes lang="de">
<![CDATA[
- Fixed issue with free shipping above a specified amount in combination with ApplePay.
- Translated Ideal error message to Dutch.
]]>
</changes>
<changes lang="en">
<![CDATA[
- Fixed issue with free shipping above a specified amount in combination with ApplePay.
- Translated Ideal error message to Dutch.
]]>
</changes>
</changelog>
<changelog version="1.11.0">
<changes lang="de">
<![CDATA[
- compatibility with Shopware 5.6.6
- Merged pull requests from GitHub
]]>
</changes>
<changes lang="en">
<![CDATA[
- compatibility with Shopware 5.6.6
- Merged pull requests from GitHub
]]>
</changes>
</changelog>
<changelog version="1.11.1">
<changes lang="de">
<![CDATA[
- Fügen Sie benutzerdefinierte Geschenkkarten hinzu
]]>
</changes>
<changes lang="en">
<![CDATA[
- Add custom giftcards available
]]>
</changes>
</changelog>
<changelog version="1.12.4">
<changes lang="de">
<![CDATA[
BP-281 Sofort Bestellungen werden nicht geliefert
]]>
</changes>
<changes lang="en">
<![CDATA[
BP-281 Sofort orders not being delivered
]]>
</changes>
</changelog>
<changelog version="1.12.5">
<changes lang="de">
<![CDATA[
BP-727: Zahlungsmethode hinzufügen Billink
]]>
</changes>
<changes lang="en">
<![CDATA[
BP-727: Add payment method Billink
]]>
</changes>
</changelog>
<changelog version="1.12.6">
<changes lang="de">
<![CDATA[
BP-771 Apple pay does not work
BP-922 Billink test orders not arriving in the Buckaroo transaction
BP-941 All plugins - PayPal (V2) cancellation returns to the homepage
BP-950 Make it possible for Billink to enable
BP-970 Add CreditCard brand PostePay
BP-959 Billink House Number with suffix is showing
]]>
</changes>
<changes lang="en">
<![CDATA[
BP-771 Apple pay does not work
BP-922 Billink test orders not arriving in the Buckaroo transaction
BP-941 All plugins - PayPal (V2) cancellation returns to the homepage
BP-950 Make it possible for Billink to enable
BP-970 Add CreditCard brand PostePay
BP-959 Billink House Number with suffix is showing
]]>
</changes>
</changelog>
<changelog version="1.13.0">
<changes lang="de">
<![CDATA[
BP-752 Prepare plugin for support 5.7.0
BP-752 Fix restoreSession
BP-752 Fix orderSave exeption
BP-752 Fix TransactionManager exeption
fix postepay icon
BP-996 Add accept terms & conditions for Billink
]]>
</changes>
<changes lang="en">
<![CDATA[
BP-771 Apple pay does not work
BP-922 Billink test orders not arriving in the Buckaroo transaction
BP-941 All plugins - PayPal (V2) cancellation returns to the homepage
BP-950 Make it possible for Billink to enable
BP-970 Add CreditCard brand PostePay
BP-959 Billink House Number with suffix is showing
]]>
</changes>
</changelog>
<changelog version="1.14.0">
<changes lang="de">
<![CDATA[
Fix Code review failed
BP-1088 Billink logo update
BP-1128 Shopware 5 - afterpay's capture popup is empty in admin area
BP-1129 Shopware 5 - support and test PHP 8 | PHP Fatal error: Uncaught TypeError: count()
BP-1132 refund pushes cause http 500 error
BP-1130 Shopware 5 - Billink - there is no way to capture aurhorized orders
BP-1131 Shopware 5 - CreditCards - encypt mode doesn't work
BP-1189 New Sofort logo added
BP-1192 Shopware 5 CSE tooltip (#8)
BP-1130 Shopware 5 - remove mode selector for Billink
BP-1313 Cannot save creditcard info
BP-1316 Klarna empy cart if cancel order
BP-1312 Cannot save selected payment method, when other methods have invalid fields
BP-1315 Payconiq empty checkout after cancel modal
BP-1343 No validation message on payment faild
BP-1344 Klarna invoice select has duplicate option (#11)
]]>
</changes>
<changes lang="en">
<![CDATA[
Fix Code review failed
BP-1088 Billink logo update
BP-1128 Shopware 5 - afterpay's capture popup is empty in admin area
BP-1129 Shopware 5 - support and test PHP 8 | PHP Fatal error: Uncaught TypeError: count()
BP-1132 refund pushes cause http 500 error
BP-1130 Shopware 5 - Billink - there is no way to capture aurhorized orders
BP-1131 Shopware 5 - CreditCards - encypt mode doesn't work
BP-1189 New Sofort logo added
BP-1192 Shopware 5 CSE tooltip (#8)
BP-1130 Shopware 5 - remove mode selector for Billink
BP-1313 Cannot save creditcard info
BP-1316 Klarna empy cart if cancel order
BP-1312 Cannot save selected payment method, when other methods have invalid fields
BP-1315 Payconiq empty checkout after cancel modal
BP-1343 No validation message on payment faild
BP-1344 Klarna invoice select has duplicate option (#11)
]]>
</changes>
</changelog>
<changelog version="1.15.0">
<changes lang="de">
<![CDATA[
Support for 5.7.13 + 5.6.10
BP-1457 Fixed bug specific for 5.7.8
BP-1491 Support for Klarna KP
]]>
</changes>
<changes lang="en">
<![CDATA[
Support for 5.7.13 + 5.6.10
BP-1457 Fixed bug specific for 5.7.8
BP-1491 Support for Klarna KP
]]>
</changes>
</changelog>
<changelog version="1.16.0">
<changes lang="de">
<![CDATA[
Add support for Shopware 5.7.16.0
BP-1508 Update README file
BP-1763 Articles stock adjusted on order creation.
BP-1868 Rebranding Afterpay to Riverty
BP-1877 Add contribution guidelines
BP-1896 Change gender selection for BNPL methods
BP-1999 Fix PHP 8 issues/errors
BP-2112 Fix Klarna Gender Values
]]>
</changes>
<changes lang="en">
<![CDATA[
Add support for Shopware 5.7.16.0
BP-1508 Update README file
BP-1763 Articles stock adjusted on order creation.
BP-1868 Rebranding Afterpay to Riverty
BP-1877 Add contribution guidelines
BP-1896 Change gender selection for BNPL methods
BP-1999 Fix PHP 8 issues/errors
BP-2112 Fix Klarna Gender Values
]]>
</changes>
</changelog>
</plugin>