-
Notifications
You must be signed in to change notification settings - Fork 3
/
plugin.xml
318 lines (305 loc) · 13.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
<?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.3/engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="en">MultiSafepay</label>
<label lang="de">MultiSafepay</label>
<version>3.1.0</version>
<copyright>(c) MultiSafepay</copyright>
<license>proprietary</license>
<link>https://www.multisafepay.com</link>
<author>MultiSafepay</author>
<compatibility minVersion="5.6.0"/>
<description lang="en"><![CDATA[
<b>MultiSafepay</b>
<p>Easily integrate MultiSafepay payment solutions into your Shopware 5 webshop with the free and completely new MultiSafepay Shopware 5 plugin.</p>
<a href="https://docs.multisafepay.com/integrations/plugins/shopware5/">Plugin Documentation</a>
]]>
</description>
<description lang="de"><![CDATA[
<b>MultiSafepay</b>
<p>Integrieren Sie mit dem kostenlosen und völlig neuen MultiSafepay Shopware 5 Plugin ganz einfach MultiSafepay Zahlungslösungen in Ihren Shopware 5 Webshop.</p>
<a href="https://docs.multisafepay.com/integrations/plugins/shopware5/">Plugin Dokumentation</a>
]]>
</description>
<changelog version="3.1.0">
<changes lang="en"><![CDATA[
PLGSHPS-303: Add support for iDEAL 2.0
PLGSHPS-299: Remove iDEAL issuer dropdown
PLGSHPS-302: Fix billing-shipping addresses sometimes is missing on confirmation page
PLGSHPS-301: Fix wrong usage of getIsoName() to retrieve the ISO country ID
PLGSHPS-300: Fix Apple Pay template is missing when payment methods are installed
PLGSHPS-297: Fix issue where session is lost on notifyAction()
]]>
</changes>
<changes lang="de"><![CDATA[
PLGSHPS-303: Add support for iDEAL 2.0
PLGSHPS-299: Remove iDEAL issuer dropdown
PLGSHPS-302: Fix billing-shipping addresses sometimes is missing on confirmation page
PLGSHPS-301: Fix wrong usage of getIsoName() to retrieve the ISO country ID
PLGSHPS-300: Fix Apple Pay template is missing when payment methods are installed
PLGSHPS-297: Fix issue where session is lost on notifyAction()
]]>
</changes>
</changelog>
<changelog version="3.0.3">
<changes lang="en"><![CDATA[
PLGSHPS-291: Fix OrderUpdateSubscriber
DAVAMS-748: Fix the 'template_id' setting field within the Payment Component
]]>
</changes>
<changes lang="de"><![CDATA[
PLGSHPS-291: Fix OrderUpdateSubscriber
DAVAMS-748: Fix the 'template_id' setting field within the Payment Component
]]>
</changes>
</changelog>
<changelog version="3.0.2">
<changes lang="en"><![CDATA[
PLGSHPS-288: Fix payment method gathering performance in the checkout
]]>
</changes>
<changes lang="de"><![CDATA[
PLGSHPS-288: Fix payment method gathering performance in the checkout
]]>
</changes>
</changelog>
<changelog version="3.0.1">
<changes lang="en"><![CDATA[
PLGSHPS-285: Fix updating plugin via the marketplace
]]>
</changes>
<changes lang="de"><![CDATA[
PLGSHPS-285: Fix updating plugin via the marketplace
]]>
</changes>
</changelog>
<changelog version="3.0.0">
<changes lang="en"><![CDATA[
PLGSHPS-242: Add support to register the payment methods dynamically, via API request
DAVAMS-705: Santander Betaal per Maand to be discontinued
]]>
</changes>
<changes lang="de"><![CDATA[
PLGSHPS-242: Add support to register the payment methods dynamically, via API request
DAVAMS-705: Santander Betaal per Maand to be discontinued
]]>
</changes>
</changelog>
<changelog version="2.12.1">
<changes lang="en"><![CDATA[
PLGSHPS-259: Fix error handling on update transaction shipment request
]]>
</changes>
<changes lang="de"><![CDATA[
PLGSHPS-259: Fix error handling on update transaction shipment request
]]>
</changes>
</changelog>
<changelog version="2.12.0">
<changes lang="en"><![CDATA[
PLGSHPS-254: Add an option to switch the order flow for creating orders
PLGSHPS-125: Add POST notification support
]]>
</changes>
<changes lang="de"><![CDATA[
PLGSHPS-254: Add an option to switch the order flow for creating orders
PLGSHPS-125: Add POST notification support
]]>
</changes>
</changelog>
<changelog version="2.11.5">
<changes lang="en"><![CDATA[
PLGSHPS-251: Fix error when description is missing
PLGSHPS-252: Fix error when VAT is 0
DAVAMS-579: Add Pay After Delivery Installments
DAVAMS-589: Rebrand Pay After Delivery logo
]]>
</changes>
<changes lang="de"><![CDATA[
PLGSHPS-251: Fix error when description is missing
PLGSHPS-252: Fix error when VAT is 0
DAVAMS-579: Add Pay After Delivery Installments
DAVAMS-589: Rebrand Pay After Delivery logo
]]>
</changes>
</changelog>
<changelog version="2.11.4">
<changes lang="en"><![CDATA[
PLGSHPS-249: Move shippingRequest to OrderUpdateSubscriber and create empty file OrderHistorySubscriber to fix error on update
]]>
</changes>
<changes lang="de"><![CDATA[
PLGSHPS-249: Move shippingRequest to OrderUpdateSubscriber and create empty file OrderHistorySubscriber to fix error on update
]]>
</changes>
</changelog>
<changelog version="2.11.3">
<changes lang="en"><![CDATA[
PLGSHPS-246: Fix PHP error when weight is null
PLGSHPS-248: Listen to Shopware\Models\Order\Order::postUpdate instead of Events::preUpdate for sending shipped requests
PLGSHPS-247: Add scheduleClearCache function on update
]]>
</changes>
<changes lang="de"><![CDATA[
PLGSHPS-246: Fix PHP error when weight is null
PLGSHPS-248: Listen to Shopware\Models\Order\Order::postUpdate instead of Events::preUpdate for sending shipped requests
PLGSHPS-247: Add scheduleClearCache function on update
]]>
</changes>
</changelog>
<changelog version="2.11.2">
<changes lang="en"><![CDATA[
PLGSHPS-244: Fix 500 error on update
]]>
</changes>
<changes lang="de"><![CDATA[
PLGSHPS-244: Fix 500 error on update
]]>
</changes>
</changelog>
<changelog version="2.11.1">
<changes lang="en"><![CDATA[
Fix incorrect shipping name being used on payment page
Fix incorrect hash being generated on multi-stores
]]>
</changes>
<changes lang="de"><![CDATA[
Fix incorrect shipping name being used on payment page
Fix incorrect hash being generated on multi-stores
]]>
</changes>
</changelog>
<changelog version="2.11.0">
<changes lang="en"><![CDATA[
PLGSHPS-223: Add support for the PHP-SDK
]]>
</changes>
<changes lang="de"><![CDATA[
PLGSHPS-223: Add support for the PHP-SDK
]]>
</changes>
</changelog>
<changelog version="2.10.0">
<changes lang="en"><![CDATA[
DAVAMS-545: Update Afterpay to Riverty
DAVAMS-519: Add Amazon Pay
DAVAMS-507: Update README.md
DAVAMS-487: Add MyBank payment method
PLGSHPS-192: Add automated invoice creation on completed orders
PLGSHPS-237: Fix billing and shipping address missing on thank-you page
]]>
</changes>
<changes lang="de"><![CDATA[
DAVAMS-545: Update Afterpay to Riverty
DAVAMS-519: Add Amazon Pay
DAVAMS-507: Update README.md
DAVAMS-487: Add MyBank payment method
PLGSHPS-192: Add automated invoice creation on completed orders
PLGSHPS-237: Fix billing and shipping address missing on thank-you page
]]>
</changes>
</changelog>
<changelog version="2.9.0">
<changes lang="en"><![CDATA[
- DAVAMS-478: Add Alipay plus
- PLGSHPS-221: Disable ING Home'Pay on update and install
- PLGSHPS-179: Disable Babygiftcard, Nationale verwencadeaubon and Erotiekbon on update and install
- PLGSHPS-200: Potential fix for orders getting the review necessary status while it shouldn't
]]>
</changes>
<changes lang="de"><![CDATA[
- DAVAMS-478: Add Alipay plus
- PLGSHPS-221: Disable ING Home'Pay on update and install
- PLGSHPS-179: Disable Babygiftcard, Nationale verwencadeaubon and Erotiekbon on update and install
- PLGSHPS-200: Potential fix for orders getting the review necessary status while it shouldn't ]]>
</changes>
</changelog>
<changelog version="2.8.4">
<changes lang="en"><![CDATA[
- PLGSHPS-214: Improve logger for signature check
- PLGSHPS-220: Add support to change payment method in backend on notification
]]></changes>
<changes lang="de"><![CDATA[
- PLGSHPS-214: Improve logger for signature check
- PLGSHPS-220: Add support to change payment method in backend on notification
]]></changes>
</changelog>
<changelog version="2.8.3">
<changes lang="en"><![CDATA[
- PLGSHPS-219: Fix payment link not created for backend orders
]]></changes>
<changes lang="de"><![CDATA[
- PLGSHPS-219: Fix payment link not created for backend orders
]]></changes>
</changelog>
<changelog version="2.8.2">
<changes lang="en"><![CDATA[
- PLGSHPS-217: Fix fatal error getArrayCopy on success page
]]></changes>
<changes lang="de"><![CDATA[
- PLGSHPS-217: Fix fatal error getArrayCopy on success page
]]></changes>
</changelog>
<changelog version="2.8.1">
<changes lang="en"><![CDATA[
- PLGSHPS-212: Fix missing payment link for backend orders, when device type is set
- PLGSHPS-213: Fix orders are not created when state is not available in customer request
- PLGSHPS-216: Fix bug when double orders are being created
]]></changes>
<changes lang="de"><![CDATA[
- PLGSHPS-212: Fix missing payment link for backend orders, when device type is set
- PLGSHPS-213: Fix orders are not created when state is not available in customer request
- PLGSHPS-216: Fix bug when double orders are being created
]]></changes>
</changelog>
<changelog version="2.8.0">
<changes lang="en"><![CDATA[
- DAVAMS-240: Add in3 payment method
- PLGSHPS-175: Add support for paymentlinks with backend orders
]]></changes>
<changes lang="de"><![CDATA[
- DAVAMS-240: Add in3 payment method
- PLGSHPS-175: Add support for paymentlinks with backend orders
]]></changes>
</changelog>
<changelog version="2.7.0">
<changes lang="en"><![CDATA[
- SUPD-746: Add Good4fun Giftcard
- PLGSHPS-202: Resolve error when saving order in backend
- DAVAMS-349: Update Trustly logo
]]></changes>
<changes lang="de"><![CDATA[
- SUPD-746: Add Good4fun Giftcard
- PLGSHPS-202: Resolve error when saving order in backend
- DAVAMS-349: Update Trustly logo
]]></changes>
</changelog>
<changelog version="2.6.0">
<changes lang="en"><![CDATA[
- Add generic gateway which can be used for branded giftcards
- Remove 'Mark order as shipped' button in backend
- DAVAMS-318: Rebrand Klarna to Klarna - buy now, pay later
- Order is marked as shipped at MultiSafepay when order status is changed to Completely delivered
]]></changes>
<changes lang="de"><![CDATA[
- Add generic gateway which can be used for branded giftcards
- Remove 'Mark order as shipped' button in backend
- DAVAMS-318: Rebrand Klarna to Klarna - buy now, pay later
- Order is marked as shipped at MultiSafepay when order status is changed to Completely delivered
]]></changes>
</changelog>
<changelog version="2.5.0">
<changes lang="en"><![CDATA[
- DAVAMS-274: Add CBC payment method
- Add support for tax free products
- PLGSHPS-198: Fix shipping costs tax rounding issue
- DAVAMS-301: Rebrand Direct Bank Transfer to Request to Pay
]]></changes>
<changes lang="de"><![CDATA[
- DAVAMS-274: Add CBC payment method
- Add support for tax free products
- PLGSHPS-198: Fix shipping costs tax rounding issue
- DAVAMS-301: Rebrand Direct Bank Transfer to Request to Pay
]]></changes>
</changelog>
</plugin>