Skip to content

Commit

Permalink
Merge pull request #1058 from plentymarkets/franz/changelogs_20211227
Browse files Browse the repository at this point in the history
Added changelogs and changed version numbers. (Stand:24.12.)
  • Loading branch information
maxiroellplenty authored Dec 27, 2021
2 parents 79cf0f2 + c2460e6 commit 32aaa9a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions meta/documents/changelog_de.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes für IO

## v5.0.44 (2021-12-27) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.43...5.0.44" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

### Behoben

- Unter bestimmten Bedingungen konnte es zur falschen Darstellung des Warenkorbs kommen. Dies wurde behoben.
- Die Variable `CategoryController::$LANGUAGE_FROM_URL` wurde unter bestimmten Umständen mit falschen Werten befüllt. Dies wurde behoben.

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

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

## v5.0.44 (2021-12-27) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.43...5.0.44" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

### Fixed

- Under certain circumstances, the shopping cart was not displayed correctly. This has been fixed.
- Under certain circumstances, the variable `CategoryController::$LANGUAGE_FROM_URL` was filled with the wrong values. This has been fixed.

## v5.0.43 (2021-11-30) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.42...5.0.43" 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.43",
"version" : "5.0.44",
"name" : "IO",
"marketplaceName" : {"de": "IO","en": "IO"},
"license" : "AGPL-3.0",
Expand Down

0 comments on commit 32aaa9a

Please sign in to comment.