Releases: Endereco/endereco-shopware5-client
Release 3.4.2
Bugfix 3.4.1
- BUGfix: Default CSS can now be deactivated again.
- BUGfix: Standard CSS lässt sich nun wieder deaktivieren.
Release 3.4.0
- Feature: The module can be completely deactivated in the subshop.
- Feature: Error messages for email check will be displayed as text under the input (can be deactivated).
- Feature: Check status is more visible through colorfull background color.
- BUGfix: 400 errors should not fill the error log anymore.
- Feature: Im Subshop kann das Modul komplett deaktiviert werden.
- Feature: Fehlermeldungen werden unter der E-Mail Adresse anngezeigt (deaktivierbares Feature).
- Feature: Prüfungsstatus wird durch Hintergrundfarbe auffälliger.
- BUGfix: 400 Fehler sollen bei gesprerrten Diensten den Error-Log nicht überfüllen.
3.3.3 Bugfix Release
BUGfix:
- Errors with 400 code because of not assigned services will not be logged anymore.
- Country-ID to Country-Code and vice-versa mappings check if repository returns an objekt before reading the field value.
Feature:
- Added Republic of Kosovo to default countries selector.
BUGfix:
- 400 Fehler wegen gesperrten Diensten werden nicht mehr geloggt.
- bei Auflösung von Landes-ID zu Landeskürzel und umgekehrt, wird explizit geprüft, ob ein Objekt gefunden wurde.
Feature:
- Republik Kosovo zur Auswahl der Standardländer hinzugefügt.
3.3.0 Save address check status to order table
Changed:
- Address check status is now saved in orders attributes
- Changed some config texts
Anpassungen:
- Ergebnisse der Adressprüfung werden nun bei den Attributen einer Bestellung gespeichert
- Einige Texte einwenig angepasst
3.2.3 Compatibility improvement
- Added plugin description.
- Plugin name changed to distinguish between the store and github version.
- Improved compatibility between store and github versions.
- Pluginbeschreibung hinzugefügt.
- Plugin Name angepasst, um zwischen Store und gitHub Version zu unterscheiden.
- Kompatibilität zwischen Store und GitHub Version verbessert.
3.2.2 Bugfix release
The new function "Check existing customer" would reload the checkout/confirmation untill the addresses are all checked, which can cause an endless loop of reloads.
In this fix we extended the "checkAddresses" method of Endereco Service to return the number of successfully checked addresses. If this number is zero, we dont reload the checkout page.
On top of that, after the first attempt to automatically check the existing customer, we set a blocker flag in the session variable for the current user, which forbids the reload of the page in future page requests.
--
Die neue Funktion "Bestandskunden prüfen" würde die checkout/confirmation Seite solange neu laden, bis alle Adressen geprüft sind, was zu einer Endlosschleife des Nachladens führen kann.
In diesem Fix haben wir die "checkAddresses"-Methode des Endereco Service erweitert, um die Anzahl der erfolgreich geprüften Adressen zurückzugeben. Wenn diese Anzahl Null ist, wird die Checkout-Seite nicht neu geladen.
Darüber hinaus haben wir nach dem ersten Versuch, den bestehenden Kunden automatisch zu prüfen, ein Blocker-Flag in der Session-Variablen für den aktuellen Benutzer gesetzt, das das erneute Laden der Seite bei zukünftigen Seitenaufrufen verbietet.
3.2.1 Style patch
Increased the z-index of the address check modal.
--
Den Z-index des Adresscheckmodals erhöht.
3.2.0
3.2.0-rc.5
Rework splitStreet machanism.