Skip to content

Commit

Permalink
Merge pull request #187 from PAYONE-GmbH/version-bump-320
Browse files Browse the repository at this point in the history
version bump to 320
  • Loading branch information
jvarelmann authored Jul 5, 2022
2 parents 29ad27f + 4deacea commit 4322e68
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, xdebug, curl, dom, fileinfo, gd, iconv, intl, json, xml, mbstring, pdo, phar, zip, sodium
tools: composer:v2
tools: composer:2.1.5
- name: Check PHP Version
run: php -v
- name: Check Composer Version
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,23 @@ Maintenance

Tested with:
Shopware 6.4.10.0

#3.2.0

New Features

* New payment method: Bancontact
* Added bankgrouptypes for iDEAL
* Add scheduled task to clean up redirect table
* Add due date for invoice on standard invoice

Bugfixes

* added shipping costs to line items
* fixed removal of secure invoice

Maintenance

* Changed renaming of payment methods
* Changed PAYONE Logo
* tested with 6.4.12
21 changes: 21 additions & 0 deletions CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,29 @@ Fehlerbehebungen
* Data Protection Check wird immer aktiviert

Wartung

* Artikel ohne Steuern werden beim Capture berücksichtigt
* Versandinformationen wurden bei Unzer hinzugefügt

Getestet mit:
Shopware 6.4.10.0

#3.2.0

Neue Funktionen

* Neue Zahlungsart: Bancontact
* Bankgruppen Typen für iDEAL hinzugefügt
* Regelmäßiges automatisiertes reinigen der redirect Tabelle
* Zahlungsziel auf den Standardrechnungen für den Rechnungskauf hinzugefügt

Fehlerbehebung

* Versandkosten zu einzelnen Artikeln hinzugefügt
* Fehler in Regel zur Entfernung des gesicherten Rechnungskaufs behoben

Wartung

* Umbenennung der Zahlungsarten
* PAYONE Logo ausgetauscht
* Getestet mit 6.4.12
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": "3.1.0",
"version": "3.2.0",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 4322e68

Please sign in to comment.