Releases: spryker/customer
Releases · spryker/customer
7.49.0
Included commits: 7.48.2...7.49.0
Improvements
- Adjusted
CustomerFacade::getCustomerCollectionByCriteria()
so it filters bycustomerIds
instead of filtering only non-anonymized customers withoutpassword
andrestorePasswordKey
. - Introduced
CustomerCriteriaFilter.customerIds
transfer property. - Introduced
CustomerCriteriaFilter.hasAnonymizedAt
transfer property. - Increased the version of
spryker/transfer
dependency.
7.48.2
Included commits: 7.48.1...7.48.2
Fixes
- Adjusted
Spryker\Zed\Customer\Communication\Controller\ViewController
to useserializedCustomerTransfer
in the sub-request instead ofcustomerTransfer
.
7.48.1
Included commits: 7.48.0...7.48.1
Fixes
- Adjusted
customer.databuilder.xml
in order to fix CI errors.
7.48.0
Included commits: 7.47.1...7.48.0
Improvements
- Introduced
CustomerRegistrationConfirmationMailTypeBuilderPlugin
. - Introduced
CustomerRegistrationMailTypeBuilderPlugin
. - Introduced
CustomerRestorePasswordMailTypeBuilderPlugin
. - Introduced
CustomerRestoredPasswordConfirmationMailTypeBuilderPlugin
. - Introduced
MailRecipient
,MailTemplate
transfers. - Introduced
Mail.subject
,Mail.templates
,Mail.recipients
transfer properties.
Deprecations
- Deprecated
CustomerRegistrationConfirmationMailTypePlugin
. - Deprecated
CustomerRegistrationMailTypePlugin
. - Deprecated
CustomerRestorePasswordMailTypePlugin
. - Deprecated
CustomerRestoredPasswordConfirmationMailTypePlugin
.
Adjustments
- Added
MailExtension
module to dependencies.
7.47.1
Included commits: 7.47.0...7.47.1
Improvements
- Adjusted
СustomerDataHelper
for compatibility with Codeception 5.
7.47.0
Included commits: 7.46.0...7.47.0
Improvements
- Introduced
CustomerAddressShippingAddressValidatorPlugin
to check if providedAddressTransfer
is related to customer.
Adjustments
- Added
TaxProductConnectorExtension
module to dependencies.
7.46.0
Included commits: 7.45.0...7.46.0
Improvements
- Introduced
CustomerConfig::PATTERN_FIRST_NAME
. - Introduced
CustomerConfig::PATTERN_LAST_NAME
. - Adjusted
AddressForm::addFirstNameField()
by adding field validation to avoid special chars. - Adjusted
AddressForm::addLastNameField()
by adding field validation to avoid special chars. - Adjusted
CustomerForm::addFirstNameField()
by adding field validation to avoid special chars. - Adjusted
CustomerForm::addLastNameField()
by adding field validation to avoid special chars.
7.45.0
Included commits: 7.44.0...7.45.0
Improvements
- Added
RouterFacadeInterface
to dependencies. - Adjusted
DeleteController:indexAction()
to use view customer back link. - Adjusted
Delete/index.twig
to use view customer back link.
7.44.0
Included commits: 7.43.0...7.44.0
Improvements
- Introduced
CustomerClient::updateCustomerAddresses()
to update fieldaddresses
of customer in session. - Introduced
CustomerAddressDefaultAddressChangePlugin
plugin to update fieldaddresses
of customer in session.
Adjustments
- Increased
CustomerExtension
module version dependency.
Deprecations
- Deprecated
DefaultAddressChangePluginInterface
. - Deprecated
CustomerAddressSessionUpdatePlugin
.
7.43.0
Included commits: 7.42.0...7.43.0
Fixes
- Updated @spryker/propel-orm dependency.
- Adjusted
AbstractSpyCustomerAddressQuery
,AbstractSpyCustomerQuery
in order for Propel compatibility.