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 612 #328

Merged
merged 1 commit into from
Aug 22, 2024
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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,3 +394,24 @@ Maintenance
Bugfix

* removed old .js file

# 6.1.2

New Features

* enable line items for all payment methods
* add line item details in order details page

Bugfixes

* fixed problems with payment filter
* fixed problems with rights assignment
* fixed problem with Notification Forward Detail Page (Thanks @hgnb99)
* fixed problem with Apple Pay

Maintenance

* add credit card holder
* removed storage of SEPA mandates
* edit composer.json
* tested with 6.6.5.1
21 changes: 21 additions & 0 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,3 +381,24 @@ Wartung
Fehlerbehebung

* alte .js Datei entfernt

# 6.1.2

Neue Funktionen

* Einzelartikel für alle Zahlungsarten aktivieren
* Hinzufügen von Artikeldetails auf der Bestellungsdetailseite

Fehlerbehebungen

* Probleme mit dem Zahlungsfilter behoben
* Probleme mit der Rechtevergabe behoben
* Problem mit der Benachrichtigungsweiterleitungs-Detailseite behoben (Danke @hgnb99)
* Problem mit Apple Pay behoben

Wartung

* Kreditkarteninhaber hinzufügen
* Speicherung von SEPA-Mandaten entfernt
* composer.json angepasst
* getestet mit 6.6.5.1
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.0.1",
"version": "6.1.2",
"license": "MIT",
"authors": [
{
Expand Down
Loading