3.2.0
February 12th, 2026
What's fixed
- Memoize API calls with Blink to eliminate redundant requests within a single lifecycle
- Use collection endpoints in fieldtype lookups to prevent N+1 API calls
What's changed
- Renamed internal
listTagsandlistCustomFieldsmethods togetTagsandgetCustomFields
3.1.0
February 9th, 2026
What's new
- Support for multiple lists and tags per form configuration
What's changed
list_idfield renamed tolist_ids(now accepts multiple lists)tag_idfield renamed totag_ids(now accepts multiple tags)
3.0.0
February 6th, 2026
What's new
- Statamic 6 support
- Inertia.js pages replacing Blade views
- Vue 3 composition API components
What's changed
- Requires Statamic 6 and Laravel 12
- Dropped support for Statamic 4/5 and Laravel 10/11
2.1.1
July 14th, 2025
What's fixed
- Convert array field values to string before sending to ActiveCampaign
2.1.0
May 5th, 2025
What's new
- Add Laravel 12 support
2.0.1
May 5th, 2025
What's fixed
- Use email field from form configuration
2.0.0
January 10th, 2025
What's new
- Custom Stache store for form configurations
- New
FormConfigandFormConfigCollectiondata classes - New
FormConfigRepositoryandFormConfigStorefor data persistence - Form configuration listing in the Control Panel
- Publishable config file
- CI/CD with GitHub Actions
- Comprehensive test suite
What's changed
- Renamed
ActiveCampaignServicetoActiveCampaignConnector - Renamed
FormFieldsfieldtype toStatamicFormFields - Replaced
ActiveCampaignControllerwithFormConfigController