Skip to content

Releases: spryker/customer

7.49.0

08 Feb 18:52
Compare
Choose a tag to compare

Included commits: 7.48.2...7.49.0

Improvements

  • Adjusted CustomerFacade::getCustomerCollectionByCriteria() so it filters by customerIds instead of filtering only non-anonymized customers without password and restorePasswordKey.
  • Introduced CustomerCriteriaFilter.customerIds transfer property.
  • Introduced CustomerCriteriaFilter.hasAnonymizedAt transfer property.
  • Increased the version of spryker/transfer dependency.

7.48.2

30 Jan 21:41
Compare
Choose a tag to compare

Included commits: 7.48.1...7.48.2

Fixes

  • Adjusted Spryker\Zed\Customer\Communication\Controller\ViewController to use serializedCustomerTransfer in the sub-request instead of customerTransfer.

7.48.1

29 Dec 12:37
Compare
Choose a tag to compare

Included commits: 7.48.0...7.48.1

Fixes

  • Adjusted customer.databuilder.xml in order to fix CI errors.

7.48.0

11 Nov 13:53
Compare
Choose a tag to compare

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

11 Nov 07:16
Compare
Choose a tag to compare

Included commits: 7.47.0...7.47.1

Improvements

  • Adjusted СustomerDataHelper for compatibility with Codeception 5.

7.47.0

28 Sep 12:49
Compare
Choose a tag to compare

Included commits: 7.46.0...7.47.0

Improvements

  • Introduced CustomerAddressShippingAddressValidatorPlugin to check if provided AddressTransfer is related to customer.

Adjustments

  • Added TaxProductConnectorExtension module to dependencies.

7.46.0

10 Sep 10:54
Compare
Choose a tag to compare

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

01 Aug 18:30
Compare
Choose a tag to compare

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

11 Jul 13:53
Compare
Choose a tag to compare

Included commits: 7.43.0...7.44.0

Improvements

  • Introduced CustomerClient::updateCustomerAddresses() to update field addresses of customer in session.
  • Introduced CustomerAddressDefaultAddressChangePlugin plugin to update field addresses of customer in session.

Adjustments

  • Increased CustomerExtension module version dependency.

Deprecations

  • Deprecated DefaultAddressChangePluginInterface.
  • Deprecated CustomerAddressSessionUpdatePlugin.

7.43.0

01 Jul 13:07
Compare
Choose a tag to compare

Included commits: 7.42.0...7.43.0

Fixes

  • Updated @spryker/propel-orm dependency.
  • Adjusted AbstractSpyCustomerAddressQuery, AbstractSpyCustomerQuery in order for Propel compatibility.