Releases: spryker/customer
Releases · spryker/customer
7.66.0
Included commits: 7.65.0...7.66.0
Improvements
- Adjusted
EditController::indexAction()
to have the ability to edit email.
7.65.0
Included commits: 7.64.0...7.65.0
Improvements
- Increased value for
CustomerConfig::getCustomerPasswordMaxLength()
.
7.64.0
Included commits: 7.63.0...7.64.0
Improvements
- Adjusted
CustomerConfig::isCustomerEmailValidationCaseSensitive()
to fix BC breaking changes from the previous release.
7.63.0
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
Included commits: 7.61.0...7.62.0
Improvements
- Adjusted
spy_customer.salutation
database table field to support a new optionn/a
for the customer salutation.
7.61.0
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 byAnonymousIdSessionAssignEventDispatcherPlugin
earlier.
7.60.1
Included commits: 7.60.0...7.60.1
Adjustments
- Adjusted tests to work properly with the new Testify module version.
7.60.0
7.59.0
Included commits: 7.58.0...7.59.0
Improvements
- Adjusted
AddressController::editAction()
andAddressController::addAction()
to fix Dynamic Multistore mode ON/OFF inconsistencies.
7.58.0
Included commits: 7.57.0...7.58.0
Improvements
- Adjusted
AddController::indexAction()
to fix Dynamic Multistore mode ON/OFF inconsistencies.