Releases: nextras/mail-panel
Releases · nextras/mail-panel
2.6.2
2.6.1
2.6.0
2.5.3
2.5.2
2.5.0
- added support for Nette 3.0
- added tests
- used strict types
Thanks to @trejjam and @SendiMyrkr
See full commit changelog.
2.4.0
Minor version 2.4.0 is out! 🍈 What's new?
- added support for PHP 7.2 (thanks @dada-amater)
- updated dependencies to Nette 2.4 and PHP 5.6
- MailPanel expects
Nette\Http\IRequest
(thanks @MartkCz)
See full commit changelog.
Nextras Mail Panel 2.3.0
- redesigned panel
- added support for viewing attachments (thx @MartkCz)
- added support for viewing mail source code (thx @repli2dev)
- added support for viewing mail in new window (thx @repli2dev)
- added plain text preview as alternative to HTML preview
- added detection of optimal HTML preview height
- previews are collapsed by default and their visibility state can be toggled
- replaced PNG icon with SVG (thx @irkallacz)
- increased default message count to 20
- changed panel width in window-mode to fluid
- deprecated SessionMailer in favor of FilesMailer
- fixed baseUrl detection
- fixed viewing of plain text-only mails with attachments (thx @repli2dev)
- fixed possible redirect loop
- lots of internal refactoring
Mail Panel 2.3.0 beta
- redesigned panel
- added support for viewing attachments (thx @MartkCz)
- added support for viewing mail source code (thx @repli2dev)
- added support for viewing mail in new window (thx @repli2dev)
- added plain text preview as alternative to HTML preview
- added detection of optimal HTML preview height
- previews are collapsed by default and their visibility state can be toggled
- replaced PNG icon with SVG (thx @irkallacz)
- deprecated SessionMailer in favor of FilesMailer
- fixed baseUrl detection
- fixed viewing of plain text-only mails with attachments (thx @repli2dev)
- lots of internal refactoring