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 241 #146

Merged
merged 1 commit into from
Oct 28, 2021
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
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,26 @@ Bugfixes
Maintenance

* Compatibility with 0€ orders
* tested with 6.4.1
* tested with 6.4.1

# 2.4.1

New Features

* Deactivate payone payment methods on zero amount carts
* Add apple-pay
* Add payment method description

Bugfixes

* Fix config loading error
* Fix storefront requests
* Fix missing service
* Fix missing customer parameter on prepayment

Maintenance

* Fix backwards compatibility
* Removed cardtype type discover
* Add dependency to GitHub pipeline
* Add fix for Version 6.4.5.0
24 changes: 23 additions & 1 deletion CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,26 @@ Fehlerbehebungen
Wartung

* Kompatibel mit 0€ Bestellungen
* getestet mit 6.4.1
* getestet mit 6.4.1

# 2.4.1

Neue Funktionen

* PAYONE Zahlungsarten für 0€ Bestellungen gesperrt
* Apple-pay hinzugefügt
* Zahlartenbeschreibung hinzugefügt

Fehlerbehebungen

* Fehler beim Laden der Konfiguration behoben
* Storefront Anfragen korrigiert
* Fehlende Services behoben
* Fehlender Parameter bei der Vorkasse hinzugefügt

Wartung

* Abwärtskompatibilität beheben
* Kartentyp Discover entfernt
* Abhängigkeit zur GitHub-Pipeline hinzufügen
* getestet mit 6.4.5.0
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": "2.4.0",
"version": "2.4.1",
"license": "MIT",
"authors": [
{
Expand Down