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 Nov 9, 2020
1 parent befbd89 commit 94531a7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions meta/documents/changelog_de.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes für IO

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

### Behoben

- Bei dem Runden von Preisen mit mehr als 2 Nachkommastellen konnte es zu Fehlern kommen. Dies wurde behoben.
- Bei Artikelsets wurden die Eigenschaften der initial angezeigten Varianten nicht korrekt geladen. Dies wurde behoben.
- Beim Aufrufen der Bestellbestätigungsseite kam es unter bestimmten Umständen zu Fehlermeldungen im Log. Dies wurde behoben.
- Im ShopBuilder wurden nicht immer alle Beispieldaten eines Artikels angezeigt, wenn diese den Wert 0 hatten. Dies wurde behoben.

## v5.0.14 (2020-10-20) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.13...5.0.14" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

### Geändert
Expand Down
9 changes: 9 additions & 0 deletions meta/documents/changelog_en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release Notes for IO

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

### Fixed

- Rounding prices with more than 2 decimal places could lead to errors. This has been fixed.
- The properties of the initially displayed variations of item sets were not loaded correctly. This has been fixed.
- Under certain circumstances, accessing the order confirmation page could lead to error notifications in the log. This has been fixed.
- The ShopBuilder did not display all sample data of an item, if this data had the value 0. This has been fixed.

## v5.0.14 (2020-10-20) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.13...5.0.14" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

### Changed
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.14",
"version" : "5.0.15",
"name" : "IO",
"marketplaceName" : {"de": "IO","en": "IO"},
"license" : "AGPL-3.0",
Expand Down

0 comments on commit 94531a7

Please sign in to comment.