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

## v5.0.42 (2021-11-15) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.41...5.0.42" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

### Geändert

- Die Metadaten zu Dateien, die im Webspace liegen, werden jetzt kernseitig bezogen. Dies führt zu einer Verbesserung der TTFB.
- Weitere Kategoriedaten werden jetzt über den Lazyloader bezogen, um die Datenbank zu entlasten.
- Die Performance im Bereich ausgeführter Datenbeschaffungen für verlinkte Varianten im ShopBuilder wurde optimiert.

### Behoben

- Beim Lieferlandwechsel wurden ungültig Artikel nicht aus dem Warenkorb entfernt. Dies wurde behoben.
- Die Daten von Eigenschaften werden nun bei Artikeln in der **Zuletzt angesehen**-Artikelliste korrekt ausgegeben.
- Bei Fehlern während der Initialisierung der Kontext-Klassen wird die entsprechende Seite nicht mehr im ShopBooster gecached.

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

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

## v5.0.42 (2021-11-15) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.41...5.0.42" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

### Changed

- The meta data for files in the webspace are now collected from the plentymarkets core, which leads to an improved TTFB.
- Additional category data is now loaded via the lazyloader, in order to reduce database traffic.
- The performance of data procurement for linked variations in ShopBuilder has been improved.

### Fixed

- Invalid items were not removed from the shopping cart when a user changed the country of delivery. This has been fixed.
- The data of properties is now correctly displayed for items in **Last seen** item lists.
- If errors occur during the initialisation of the context classes, the corresponding page is no longer cached in ShopBooster.

## v5.0.41 (2021-10-20) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.40...5.0.41" 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.41",
"version" : "5.0.42",
"name" : "IO",
"marketplaceName" : {"de": "IO","en": "IO"},
"license" : "AGPL-3.0",
Expand Down

0 comments on commit 67dda88

Please sign in to comment.