Skip to content

Commit

Permalink
Release 6.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrowanwallee committed Nov 26, 2024
1 parent d88f45f commit 50eee86
Show file tree
Hide file tree
Showing 26 changed files with 1,220 additions and 641 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 6.1.10
- Multiple/bulk refund for line item.
- Partial line item refund.
- Fixed refund by line item option.
- Composer dependencies are managed by Shopware system

# 6.1.9
- Prevents calling a non existing method in webhook invocation.
- Prevents error if delivery data is empty
- Refactored composer.json, completing its require section.

# 6.1.8
- Implemented key signing
- Tax rate adjustment when products have different tax rates
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 6.1.10
- Mehrfache/gesammelte Rückerstattung für Einzelposten.
- Teilweise Rückerstattung von Einzelposten.
- Fehler bei der Rückerstattung durch die Option Einzelposten behoben.
- Composer-Abhängigkeiten werden vom Shopware-System verwaltet

# 6.1.9
- Verhindert das Aufrufen einer nicht existierenden Methode bei der Webhook-Ausführung.
- Verhindert einen Fehler, wenn Lieferdaten leer sind.
- Composer.json überarbeitet und den Abschnitt "require" vervollständigt.

# 6.1.8
- Schlüsselsignatur implementiert
- Steuersatzanpassung, wenn Produkte unterschiedliche Steuersätze haben
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The preferred method is via [composer](https://getcomposer.org). Follow the
[installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have
composer installed.

Once composer is installed, execute the following command in your project root to install this library:
Once composer is installed, execute the following command from the shop root to install the plugin:

```bash
composer require postfinancecheckout/shopware-6
Expand All @@ -53,6 +53,8 @@ Uncompress the zip file you download, and include the autoloader in your project

```bash
# unzip to ShopwareInstallDir/custom/plugins/PostFinanceCheckoutPayment
# For versions 6.1.10 and older, the SDK is installed automatically when installing the plugin in the shop, so you don't need to
# run the following command.
composer require postfinancecheckout/sdk 4.6.0
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache PostFinanceCheckoutPayment
Expand All @@ -71,7 +73,7 @@ tail -f var/log/postfinancecheckout_payment*.log

## Documentation

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

## License

Expand Down
124 changes: 62 additions & 62 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
{
"authors": [
{
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"name": "PostFinance Checkout"
}
],
"autoload": {
"psr-4": {
"PostFinanceCheckoutPayment\\": "src/"
}
},
"description": "PostFinanceCheckout integration for Shopware 6",
"extra": {
"copyright": "(c) by PostFinance Checkout",
"description": {
"de-DE": "PostFinanceCheckout integration f\u00fcr Shopware 6",
"en-GB": "PostFinanceCheckout integration for Shopware 6",
"fr-FR": "Int\u00e9gration de PostFinanceCheckout pour Shopware 6",
"it-IT": "Integrazione PostFinanceCheckout per Shopware"
},
"label": {
"de-DE": "PostFinanceCheckout Produkte f\u00fcr Shopware 6",
"en-GB": "PostFinanceCheckout Products for Shopware 6",
"fr-FR": "PostFinanceCheckout Produits for Shopware 6",
"it-IT": "PostFinanceCheckout Prodotti per Shopware 6"
},
"manufacturerLink": {
"de-DE": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"en-GB": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"fr-FR": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"it-IT": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html"
},
"supportLink": {
"de-DE": "https://www.postfinance.ch/en/business/support.html",
"en-GB": "https://www.postfinance.ch/en/business/support.html",
"fr-FR": "https://www.postfinance.ch/en/business/support.html",
"it-IT": "https://www.postfinance.ch/en/business/support.html"
},
"shopware-plugin-class": "PostFinanceCheckoutPayment\\PostFinanceCheckoutPayment"
},
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html/",
"keywords": [
"PostFinance Checkout",
"payment",
"php",
"shopware"
],
"license": "Apache-2.0",
"name": "postfinancecheckout/shopware-6",
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=8.2",
"shopware/core": "6.6.*",
"shopware/administration": "~6.6.0",
"shopware/storefront": "6.6.*",
"postfinancecheckout/sdk": "4.6.0"
},
"type": "shopware-platform-plugin",
"version": "6.1.9"
}
"authors": [
{
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"name": "PostFinance Checkout"
}
],
"autoload": {
"psr-4": {
"PostFinanceCheckoutPayment\\": "src/"
}
},
"description": "PostFinanceCheckout integration for Shopware 6",
"extra": {
"copyright": "(c) by PostFinance Checkout",
"description": {
"de-DE": "PostFinanceCheckout integration für Shopware 6",
"en-GB": "PostFinanceCheckout integration for Shopware 6",
"fr-FR": "Intégration de PostFinanceCheckout pour Shopware 6",
"it-IT": "Integrazione PostFinanceCheckout per Shopware"
},
"label": {
"de-DE": "PostFinanceCheckout Produkte für Shopware 6",
"en-GB": "PostFinanceCheckout Products for Shopware 6",
"fr-FR": "PostFinanceCheckout Produits for Shopware 6",
"it-IT": "PostFinanceCheckout Prodotti per Shopware 6"
},
"manufacturerLink": {
"de-DE": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"en-GB": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"fr-FR": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html",
"it-IT": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html"
},
"supportLink": {
"de-DE": "https://www.postfinance.ch/en/business/support.html",
"en-GB": "https://www.postfinance.ch/en/business/support.html",
"fr-FR": "https://www.postfinance.ch/en/business/support.html",
"it-IT": "https://www.postfinance.ch/en/business/support.html"
},
"shopware-plugin-class": "PostFinanceCheckoutPayment\\PostFinanceCheckoutPayment"
},
"homepage": "https://postfinance.ch/en/business/products/e-commerce/postfinance-checkout-all-in-one.html/",
"keywords": [
"PostFinance Checkout",
"payment",
"php",
"shopware"
],
"license": "Apache-2.0",
"name": "postfinancecheckout/shopware-6",
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=8.2",
"shopware/core": "~6.6.0",
"shopware/administration": "~6.6.0",
"shopware/storefront":"~6.6.0",
"postfinancecheckout/sdk": "^4.0.0"
},
"type": "shopware-platform-plugin",
"version": "6.1.10"
}
2 changes: 1 addition & 1 deletion docs/en/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>Documentation</h2> </div>
</a>
</li>
<li>
<a href="https://github.com/pfpayments/shopware-6/releases/tag/6.1.9/">
<a href="https://github.com/pfpayments/shopware-6/releases/tag/6.1.10/">
Source
</a>
</li>
Expand Down
Loading

0 comments on commit 50eee86

Please sign in to comment.