Skip to content

Releases: nextras/mail-panel

2.6.2

06 May 17:07
8aa23f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.1...v2.6.2

2.6.1

30 May 06:35
db8feba
Compare
Choose a tag to compare
  • fix internal issue - missing default value for argument-less link

2.6.0

25 May 08:28
Compare
Choose a tag to compare
  • add support for Latte 3
  • remove deprecated SessionMailer

2.5.3

02 Dec 15:14
Compare
Choose a tag to compare

allowed PHP 8 in composer

2.5.2

31 Jan 09:13
Compare
Choose a tag to compare
v2.5.2

MailPanel: attachmentId cast to int

2.5.0

02 May 07:00
Compare
Choose a tag to compare
  • added support for Nette 3.0
  • added tests
  • used strict types

Thanks to @trejjam and @SendiMyrkr

See full commit changelog.

2.4.0

12 Jul 18:12
Compare
Choose a tag to compare

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

18 May 10:27
Compare
Choose a tag to compare
  • 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

01 May 15:44
Compare
Choose a tag to compare
Mail Panel 2.3.0 beta Pre-release
Pre-release
  • 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