Skip to content

Commit

Permalink
Merge pull request #1210 from plentymarkets/chore/changelog_and_version
Browse files Browse the repository at this point in the history
add changelog
  • Loading branch information
stentrop authored Dec 12, 2024
2 parents 7db87dc + a3a4b9e commit 16afe3f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
8 changes: 6 additions & 2 deletions meta/documents/changelog_de.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# Release Notes für IO

## v5.0.70 (2024-11-28) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.68...5.0.70" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>
## v5.0.71 (2024-12-12) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.70...5.0.71" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

### Hinzugefügt

- Eine Möglichkeit zur Filterung der Herstellerdaten wurde hinzugefügt.
- Eine Möglichkeit zur Filterung der Herstellerdaten bei Set Artikeln wurde hinzugefügt.

### Geändert

- Der CategoryService benutzt jetzt eine Kernfunktion zur Ermittlung des Navigationsbaum. Dies führt zu einer besseren Performance.

## v5.0.70 (2024-11-28) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.68...5.0.70" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

- Eine Möglichkeit zur Filterung der Herstellerdaten wurde hinzugefügt.

## v5.0.68 (2024-09-26) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.64...5.0.68" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

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

## v5.0.71 (2024-12-12) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.70..5.0.71" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

### Added

- A possibility to filter manufacturer data for set items has been added.

### Changed

- The category service is now using a core method to get the navigation tree. This change improves the performance.

## v5.0.70 (2024-11-28) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.68..5.0.70" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

### Added
Expand All @@ -12,10 +22,6 @@

- Added an additional check for displaying the tracking link to ensure that the tracking link is only shown for shipping providers with tracking URLs.

### Changed

- The category service is now using a core method to get the navigation tree. This change improves the performance.

## v5.0.64 (2024-08-19) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.62...5.0.64" 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.70",
"version" : "5.0.71",
"name" : "IO",
"marketplaceName" : {"de": "IO","en": "IO"},
"license" : "AGPL-3.0",
Expand Down

0 comments on commit 16afe3f

Please sign in to comment.