Skip to content

Releases: mailcarrierapp/mailcarrier

v2.2.3

17 Mar 13:04
Compare
Choose a tag to compare

🤕 Fixed

  • Create personal_access_tokens table if not exists

v2.2.2

17 Mar 11:55
Compare
Choose a tag to compare

🤕 Fixed

  • Remove discoverWidgets, discoverResources and discoverPages to avoid issues with paths

v2.2.1

17 Mar 11:36
Compare
Choose a tag to compare

🤕 Fixed

  • Create sessions and personal_access_tokens table only if they don't exist
  • Remove useless stuff on install phase

v2.2.0

16 Mar 13:59
7b54121
Compare
Choose a tag to compare

🔥 Added

  • Support Laravel 11
  • Extract and pre-define variables when sending a test email

v2.1.1

05 Mar 09:36
Compare
Choose a tag to compare

♻️ Changed

  • API Tokens columns are now searchable and sortable

v2.1.0

05 Mar 09:06
2124eef
Compare
Choose a tag to compare

🔥 Added

  • Users management panel
  • Tokens management panel
  • Recipient and subject into the details modal

v2.0.1

22 Feb 17:49
c19ff32
Compare
Choose a tag to compare

🩹 Fixed

  • Template not being create correctly when no slug was provided
  • Template duplication modal was not working

v2.0.0

21 Feb 08:21
8b65584
Compare
Choose a tag to compare

🔥 Added

  • Manual retry functionality
  • Automatic refresh of logs table data (can be disabled by config)
  • Template tags to understand and filter templates more quickly
  • New design (by Filament 3.x) and general review of tables data
  • Ability to choose template slug on creation and edit it later

♻️ Changed

  • ⚠️ Upgrade to Filament 3.x. If you extended MailCarrier to implement custom Filament properties probably you have to update your code too.
  • ⚠️ AttachmentDto has a new method ::fromUploadedFile to create instance from files. If you used that DTO in your project tou have to update your code too.
  • Use Monaco CDN instead of building dist files
  • Switch from npm to Bun to build CSS and JS

v1.2.0

30 Oct 13:14
27a034f
Compare
Choose a tag to compare

🔥 Added

  • Multiple CCs and BCCs

v1.1.0

26 Jun 14:37
Compare
Choose a tag to compare

🔥 Added

  • Allow override of GenericMailDto from the sending middleware
  • Accepts tags and metadata to be sent within the email

🤕 Fixed

  • Download attachments modal on Logs was not opening

🔃 Changed

  • Bump filament/filament to v2.17.49