Skip to content

Releases: spryker/customer

7.66.0

23 Dec 10:15
Compare
Choose a tag to compare

Included commits: 7.65.0...7.66.0

Improvements

  • Adjusted EditController::indexAction() to have the ability to edit email.

7.65.0

11 Dec 18:24
Compare
Choose a tag to compare

Included commits: 7.64.0...7.65.0

Improvements

  • Increased value for CustomerConfig::getCustomerPasswordMaxLength().

7.64.0

03 Dec 11:30
Compare
Choose a tag to compare

Included commits: 7.63.0...7.64.0

Improvements

  • Adjusted CustomerConfig::isCustomerEmailValidationCaseSensitive() to fix BC breaking changes from the previous release.

7.63.0

02 Dec 10:05
Compare
Choose a tag to compare

Included commits: 7.62.0...7.63.0

Improvements

  • Adjusted CustomerFacade::addCustomer(), CustomerFacade::updateCustomer() to use count function instead of comparison with null entity.
  • Introduced CustomerConfig::isCustomerEmailValidationCaseSensitive() config method to determine whether customer email validation should be case sensitive.

Deprecations

  • Deprecated CustomerQueryContainer::queryCustomerByEmailApartFromIdCustomer().

7.62.0

28 Nov 12:41
Compare
Choose a tag to compare

Included commits: 7.61.0...7.62.0

Improvements

  • Adjusted spy_customer.salutation database table field to support a new option n/a for the customer salutation.

7.61.0

21 Nov 09:34
Compare
Choose a tag to compare

Included commits: 7.60.1...7.61.0

Improvements

  • Introduced AnonymousIdSessionAssignEventDispatcherPlugin that generates a unique ID in the session, which could be used as an anonymous user for events collection.
  • Introduced CustomerClient::getUserIdentifier() that returns a string user identifier for a logged-in user (customerReference) or an anonymous ID from the session if it's set by AnonymousIdSessionAssignEventDispatcherPlugin earlier.

7.60.1

18 Nov 13:42
Compare
Choose a tag to compare

Included commits: 7.60.0...7.60.1

Adjustments

  • Adjusted tests to work properly with the new Testify module version.

7.60.0

05 Nov 16:32
Compare
Choose a tag to compare

Included commits: 7.59.0...7.60.0

Improvements

  • Added PHPUnit 11 support.

7.59.0

29 Aug 06:39
Compare
Choose a tag to compare

Included commits: 7.58.0...7.59.0

Improvements

  • Adjusted AddressController::editAction() and AddressController::addAction() to fix Dynamic Multistore mode ON/OFF inconsistencies.

7.58.0

02 Aug 09:33
Compare
Choose a tag to compare

Included commits: 7.57.0...7.58.0

Improvements

  • Adjusted AddController::indexAction() to fix Dynamic Multistore mode ON/OFF inconsistencies.