Skip to content

Commit

Permalink
Merge pull request #1138 from plentymarkets/changelogs_20220808
Browse files Browse the repository at this point in the history
Add changelogs, change version number
  • Loading branch information
maxiroellplenty authored Aug 8, 2022
2 parents 680eb25 + 5a8987a commit e5dfc94
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
17 changes: 17 additions & 0 deletions meta/documents/changelog_de.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release Notes für IO

## v5.0.54 (2022-08-08) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.53...5.0.54" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

### TODO

- Die neue Route `/contact-mail-api` wurde hinzugefügt. Wenn du das plentyShop Kontaktformular verwendest (egal ob Standard oder per ShopBuilder-Inhalt), stelle sicher, dass diese Route im IO-Plugin aktiviert ist. Öffne dazu die Einstellungen des IO-Plugins in deinem Plugin-Set. Öffne den Reiter **Konfiguration**. Aktiviere in der Einstellung **Routen aktivieren** die Route `/contact-mail-api` und speichere deine Einstellungen. Wenn du das Kontaktformular *nicht* verwendest, stelle sicher, dass diese Route deaktiviert ist.

### Hinzugefügt

- Es wurde eine weitere Route `/contact-mail-api` geschaffen, über die du nun unabhängig von der Route `/contact` den Mail-Versand über das Kontaktformular aktivieren oder deaktivieren kannst. Beachte das TODO.

### Behoben

- Bei mehrsprachigen Shops konnte es zu Problemen bei der Warenkorb-URL kommen. Dies wurde behoben.
- Wenn Seiten mit Parameter aufgerufen wurden, die für den ShopBooster exkludiert wurden, konnte es zu fehlerhaftem Markup kommen. Dies wurde behoben.
- Auf mobilen Geräten konnte es bei der Kombination von Sprachwechsel und ShopBooster dazu kommen, dass die mobile Navigation in der zuvor ausgewählten Sprache angezeigt wurde. Dieses Verhalten wurde behoben.
- Bei Artikelsets mit Set-Komponenten, die Bestellmerkmale enthalten, kam es zur fehlerhaften Darstellung des Warenwerts. Dies wurde behoben.

## v5.0.53 (2022-07-04) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.52...5.0.53" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

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

## v5.0.54 (2022-08-08) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.53...5.0.54" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

### TODO

- If you are using the plentyShop contact form (either the standard template or via a ShopBuilder content), please make sure that the route `/contact-mail-api` is activated in the IO plugin. To check this, open the IO setting in your plugin set. Open the tab **Configuration**. In the setting **Activate routes**, activate the route `/contact-mail-api` and save your changes. If you do *not* use a plentyShop contact form, please make sure that the route `/contact-mail-api` is deactivated.

### Added

- The route `/contact-mail-api` has been added. You can use it to activate and deactivate the sending of mail via the contact form independently of the `/contact` route.

### Fixed

- For multilingual shops, errors could occurr in regards to the shopping cart URL. This has been fixed.
- If pages were called with parameters that were excluded from ShopBooster, faulty markup could be generated. This has been fixed.
- On mobile devices, the combination of language selection and ShopBooster could result in the mobile navigation being displayed in the previously selected language. This behaviour has been fixed.
- Item sets with set components that contained order characteristics could cause an incorrect display of the value of goods. This has been fixed.

## v5.0.53 (2022-07-04) <a href="https://github.com/plentymarkets/plugin-io/compare/5.0.52...5.0.53" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

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

0 comments on commit e5dfc94

Please sign in to comment.