Skip to content

Releases: spryker/customer

7.55.1

03 Jan 14:24
Compare
Choose a tag to compare

Included commits: 7.55.0...7.55.1

Improvements

  • Introduced CustomerDataHelper::haveCustomerAddress().

7.55.0

21 Dec 17:11
Compare
Choose a tag to compare

Included commits: 7.54.0...7.55.0

Improvements

  • Added Symfony 6 support.

7.54.0

11 Dec 17:01
Compare
Choose a tag to compare

Included commits: 7.53.0...7.54.0

Improvements

  • Adjusted CustomerFacadeInterface::deleteCustomer() to execute a stack of CustomerPostDeletePluginInterface plugins.

7.51.6

01 Dec 08:53
Compare
Choose a tag to compare

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

24 Nov 22:23
Compare
Choose a tag to compare

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

02 Nov 21:21
Compare
Choose a tag to compare

Included commits: 7.51.5...7.52.0

Improvements

  • Added PHP 8.2 support.

7.51.5

03 Aug 16:03
Compare
Choose a tag to compare

Included commits: 7.51.4...7.51.5

Improvements

  • Adjusted CustomerOrderSaverWithItemLevelShippingAddressTest to remove not existing transfer property usage.

7.51.4

12 Jul 07:59
Compare
Choose a tag to compare

Included commits: 7.51.3...7.51.4

Fixes

  • Adjusted de_DE.csv and en_US.csv files to add some translations.

7.51.3

16 Jun 12:42
Compare
Choose a tag to compare

Included commits: 7.51.2...7.51.3

Fixes

  • Adjusted AddressForm to properly process first_name, last_name, address1, address2, address3, city, zip_code, phone, company and comment fields.
  • Impacted AddressController::addAction() and AddressController::editAction() by these changes.

7.50.1

16 Jun 14:12
Compare
Choose a tag to compare

Included commits: 7.50.0...7.50.1

Fixes

  • Adjusted AddressForm to properly process first_name, last_name, address1, address2, address3, city, zip_code, phone, company and comment fields.
  • Impacted AddressController::addAction() and AddressController::editAction() by these changes.