Skip to content

Commit 76e6572

Browse files
committedFeb 4, 2025
Release 6.1.11
1 parent 50eee86 commit 76e6572

File tree

14 files changed

+185
-115
lines changed

14 files changed

+185
-115
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 6.1.11
2+
- Implement payment page integration.
3+
- Fixed bug with duplicate payment methods appearing
4+
15
# 6.1.10
26
- Multiple/bulk refund for line item.
37
- Partial line item refund.

‎CHANGELOG_de-DE.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 6.1.11
2+
- Integration der Zahlungsseite implementieren.
3+
- Fehler mit doppelten angezeigten Zahlungsmethoden behoben
4+
15
# 6.1.10
26
- Mehrfache/gesammelte Rückerstattung für Einzelposten.
37
- Teilweise Rückerstattung von Einzelposten.

‎LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2024 wallee AG
189+
Copyright 2025 wallee AG
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tail -f var/log/postfinancecheckout_payment*.log
7373

7474
## Documentation
7575

76-
[Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/6.1.10/docs/en/documentation.html)
76+
[Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/shopware-6/6.1.11/docs/en/documentation.html)
7777

7878
## License
7979

‎composer.json

+62-62
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
{
2-
"authors": [
3-
{
4-
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
5-
"name": "PostFinance Checkout"
6-
}
7-
],
8-
"autoload": {
9-
"psr-4": {
10-
"PostFinanceCheckoutPayment\\": "src/"
11-
}
12-
},
13-
"description": "PostFinanceCheckout integration for Shopware 6",
14-
"extra": {
15-
"copyright": "(c) by PostFinance Checkout",
16-
"description": {
17-
"de-DE": "PostFinanceCheckout integration für Shopware 6",
18-
"en-GB": "PostFinanceCheckout integration for Shopware 6",
19-
"fr-FR": "Intégration de PostFinanceCheckout pour Shopware 6",
20-
"it-IT": "Integrazione PostFinanceCheckout per Shopware"
21-
},
22-
"label": {
23-
"de-DE": "PostFinanceCheckout Produkte für Shopware 6",
24-
"en-GB": "PostFinanceCheckout Products for Shopware 6",
25-
"fr-FR": "PostFinanceCheckout Produits for Shopware 6",
26-
"it-IT": "PostFinanceCheckout Prodotti per Shopware 6"
27-
},
28-
"manufacturerLink": {
29-
"de-DE": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
30-
"en-GB": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
31-
"fr-FR": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
32-
"it-IT": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html"
33-
},
34-
"supportLink": {
35-
"de-DE": "https://www.postfinance.ch/en/business/support.html",
36-
"en-GB": "https://www.postfinance.ch/en/business/support.html",
37-
"fr-FR": "https://www.postfinance.ch/en/business/support.html",
38-
"it-IT": "https://www.postfinance.ch/en/business/support.html"
39-
},
40-
"shopware-plugin-class": "PostFinanceCheckoutPayment\\PostFinanceCheckoutPayment"
41-
},
42-
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html/",
43-
"keywords": [
44-
"PostFinance Checkout",
45-
"payment",
46-
"php",
47-
"shopware"
48-
],
49-
"license": "Apache-2.0",
50-
"name": "postfinancecheckout/shopware-6",
51-
"require": {
52-
"ext-curl": "*",
53-
"ext-json": "*",
54-
"ext-mbstring": "*",
55-
"php": ">=8.2",
56-
"shopware/core": "~6.6.0",
57-
"shopware/administration": "~6.6.0",
58-
"shopware/storefront":"~6.6.0",
59-
"postfinancecheckout/sdk": "^4.0.0"
60-
},
61-
"type": "shopware-platform-plugin",
62-
"version": "6.1.10"
63-
}
2+
"authors": [
3+
{
4+
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
5+
"name": "PostFinance Checkout"
6+
}
7+
],
8+
"autoload": {
9+
"psr-4": {
10+
"PostFinanceCheckoutPayment\\": "src/"
11+
}
12+
},
13+
"description": "PostFinanceCheckout integration for Shopware 6",
14+
"extra": {
15+
"copyright": "(c) by PostFinance Checkout",
16+
"description": {
17+
"de-DE": "PostFinanceCheckout integration f\u00fcr Shopware 6",
18+
"en-GB": "PostFinanceCheckout integration for Shopware 6",
19+
"fr-FR": "Int\u00e9gration de PostFinanceCheckout pour Shopware 6",
20+
"it-IT": "Integrazione PostFinanceCheckout per Shopware"
21+
},
22+
"label": {
23+
"de-DE": "PostFinanceCheckout Produkte f\u00fcr Shopware 6",
24+
"en-GB": "PostFinanceCheckout Products for Shopware 6",
25+
"fr-FR": "PostFinanceCheckout Produits for Shopware 6",
26+
"it-IT": "PostFinanceCheckout Prodotti per Shopware 6"
27+
},
28+
"manufacturerLink": {
29+
"de-DE": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
30+
"en-GB": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
31+
"fr-FR": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
32+
"it-IT": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html"
33+
},
34+
"supportLink": {
35+
"de-DE": "https://www.postfinance.ch/en/business/support.html",
36+
"en-GB": "https://www.postfinance.ch/en/business/support.html",
37+
"fr-FR": "https://www.postfinance.ch/en/business/support.html",
38+
"it-IT": "https://www.postfinance.ch/en/business/support.html"
39+
},
40+
"shopware-plugin-class": "PostFinanceCheckoutPayment\\PostFinanceCheckoutPayment"
41+
},
42+
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html/",
43+
"keywords": [
44+
"PostFinance Checkout",
45+
"payment",
46+
"php",
47+
"shopware"
48+
],
49+
"license": "Apache-2.0",
50+
"name": "postfinancecheckout/shopware-6",
51+
"require": {
52+
"ext-curl": "*",
53+
"ext-json": "*",
54+
"ext-mbstring": "*",
55+
"php": ">=8.2",
56+
"shopware/core": "6.6.*",
57+
"shopware/administration": "~6.6.0",
58+
"shopware/storefront": "6.6.*",
59+
"postfinancecheckout/sdk": "4.6.0"
60+
},
61+
"type": "shopware-platform-plugin",
62+
"version": "6.1.11"
63+
}

‎docs/en/documentation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>Documentation</h2> </div>
2323
</a>
2424
</li>
2525
<li>
26-
<a href="https://github.com/pfpayments/shopware-6/releases/tag/6.1.10/">
26+
<a href="https://github.com/pfpayments/shopware-6/releases/tag/6.1.11/">
2727
Source
2828
</a>
2929
</li>

0 commit comments

Comments
 (0)
Please sign in to comment.