Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version bump to 620 #343

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,19 @@ Maintenance
* removed storage of SEPA mandates
* edit composer.json
* tested with 6.6.5.1

# 6.2.0

New Features

* new payment method: PayPal v2
* new payment method: PayPal Express v2

Bugfix

* show error notification in backend only in case of an error

Maintenance

* webhooks: add sort-order for handlers to prevent wrong order
* tested with 6.6.9
16 changes: 16 additions & 0 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,3 +402,19 @@ Wartung
* Speicherung von SEPA-Mandaten entfernt
* composer.json angepasst
* getestet mit 6.6.5.1

# 6.2.0

Neue Funktionen

* neue Zahlart: PayPal v2
* neue Zahlart: PayPal Express v2

Fehlerbehebung

* zeigt Fehlermeldungen im Backend nur noch bei tatsächlichem Fehler an

Wartung

* webhooks: Sortierreihenfolge für Handler hinzugefügt
* getestet mit 6.6.9
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "payone-gmbh/shopware-6",
"type": "shopware-platform-plugin",
"description": "PAYONE Payment Plugin",
"version": "6.1.2",
"version": "6.2.0",
"license": "MIT",
"authors": [
{
Expand Down
Loading