Changelog

Customer Checkout Registration

1.5.0

Compatibility with 3rd-party-PSP (TDMET-605)

  • Compatibility with Adyen-PSP

  • Update quote data after checkout registration

  • Fix sessions

Feature Auto-Login (TDMET-375)

  • Login customer after checkout registration

  • Update session data

  • Update cookie data

1.4.0

Module Enhancements (TDMET-599)

  • Integrate enhanced logging on registration workflow

  • Integrate enhanced exception handling

  • Refactor address validation and transformation

1.3.3

Quality Improvement

  • Integrate Static-Tests (TDMET-372)

  • Integrate Integration-Tests (TDMET-173)

  • Update user documentation

  • Update developer documentation / ReadMe

1.3.2

Fix amazon and magento template bug (TDMET-484)

  • Fix Amazon compatibility

  • Fix Magento init state for email check

1.3.1

Update license information (TDMET-474)

1.3.0

Feature Account-Generation-Config (TDMET-359)

  • Extend logic to use billing address as default shipping address

  • Config to set this logic based on shipping methods

  • Integrate Static-Tests

  • Code-Refactorings / Enhancements

1.2.2

Update license information (TDMET-474)

1.2.1

Support for Checkout Newsletter Subscription

  • Integrate Eventmanager

  • Fire dispatched event after customer registration

1.2.0

Feature PayPal

  • Implement Paypal Express support

1.1.5

Update license information (TDMET-474)

1.1.4

Support for Checkout Newsletter Subscription

  • Integrate Eventmanager

  • Fire dispached event after customer regsitration

1.1.3

Fix password

  • Fix password error on email change

1.1.2

Feature Backend Menu

  • Integrate MET-Base

  • New backend navigation point for module

1.1.1

Fix Registration

  • Additional check before place order

  • Refactorings

1.1.0

Persisting registration values

  • Extend checkout data to persist registration values

  • Adapt checkout init with persisted data

  • Clear checkout data after place order process

  • Refactoring and use of checkout data instead of html elements

1.0.13

Fix browser support

  • use 'var' instead of 'let'

1.0.12

Improvement address comparison

  • Check identical billing address and shipping address data

1.0.11

Improvement Magento Compatibility

  • Change Readme.md

  • Compatibility for 2.3.x

1.0.10

Improvement Docu/ReadMe

  • Update default options in readme

1.0.9

Improvement Docu/ReadMe

  • Add info how to extend customer Data with additional data

1.0.8

Improvement Docu/ReadMe

  • Restructure and cleanup readme.md

1.0.7

Fix security checkout data

  • Clear customer cart data on success page

1.0.6

Improvement Magento compatibility

  • Magento 2.3 compatibility

1.0.5

Improvement Stylings

  • Default css classes

  • Default styles

1.0.4

Fix Checkbox

  • Fix initial state

1.0.3

Fix Email handling

  • Fix for registration

  • Fix for login

1.0.2

Fix Configuration handling

  • Fixes for configuration handling on checkout frontend

  • Refactorings for Javascript code on checkout

1.0.1

Feature Configuration for Module

  • Configuration with defined default config values

  • CheckoutConfigProvider

  • Handle configs on checkout

1.0.0

First Module Version

  • Backend logic to register a customer

  • Functionality to connect order, checkout addresses with new customer

  • Implementation of API and Plugins