- upgrade to Laravel 8
- fix composer.json
- fix publishing of assets after composer create-project
- do not ignore
composer.lock
after installing the package
- do not ignore
composer.lock
after installing the package
- added missing imports to the mail configuration settings controllers (#44)
- fix test mail and transactional test mail
- add translations (#43)
- refactor to Tailwind grid (#36)
- update config file
- use horizon timeouts of an hour
- add missing import in
EditMailConfigurationController
- fix
TransactionalMailConfiguration
(#23)
- fix uploads having a wrong url
- move registering settings to register method
- allow setting app name & url from settings
- improve clearing config cache
- remove tail command
- add tail command
- use production environment by default
- fix namespace of
SendTestTransactionalMailController
- fix sending with sendgrid
- add support for multiple mailers
- add support for custom editors
- you can now set a delay on sending the welcome mail
- fix scheduled command
- add from email to mail configuration test email (#13)
- fix icon alignment
- add shared secret of webhook url to config after it's set
- fix for terminating horizon
- clear cached config on mail config save
- change content fields to be of type text (#9)
- fix users screen
- clean up seeders
- fixed typo in
TemplateSeeder
: changedunsubcribeUrl
tounsubscribeUrl
- remove
composer.lock
- initial release