All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning (or at least it tries to).
- ContactRequestService so it can be used independently from the controller's response
- Laravel 9 support
- PHP 8 Support
- Refactor to remove
Laravel
from namespaces and config variables
- Support for Laravel 8
deliver_later
config option for placing email delivery on a queue for immediate delivery
- ReCaptcha response from emails
- Refactoring
- Validated data in email views
- Validation rules configuration option
- Removed loaded and published translations
composer.lock
from variable
- Mail configuration options renamed
- Signature name configuration option
- Mail subject configuration options
- Mail views configuration options
- Removed stray
@endsection
in email plain view
- Load and publishes views in service provider
- Email layout view usage
- Email view names usage
- Internal notification email address config variable support
- Internal notification email address config variable support
- Config route prefix support
- Route prefix config variable support
- General bug fixes and improvements
- First release