Releases: spryker/customer
Releases · spryker/customer
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.
7.57.0
Included commits: 7.56.3...7.57.0
Improvements
- Introduced
CurrentCustomerDataRequestProcessorPlugin
to add request related data as customer email and customer reference to the audit log data.
7.56.3
7.56.2
Included commits: 7.56.1...7.56.2
Improvements
- Introduced
CustomerDataHelper::confirmCustomerByEmail()
to confirm customer email address.
7.56.1
Included commits: 7.56.0...7.56.1
Improvements
- Adjusted
CustomerDataHelper
in order to enable configuration trait.
7.56.0
Included commits: 7.55.1...7.56.0
Improvements
- Introduced
CustomerDataHelper::getCustomerFacade()
method that providesCustomerFacade
with all required mocks to work in Dynamic Multistore mode.