Skip to content

3.0.0

Compare
Choose a tag to compare
@dennisameling dennisameling released this 19 Oct 10:58
557ce71

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