Skip to content

Releases: spryker/customer

7.12.0

17 Oct 14:46
Compare
Choose a tag to compare

Included commits: 7.11.1...7.12.0

Improvements

  • Expanded constructor CustomerTable

7.11.1

16 Oct 12:21
Compare
Choose a tag to compare

Included commits: 7.11.0...7.11.1

Bugfixes:

Changed salutation field in customer create form mandatory

7.11.0

04 Oct 18:49
Compare
Choose a tag to compare

Included commits: 7.10.2...7.11.0

Improvements

  • Added findCustomerByReference() facade method
  • 'AddressTransfer' will now include 'CountryTransfer'

7.10.2

25 Jul 09:27
Compare
Choose a tag to compare

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

11 Jul 12:40
Compare
Choose a tag to compare

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

12 Jun 18:38
Compare
Choose a tag to compare

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

29 May 08:14
Compare
Choose a tag to compare

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

14 May 14:39
Compare
Choose a tag to compare

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 and Customer::BCRYPT_SALT constants to protected.
  • Setting PHPStan level to 3, adjusting code to fulfil requirements.

7.8.0

23 Apr 06:20
Compare
Choose a tag to compare

Included commits: 7.7.1...7.8.0

Improvements

  • Extends facade to fetch a customer collection

7.7.1

05 Apr 18:06
Compare
Choose a tag to compare

Included commits: 7.7.0...7.7.1

Bugfixes

  • fix requre constraints