Skip to content

Commit

Permalink
Merge pull request #207 from plentymarkets/docs/release_1.1.0
Browse files Browse the repository at this point in the history
docs: release 1.1.0
  • Loading branch information
ksted authored Nov 3, 2023
2 parents 8651005 + 391b578 commit 8889ac4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions docs/changelog/changelog_de.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog plentyshopPWA

## v1.1.0 (XX.XX.2023) <a href="https://github.com/plentymarkets/plentyshop-pwa/compare/v1.0.0...v1.1.0" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>
## v1.1.0 (03.11.2023) <a href="https://github.com/plentymarkets/plentyshop-pwa/compare/v1.0.0...v1.1.0" target="_blank" rel="noopener"><b>Übersicht aller Änderungen</b></a>

### TODO

Expand All @@ -10,31 +10,31 @@

- PayPal Express Checkout hinzugefügt
- PayPal-Kreditkarten-Zahlungsoption hinzugefügt
- PayPal: Die "integration.config"-Datei wird nicht mehr benötigt
- PayPal: Die Datei `integration.config` wird nicht mehr benötigt
- Mein Konto: Die Erstellung und Bearbeitung von Versand- und Rechnungsadressen ist jetzt möglich
- Mein Konto: Die Auftragshistorie zeigt die letzten Bestellungen von eingeloggten Kund:innen an
- Mein Konto: Die Retourenhistorie zeigt die letzten Retouren von eingeloggten Kund:innen an
- Die Bestellbestätigung zeigt jetzt alle relevanten Daten der Bestellung an
- Die Bestellbestätigung zeigt jetzt Schaltflächen zum Download von Auftragsdokumenten an
- Die Bestellbestätigung kann nach der Authentifizierung über einen Link aufgerufen werden
- Die Bestellbestätigung ist jetzt auch über die Auftragshistorie erreichbar
- Nicht verkäufliche Artikel werden als solche gekennzeichnet
- Die Anzeige von Mengen-/Staffelpreisen auf Artikelseiten wurde hinzugefügt
- Weitere Standardbenachrichtigungen für eine Vielzahl von Interaktionen in der PWA hinzugefügt
- Ladeanimationen hinzugefügt
- Nicht verkäufliche Produkte werden als solche gekennzeichnet
- Die Anzeige von Mengen-/Staffelpreisen auf Produktseiten wurde hinzugefügt
- Anzeige von Netto-/Bruttopreisen je nach Konfiguration
- Menü im Header hinzugefügt, um zwischen verschiedenen Sprachversionen der PWA zu wechseln
- Mehrsprachige URLs werden nun für verschiedene Sprachversionen der PWA verwendet
- Strukturierte Daten für Breadcrumbs, Logo, Kategorien und Produkte hinzugefügt
- Composable hinzugefügt, das kanonische URL-Metadaten für statische Seiten setzt.
- Benachrichtigung für das Löschen eines Artikels aus dem Warenkorb
- Weitere Standardbenachrichtigungen für eine Vielzahl von Interaktionen in der PWA hinzugefügt
- Ladeanimationen hinzugefügt

### Geändert

- Überarbeitete Logik für Produkte mit mehreren Attributen
- Aktueller Staffelpreis wird jetzt auf Produktseite markiert
- Bei Produkten mit unterschiedlichen Preisen wird auf der Kategorieseite der niedrigste Preis als "ab Preis" angezeigt
- Die URL-Struktur wurde aktualisiert und ähnelt nun mehr der von plentyShop LTS
- Überarbeitete Logik für Artikel mit mehreren Attributen
- Aktueller Staffelpreis wird jetzt auf Artikelseite markiert
- Die Position der Benachrichtungen wurde geändert
- Bei Artikeln mit unterschiedlichen Preisen wird auf der Kategorieseite der niedrigste Preis als "ab Preis" angezeigt

### Behoben

Expand Down
22 changes: 11 additions & 11 deletions docs/changelog/changelog_en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog plentyshopPWA

## v1.1.0 (XX.XX.2023) <a href="https://github.com/plentymarkets/plentyshop-pwa/compare/v1.0.0...v1.0.1" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
## v1.1.0 (2023-11-03) <a href="https://github.com/plentymarkets/plentyshop-pwa/compare/v1.0.0...v1.1.0" target="_blank" rel="noopener"><b>Overview of all changes</b></a>

### TODO

Expand All @@ -10,31 +10,31 @@

- Added PayPal Express Checkout
- Added PayPal payment option for credit cards
- PayPal: The "integration.config"-file is no longer required
- MyAccount: The creation and editing of shipping and billing addresses is now possilbe
- PayPal: The `integration.config` file is no longer required
- MyAccount: The creation and editing of shipping and billing addresses is now possible
- MyAccount: The order history shows the latest orders of the logged-in customer
- MyAccount: The return history shows the latest returns of the logged-in customer
- The order confirmation now shows all relevant data of the order
- The order confirmation now displays buttons to download order documents
- The order confirmation can now be accessed via a link after authentication
- The order confirmation is now also accessible via the order history
- None saleable items are marked as such
- Added display of bulk and graduated prices on item pages
- Added more default notifications for a variaty of interactions in the PWA
- Added loading animations where applicable
- None saleable products are marked as such
- Added display of bulk and graduated prices on product pages
- Display of net/gross prices depending on the configuration
- Added menu to header to switch between different language versions of the PWA
- Multilingual URLs are now used for different language versions of the PWA
- Added structured data for breadcrumbs, categories, products and logo
- Added composable that sets canonical url metadata for static pages.
- Added notification for deleting an item from the cart
- Added more default notifications for a variaty of interactions in the PWA
- Added loading animations where applicable

### Changed

- Reworked logic of products with multiple attributes
- Current bulk price is now marked on product pages
- For products with different prices, the cheapest price is displayed as "from price" on the category page
- Updated URL structure to be more similar to plentyShop LTS
- Reworked logic of items with multiple attributes
- Current bulk price is now marked on item pages
- Changed position of notifications
- For items with different prices, the cheapest price is displayed as "from price" on the category page

### Fixed

Expand Down

0 comments on commit 8889ac4

Please sign in to comment.