Skip to content

Releases: rpkamp/mailhog-behat-extension

1.2.0

02 Mar 12:36
9070d7c
Compare
Choose a tag to compare

This release supports rpkamp/mailhog-client version 2.0 rather than 1.0 and drops support for PHP 7.4.

1.1.0

20 May 15:34
51e5b93
Compare
Choose a tag to compare
  • Bump rpkamp/mailhog-client to 1.0.0
  • Drop support for PHP 7.2 and 7.3
  • Add support for PHP 8.1 and 8.2

1.0.0

04 Nov 14:24
a7d0713
Compare
Choose a tag to compare

This release adds support for Symfony 6

0.6.7

28 May 21:01
ded0acf
Compare
Choose a tag to compare
0.6.7 Pre-release
Pre-release

This release fixes the reference to the "from" step in the README

0.6.6

29 Dec 10:13
8939fbd
Compare
Choose a tag to compare
0.6.6 Pre-release
Pre-release

This release adds support for PHP8

0.6.5

10 Dec 15:17
81d8bfa
Compare
Choose a tag to compare
0.6.5 Pre-release
Pre-release

This release adds support for Symfony 5

0.6.4

31 Jan 14:38
8fe78ba
Compare
Choose a tag to compare
0.6.4 Pre-release
Pre-release

This release adds the ability to specify a body when opening email

0.6.3

18 Dec 13:54
9ac1208
Compare
Choose a tag to compare
0.6.3 Pre-release
Pre-release

This releases fixes opening the last email from a recipient when that email does not have index 0

0.6.1

11 Oct 12:44
5833bf3
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

This release is the same as 0.6.0, but without the redundant .phpcs-cache file

0.6.0

11 Oct 10:34
89bf003
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

This release changes how this extension searches through e-mail messages.

Before, this extension would mostly only look if the last sent message
adhered to some criteria, but now it will look through all messages in
the inbox to see if there is any message matching the criteria.

That does mean that searching might be slower, because it will go
through the entire mailhog inbox for each search.

Make sure to purge the mailbox every once in a while to avoid it getting
too slow.