Releases: spryker/customer
Releases · spryker/customer
7.12.0
7.11.1
Included commits: 7.11.0...7.11.1
Bugfixes:
Changed salutation field in customer create form mandatory
7.11.0
Included commits: 7.10.2...7.11.0
Improvements
- Added
findCustomerByReference()
facade method - 'AddressTransfer' will now include 'CountryTransfer'
7.10.2
Included commits: 7.10.1...7.10.2
Bugfixes
Customer's Gateway::addressAction()
now returns empty AddressTransfer instead of null while it catches AddressNotFoundException.
7.10.1
Included commits: 7.10.0...7.10.1
Bugfixes
CustomerRestoredPasswordConfirmationMailTypePlugin: fixed incorrect glossary key for restore password confirmation email;
Customer: fixed missing locale for password restore password result email
7.10.0
Included commits: 7.9.0...7.10.0
Improvements
- Customer registration also expands the returned Customer transfer object with the configured expander plugins.
7.9.0
Included commits: 7.8.1...7.9.0
Improvements
Added extension point (plugin stack) to be executed post registration.
Added data cleanups to test helpers
7.8.1
Included commits: 7.8.0...7.8.1
Bugfixes
- Passwords are encoded now regardless if they begin with
$2
or not. - Changed visibility for
Customer::BCRYPT_FACTOR
andCustomer::BCRYPT_SALT
constants toprotected
. - Setting PHPStan level to 3, adjusting code to fulfil requirements.