Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 872 Bytes

CHANGELOG.md

File metadata and controls

44 lines (22 loc) · 872 Bytes

Changelog

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.

[Unreleased]

  • Nothing yet.

[0.4.0] - 2025-01-31

Changed

  • Require mautic/api-library version 4 #40.

[0.3.0] - 2024-03-27

Added

  • Added support for Laravel 11.

Removed

  • Removed support for Laravel 9.

[0.2.0] - 2023-07-17

Added

  • Added support for Laravel 10.

Changed

  • Removed withHttpClient method in authenticator classes, use constructor instead.
  • Internal OAuth client now uses the PSR-18 client provided by the HttpClientFactory.

Fixed

  • Throw NotificationException when notification fails.