Skip to content

4.10.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 11 Nov 13:53
· 336 commits to master since this release

Included commits: 4.9.0...4.10.0

Improvements

  • Adjusted MailFacadeInterface::handleMail() so it executes a stack of MailTypeBuilderPluginInterface plugins.
  • Introduced Mail.subjectTranslationParameters, MailRecipient.nameTranslationParameters, MailSender.nameTranslationParameters transfer properties.

Deprecations

  • Deprecated MailFacadeInterface::sendMail().
  • Deprecated MailProviderPluginInterface.
  • Deprecated MailTypePluginInterface.
  • Deprecated MailConstants::SMTP_HOST, MailConstants::SMTP_PORT, MailConstants::SMTP_ENCRYPTION, MailConstants::SMTP_AUTH_MODE, MailConstants::SMTP_USERNAME, MailConstants::SMTP_PASSWORD.
  • Deprecated MailConfig::getSmtpHost(), MailConfig::getSmtpPort(), MailConfig::getSmtpEncryption(), MailConfig::getSmtpAuthMode(), MailConfig::getSmtpUsername(), MailConfig::getSmtpPassword().

Adjustments

  • Added MailExtension module to dependencies.