Skip to content

Releases: Soflomo/Mail

v0.3.2

21 Aug 11:19

Choose a tag to compare

Second micro release of v0.3

  • Add more tests to cover all features of Soflomo\Mail
  • Update README.md with composer.json example for v0.3

v0.3.1

31 Jul 11:57

Choose a tag to compare

First micro release of v0.3

  • Applied coding standard fixes
  • Updated badges on README about build status, code quality and test coverage
  • Created many tests to increase coverage from 2% to 69%

v0.3.0

25 Jun 14:09

Choose a tag to compare

Third minor release of Soflomo\Mail

  • The module's source is now completely PSR-4 and the composer.json is updated so without the module's autoloading, composer can find any classes from Soflomo\Mail.

v0.2.2

28 May 18:31

Choose a tag to compare

Second bugfix release of the v0.2 series

  • Make second parameter in controller plugin optional, just like the service [#5]

v0.2.1

26 May 17:05

Choose a tag to compare

First bugfix release for v0.2

  • remove default smtp configuration
  • add dist file with examples

v0.2.0

07 May 15:49

Choose a tag to compare

Second feature release of Soflomo\Mail

  • A new MailService class as facade for composing, rendering and sending mails
  • A controller plugin as proxy for the service
  • A complete README with usage and configuration guide

v0.1.0

07 May 15:37

Choose a tag to compare

Initial release of Soflomo\Mail

  • A default message object
  • A default mail transport service based on configuration