3.0.0
We're excited to release version 3 of the API library! This version is fully compatible with Mautic 3.
You can install the new version by running the following command:
composer require mautic/api-library "^3.0.0"
Please read the Migration Guide if you want to upgrade to this version!
Changelog:
- Using json_encode instead of http_build_query when posting to an instance using the library
- Documentation updates
- Short-array syntax through the codebase