Releases: spryker/customer
Releases · spryker/customer
7.55.1
Included commits: 7.55.0...7.55.1
Improvements
- Introduced
CustomerDataHelper::haveCustomerAddress()
.
7.55.0
7.54.0
Included commits: 7.53.0...7.54.0
Improvements
- Adjusted
CustomerFacadeInterface::deleteCustomer()
to execute a stack ofCustomerPostDeletePluginInterface
plugins.
7.51.6
Included commits: 7.51.5...7.51.6
Improvements
- Adjusted
CustomerFacade::restorePassword()
with the behavior that customer password resets expire after two hours. - Introduced
CustomerConfig::isCustomerPasswordResetExpirationEnabled()
to enable or disable the reset expiration. - Introduced
CustomerConfig::getCustomerPasswordResetExpirationPeriod()
to get a DateTime-compatible string to define the expiration threshold.
7.53.0
Included commits: 7.52.0...7.53.0
Improvements
- Adjusted
CustomerFacade::restorePassword()
with the behavior that customer password resets expire after two hours. - Introduced
CustomerConfig::isCustomerPasswordResetExpirationEnabled(): bool()
to enable or disable the reset expiration. It is enabled by default. - Introduced
CustomerConfig::getCustomerPasswordResetExpirationPeriod()
to get a DateTime-compatible string to define the expiration threshold. The default is two hours.
7.52.0
7.51.5
Included commits: 7.51.4...7.51.5
Improvements
- Adjusted
CustomerOrderSaverWithItemLevelShippingAddressTest
to remove not existing transfer property usage.
7.51.4
Included commits: 7.51.3...7.51.4
Fixes
- Adjusted
de_DE.csv
anden_US.csv
files to add some translations.
7.51.3
Included commits: 7.51.2...7.51.3
Fixes
- Adjusted
AddressForm
to properly processfirst_name
,last_name
,address1
,address2
,address3
,city
,zip_code
,phone
,company
andcomment
fields. - Impacted
AddressController::addAction()
andAddressController::editAction()
by these changes.
7.50.1
Included commits: 7.50.0...7.50.1
Fixes
- Adjusted
AddressForm
to properly processfirst_name
,last_name
,address1
,address2
,address3
,city
,zip_code
,phone
,company
andcomment
fields. - Impacted
AddressController::addAction()
andAddressController::editAction()
by these changes.