All notable changes to swisnl/laravel-mautic
will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Nothing yet.
- Require
mautic/api-library
version 4 #40.
- Added support for Laravel 11.
- Removed support for Laravel 9.
- Added support for Laravel 10.
- Removed
withHttpClient
method in authenticator classes, use constructor instead. - Internal OAuth client now uses the PSR-18 client provided by the
HttpClientFactory
.
- Throw NotificationException when notification fails.