diff --git a/docs/changelog/changelog_de.md b/docs/changelog/changelog_de.md index 8285c622b..e3ecd76f8 100644 --- a/docs/changelog/changelog_de.md +++ b/docs/changelog/changelog_de.md @@ -1,6 +1,6 @@ # Changelog plentyshopPWA -## v1.1.0 (XX.XX.2023) Übersicht aller Änderungen +## v1.1.0 (03.11.2023) Übersicht aller Änderungen ### TODO @@ -10,7 +10,7 @@ - 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 @@ -18,23 +18,23 @@ - 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 diff --git a/docs/changelog/changelog_en.md b/docs/changelog/changelog_en.md index f15e01197..90bf0aa18 100644 --- a/docs/changelog/changelog_en.md +++ b/docs/changelog/changelog_en.md @@ -1,6 +1,6 @@ # Changelog plentyshopPWA -## v1.1.0 (XX.XX.2023) Overview of all changes +## v1.1.0 (2023-11-03) Overview of all changes ### TODO @@ -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