Skip to content

Commit

Permalink
Merge pull request #1079 from plentymarkets/franz/changelogs_20220222
Browse files Browse the repository at this point in the history
Added changelogs and changed version number
  • Loading branch information
Dominik2809 authored Feb 24, 2022
2 parents a86cc49 + c389b0e commit 6e55dd0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions meta/documents/changelog_de.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release Notes für IO

## v5.0.46 (2022-02-24) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.45...5.0.46" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

### Geändert

- Vor- und Nachname werden jetzt in der Newsletter-Anmeldung auf unzulässige Zeichen überprüft, um Spam von Bots zu verhindern.

### Behoben

- Auf der Route `/place-order` wird die Umsatzsteueridentifikationsnummer nun hinsichtlich der Länge überprüft, bevor sie validiert wird.
- Die Option **Kategorien als Filteroptionen bei Suchergebnissen anzeigen** wurde umbenannt. Weiterhin wurde ein Fehler beim Speichern dieser Option behoben.
- Die URL der Domain wird nun der Sitemap hinzugefügt.
- Ein Darstellungsfehler bei auswählbaren Werten von Bestelleigenschaften auf der Auftragsbestätigungsseite und im **Mein Konto**-Bereich wurde behoben.
- Im Warenkorb wurden Gutscheine immer mit Bruttowerten angezeigt, auch wenn es sich bei dem Auftrag um eine Ausfuhrlieferung handelte. Dies wurde behoben.
- Ein Fehler bei der Erkennung der Artikeleinzelansicht wurde behoben.
- Bei einer Passwortänderung wird der betroffene Account nun aus allen verknüpften Geräten ausgeloggt.

## v5.0.45 (2022-01-18) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.44...5.0.45" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

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

## v5.0.46 (2022-02-24) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.45...5.0.46" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

### Changed

- In the newsletter registration, first and last names are now checked for invalid characters in order to prevent spam.

### Fixed

- For the route `/place-order`, the VAT identification number is now checked for length before it is validated.
- The setting **Show categories as filter options for search results** has been renamed and an error that occurred during saving was fixed.
- The URL of the domain is now added to the sitemap.
- Due to an error, selectable values of order properties were incorrectly displayed in the **My Account** area and on the order confirmation page.
- In the shopping cart, coupons were always displayed with gross values, even if the order was an export delivery. This has been fixed.
- Due to an error, single item pages were not always detected by the plugin. This has been fixed.
- When a user changes their password, the affected account is now logged out of all linked devices.

## v5.0.45 (2022-01-18) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.44...5.0.45" 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.45",
"version" : "5.0.46",
"name" : "IO",
"marketplaceName" : {"de": "IO","en": "IO"},
"license" : "AGPL-3.0",
Expand Down

0 comments on commit 6e55dd0

Please sign in to comment.