Skip to content

Commit

Permalink
Merge pull request #3608 from plentymarkets/changelog/changelog_5_0_69
Browse files Browse the repository at this point in the history
updated version and changelog
  • Loading branch information
Tim-M-S authored Nov 7, 2024
2 parents 0ae02f2 + d2a8f2d commit 1d228cc
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 7 deletions.
19 changes: 17 additions & 2 deletions meta/documents/changelog_de.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
# Release Notes für plentyShop LTS

## v5.0.69 (YYYY-MM-DD) <a href="https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...5.0.68" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>
## v5.0.69 (2024-11-06) <a href="https://github.com/plentymarkets/plugin-ceres/compare/5.0.68...5.0.69" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

### TODO

- Aufgrund von Änderungen an bestehenden Widgets müssen die ShopBuilder-Inhalte im Menü **CMS » ShopBuilder** über die Schaltfläche **Inhalte neu generieren** aktualisiert werden.

### Hinzugefügt

- In ShopBuilder können jetzt Variablen genutzt werden, um bei Herstellern außerhalb der Europäischen Union den Namen, die Postanschrift, die elektronische Adresse und die Telefonnummer des Verantwortlichen anzugeben.
- Die ShopBuilder-Vorlage für die Artikelansicht enthält nun ein neues Tab, in dem Informationen zur EU-verantwortlichen Person angezeigt werden, um die Anforderungen Produktsicherheitsverordnung (GPSR) zu erfüllen.
- Im Eingabefeld „HTML-Titel für Webshop“ eines Artikels kann jetzt den Title-Tag für Artikel angegeben werden. Wenn für einen Artikel kein Title-Tag hinterlegt ist, wird stattdessen der Fallback „Artikelname | Firmenname“ ausgegeben.
- Im Eingabefeld „HTML-Titel für Webshop“ eines Artikels kann jetzt der Title-Tag für Artikel angegeben werden. Wenn für einen Artikel kein Title-Tag hinterlegt ist, wird stattdessen der bisherige Fallback „Artikelname | Firmenname“ ausgegeben.
- Die Wunschliste enthält nun die Hinweistexte zur Mehrwertsteuer und zu den Versandkosten.

### Angepasste Templates

- Im Zuge des Releases von plentyShop LTS 5.0.69 gab es Änderungen an Template-Dateien die für Theme-Entwickler relevant sind. Die Verlinkung führt direkt zu der umgesetzten Änderung in der entsprechenden Datei.

- [resources/js/src/app/components/wishList/WishList.vue](https://github.com/plentymarkets/plugin-ceres/compare/5.0.68...stable#diff-6d45ccf2cd3d8bbfc18ca6a27e0b8738a386d2035ff5af1f6b45e9517b3b90bf)
- [resources/js/src/app/components/wishList/WishListItem.vue](https://github.com/plentymarkets/plugin-ceres/compare/5.0.68...stable#diff-be8788b59e5887730f9bb4aa5a12d093908265ff19c26bb5ddca99485e7d7621)
- [resources/views/Item/SingleItemWrapper.twig](https://github.com/plentymarkets/plugin-ceres/compare/5.0.68...stable#diff-192a8837dba88964356b7ecd49003fe083ed719e2c601b9623e6dd4b24be9326)
- [resources/views/PageDesign/Partials/PageMetadata.twig](https://github.com/plentymarkets/plugin-ceres/compare/5.0.68...stable#diff-98be1deb08f271fd2d41c05df5d33c20846032e5b77cb7ba59f615dda20d767f)

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

### TODO
Expand Down
18 changes: 16 additions & 2 deletions meta/documents/changelog_en.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# Release Notes for plentyShop LTS

## v5.0.69 (YYYY-MM-DD) <a href="https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...5.0.68" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
## v5.0.69 (2024-11-07) <a href="https://github.com/plentymarkets/plugin-ceres/compare/5.0.68...5.0.69" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

### TODO

- Due to changes to ShopBuilder widgets, it is necessary to regenerate the ShopBuilder contents via the **Regenerate contents** button in the **CMS » ShopBuilder** menu.

### Added

- When selling items by manufacturers outside the European Union, you can now use ShopBuilder variables to insert the name, address, email, and phone number of the person responsible.
- The shopBuilder preset for the single item view now includes a new tab for displaying information about the EU-Responsible Person in order to be GPSR-compliant.
- You can now specify the item title tag in the "HTML title for webshop" input field of an item. If no title tag has been stored for an item, the fallback "item name | company name" will be output instead.
- You can now specify the item title tag in the "HTML title for webshop" input field of an item. If no title tag has been saved for an item, the previous fallback "item name | company name" will be output instead.
- The wish list now contains information on value-added tax and shipping costs.

### Changed Templates

- In plentyShop LTS 5.0.69 we made changes to template files which are relevant for theme developers. You can find the changed templates below. The link directs you to the effected changes in the corresponding files.

- [resources/js/src/app/components/wishList/WishList.vue](https://github.com/plentymarkets/plugin-ceres/compare/5.0.68...stable#diff-6d45ccf2cd3d8bbfc18ca6a27e0b8738a386d2035ff5af1f6b45e9517b3b90bf)
- [resources/js/src/app/components/wishList/WishListItem.vue](https://github.com/plentymarkets/plugin-ceres/compare/5.0.68...stable#diff-be8788b59e5887730f9bb4aa5a12d093908265ff19c26bb5ddca99485e7d7621)
- [resources/views/Item/SingleItemWrapper.twig](https://github.com/plentymarkets/plugin-ceres/compare/5.0.68...stable#diff-192a8837dba88964356b7ecd49003fe083ed719e2c601b9623e6dd4b24be9326)
- [resources/views/PageDesign/Partials/PageMetadata.twig](https://github.com/plentymarkets/plugin-ceres/compare/5.0.68...stable#diff-98be1deb08f271fd2d41c05df5d33c20846032e5b77cb7ba59f615dda20d767f)

## v5.0.68 (2024-09-26) <a href="https://github.com/plentymarkets/plugin-ceres/compare/5.0.67...5.0.68" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ceres",
"license": "AGPL-3.0",
"version": "5.0.68",
"version": "5.0.69",
"repository": {
"type": "git",
"url": "https://github.com/plentymarkets/plugin-ceres.git"
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.68",
"version" : "5.0.69",
"name" : "Ceres",
"marketplaceName" : {"de": "plentyShop LTS","en": "plentyShop LTS"},
"description" : "This is the official plentyShop LTS plugin developed by plentymarkets. plentyShop LTS is the default template plugin for plentymarkets online stores.",
Expand Down

0 comments on commit 1d228cc

Please sign in to comment.