Skip to content

3.1.0

Compare
Choose a tag to compare
@spryker-release-bot spryker-release-bot released this 21 Feb 09:14
· 49 commits to master since this release

Included commits: 3.0.0...3.1.0

Bugfixes

  • Adjusted AuthPasswordResetMailSenderPlugin to work with new Mail functionality;
  • Introduced RestorePasswordMailTypePlugin to add new mail type.
  • Introduced AuthMailConnectorFacade::sendResetPasswordMail() to generate MailTransfer and handle email.
  • Introduced <MailTransfer:: resetPasswordLink> transfer object property.
  • Added AuthMailConnectorToMailInterface::handleMail to dependencies.
  • Removed AuthMailConnectorToMailInterface::sendMail from dependencies.
  • Removed <AuthMailConnectorDependencyProvider::provideCommunicationLayerDependencies> method.
  • Removed <AuthMailConnectorCommunicationFactory:: getMailFacade > method.
  • Introduced new <restore_password.html.twig> mail template.
  • Introduced new <restore_password.text.twig> mail template.