Skip to content

Releases: Endereco/endereco-shopware5-client

Release 3.4.2

11 Feb 12:39
Compare
Choose a tag to compare
  • Issue #4 Client Information ist bei GitHub und Store Version gleich
  • Issue #3 Falscher referer bei serverseitigen Anfragen

Bugfix 3.4.1

02 Dec 08:06
Compare
Choose a tag to compare
  • BUGfix: Default CSS can now be deactivated again.

  • BUGfix: Standard CSS lässt sich nun wieder deaktivieren.

Release 3.4.0

01 Dec 11:33
Compare
Choose a tag to compare
  • 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

12 Nov 12:42
Compare
Choose a tag to compare

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

27 Oct 13:49
Compare
Choose a tag to compare

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

21 Oct 14:18
Compare
Choose a tag to compare
  • 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

09 Oct 12:31
Compare
Choose a tag to compare

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

08 Oct 14:35
Compare
Choose a tag to compare

Increased the z-index of the address check modal.

--

Den Z-index des Adresscheckmodals erhöht.

3.2.0

05 Oct 11:49
Compare
Choose a tag to compare
feat: add timeout to io.php, extend css and js

3.2.0-rc.5

02 Oct 12:14
Compare
Choose a tag to compare
3.2.0-rc.5 Pre-release
Pre-release

Rework splitStreet machanism.