Skip to content

Releases: jstoone/nova-mailman

The Destroyer

03 Dec 17:12
Compare
Choose a tag to compare

Changes

Added

  • New destroy route to delete mails
  • Ability to remove mails from the tool
  • Complie SCSS file resolving a 500-error (thanks @bjrnblm! - #19)

Changed

  • New sidebar icon
  • Split vue tool in to individual components
  • Timestamps are now displayed in [YYY-MM-DD HH:MM:SS] format

The Listener

25 Nov 23:25
Compare
Choose a tag to compare

Changes

  • Stored UUID's of mails are now orderd by time
  • Replaced mail driver with event listener

Upgrade guide

As of #17 there's no mail driver called mailman, since we not utilize an event listener. This means that Mailman lets you play with the other driver-kids in the mailroom.

TL;DR:
Change your MAIL_DRIVER environemnt variable back to array, log, smtp or whatever floats your goat. 👍

The Quality Cleanup

25 Nov 23:21
Compare
Choose a tag to compare
  • Enhanced code quality
  • Composer authentication files are now ignored.
  • phpstan is now a part of the build process

The Circuits

25 Nov 01:22
Compare
Choose a tag to compare
  • Setup build process, for the greater good

The Big Bang

24 Nov 22:10
Compare
Choose a tag to compare
  • Initial nova of files