Skip to content

Commit

Permalink
Added changelogs and changed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
fmutschler committed Sep 14, 2020
1 parent 90be13a commit d496af2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
12 changes: 12 additions & 0 deletions meta/documents/changelog_de.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release Notes für IO

## v5.0.12 (2020-09-14) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.11...5.0.12" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

### Behoben

- Die Twig-Funktion `query_string()` berücksichtig ab sofort nur noch Parameter aus der URL-Query.
- Beim Anlegen eines Auftrags wurde der Kundenwunsch nicht korrekt weitergereicht, wenn die PayPal-Zahlung abgebrochen wurde. Dieses Verhalten wurde behoben.
- In der Auftragshistorie wurde ein falscher Warenwert angezeigt, wenn ein Auftrag mit einem Kundenklassenrabatt angelegt wurde. Dies wurde behoben.
- Ab sofort wird ein entsprechender Hinweis eingeblendet, nachdem ein ungültiger Gutschein aus dem Warenkorb entfernt wurde.
- Unter bestimmten Umständen wurden SingleItem-Templates nicht richtig erkannt, was zu Darstellungsfehlern führen konne. Dies wurde behoben.
- Bestimmte Kombinationen von Einstellungen konnten zu Fehlern beim Aufteilen von Artikelpaketen für Retouren führen. Dies wurde behoben.
- Bei der Registrierung konnte es vorkommen, dass trotz eingeblendeter Fehlermeldung ein Kontakt angelegt wurde. Dieses Verhalten wurde behoben.

## v5.0.11 (2020-09-01) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.10...5.0.11" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

### Behoben
Expand Down
12 changes: 12 additions & 0 deletions meta/documents/changelog_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release Notes for IO

## v5.0.12 (2020-09-14) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.11...5.0.12" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

### Fixed

- The Twig function `query_string()` now only considers parameters from the URL query.
- During the creation of an order, the customer wish was not passed on correctly if the customer had aborted the PayPal payment procedure. This behaviour has been fixed.
- The order history displayed the wrong value of goods if an order had been created that included a customer class rebate. This has been fixed.
- A notification is now displayed when an invalid gift card is removed from the shopping cart.
- Under certain circumstances, the SingleItem template could not be detected, which could lead to display errors. This has been fixed.
- Certain combinations of settings could lead to errors concerning the splitting of item bundles for returns. This has been fixed.
- In the registration process, it was possible that a contact was created, even if a contradictory error message had been displayed. This behaviour has been fixed.

## v5.0.11 (2020-09-01) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.10...5.0.11" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version" : "5.0.11",
"version" : "5.0.12",
"name" : "IO",
"marketplaceName" : {"de": "IO","en": "IO"},
"license" : "AGPL-3.0",
Expand Down

0 comments on commit d496af2

Please sign in to comment.