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 320 #187

Merged
merged 7 commits into from
Jul 5, 2022
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
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