Skip to content

Releases: captbaritone/codeception-mailcatcher-module

3.0.1

05 Mar 12:08
50967ca
Compare
Choose a tag to compare

What’s Changed

3.0.0

08 Aug 13:03
f9a10ba
Compare
Choose a tag to compare

Breaking Changes

  • Drops support for Codeception v3

What's Changed

New Contributors

Full Changelog: 2.5.0...3.0.0

2.5.0

30 Jun 06:51
295104e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.1...2.5.0

2.4.1

08 Jun 17:26
cb9e5ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.4.1

2.4.0

17 Mar 10:56
7dad8c3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.1...2.4.0

2.3.1

08 Mar 14:54
c1819d2
Compare
Choose a tag to compare
  • HTTPS URL support for grabUrlsFromLastEmail with tests (#78)

2.3.0

09 Dec 15:00
b96143c
Compare
Choose a tag to compare
  • Drop support for PHP 7.2
  • Allow installs on PHP 8
  • Add Travis testing for PHP 8
  • Upgrade PHPMailer (thanks @margori)
  • Fix Travis tests thanks to xdebug upgrade
  • Add James King as new maintainer to composer.json

2.2.0

23 Jul 08:07
fb5e057
Compare
Choose a tag to compare

Changes

  • Added new methods to check for email attachments and grab attachment content (thanks @margori).
  • Dropped support for PHP 7.0 and 7.1.
  • Require ext-json in composer.json file (thanks @margori).
  • Improve array merging in grabUrlsFromLastEmail (thanks @margori).
  • General code quality improvements.

2.1.3

19 Jul 14:29
ff545e4
Compare
Choose a tag to compare

Changes

  • No longer requiring mailparse or php-mime-mail-parser/php-mime-mail-parser to parse content (thanks @margori).
  • Compatibility with Guzzle 7 (thanks @guillaume-ro-fr).
  • Fix bug with content transfer encoding not being parsed correctly (thanks @margori).
  • Rename lastMessageFrom to lastMessageTo and deprecate incorrect usage of lastMessageFrom.
  • Fix multiple bugs in lastMessageFrom and improve test coverage (thanks @Patabugen).

2.1.2

16 Jan 19:38
a2c1ed7
Compare
Choose a tag to compare

Changes

  • Add support for Codeception v4
  • Fix backwards compatibility for Codeception < v4
  • Fix bad asserts in Codeception 2 (thanks @andychute)
  • Remove test files from vendor (thanks @voku)
  • Add package license to composer.json