Skip to content

Releases: Endereco/endereco-shopware5-client

3.2.0 release candidate 4

01 Oct 15:20
Compare
Choose a tag to compare
Pre-release

Added fixes:

  • Fix streetSplit bug
  • Fix double address check trigger bug
  • Fix missing required attribut removal bug

3.2.0 release candidate 3

29 Sep 15:45
Compare
Choose a tag to compare
Pre-release

Fixeed some bugs in js module

3.2.0 release candidate 2

28 Sep 13:37
Compare
Choose a tag to compare
Pre-release

See release notes of the 3.2.0-rc.1

Additionaly we added existance check for user address attributes: before they are added or deleted the programm checks if they exist in the first place and if the operation makes sense.

Additionaly we clean http cache, when settings are changed and saved.

Finally the js module is now sending proper "submit" event, before autosubmitting the form, which allows third party code to interrupt the submit and add custom functionality e.g. validation of the form.

3.2.0 release candidate

24 Sep 11:53
Compare
Choose a tag to compare
Pre-release

In this release we focused on automatic address checks for existing customers. The flow of the check has been extended: we now check the customer address on login. If the addresses check status is empty or 'address_not_checked', then we send those addresses to endereco service, check them and on return save the check statuses and possible address predictions as address attributes. When the customer finally lands in the last step of checkout and one or two of his active addresses needs correction, the address modal will be automatically opened and the endereco address modal will be displayed asking customer to select a correct address.

Because we are saving the address predictions in the customers address, we can manage the whole workflow with only one address check call for each address.

Release 3.1.0

15 Sep 14:23
Compare
Choose a tag to compare

Release 3.1.0

New features:

  • AddressCheck trigger on submit can now be deactivated (advanced option for developers).
  • It is possible to define if after the address is selected in the addresscheck modal, the submit should be continued or interrupted.
  • The module styles are now loaded through a separate link.
  • The module tries to recognize the current shop language and save it in config file for better address output. e.g. "Wien" for german, "Vienna" for english etc.

Fixed bugs:

  • Large empty area after the address fields in my-account/address because of clear:both element should not appear anymore. Div with clear:both removed, correct break is implemented with css styles only.
  • Fixed the bug with disabling plugin css.
  • Removed XmlPluginReader because it caused an error in shopware 5.5. Replaced it with simplexml_load_file.

Release 3.0.1

03 Sep 11:58
Compare
Choose a tag to compare

Release 3.0.1

In this release we recreated the js part of our solution, to match new requirements. The module has a strong focus on privacy and gdpr compliance. From 3.0.0 on our module doesn't use any kind of cookies or localstorage.

Other features:

  • Compatibility with DHL Wunschpaket
  • Street can be optionally splitted to streetname and housenumber
  • Performance and loading speed improved
  • IE support improved through more modern polyfills
  • New design for autocomplete dropdown and addresscheck modal. The differences in entered addresses are marked.
  • Its possible to define a default country, that will be preselected if no country is selected originally
  • LTR/RTL support
  • Improved performance of io.php proxy file
  • Smart Autocomplete. Prefills the input field automatically if there is only one prediction for the entry.
  • Salutation is selected automatically, if user forgot to select it and his first name can be clearly identified as male or female
  • Address check status and a timestamp of validation is saved in the database
  • The first prediction in addresscheck modal and autocomplete dropdown are preselected
  • Added support for additional info input
  • Improved API for integration