2.0.0
November 17th, 2024
What's Changed
- v2.0.0 - Support for Laravel 10/11 and Statamic 4/5 by @MeMattStone in https://github.com/siterig/statamic-mailerlite/pull/24
Full Changelog: https://github.com/siterig/statamic-mailerlite/compare/v1.1.5...v2.0.0
1.1.5
November 17th, 2024
Fixed issue with Marketing Opt-in check where it always returned false, thanks to contributor @mikemartin for fixing this
1.1.4
November 17th, 2024
Fixed issue where debugging code left in place prevented submissions unless a preference field was present
1.1.2
November 17th, 2024
Added
- More detailed installation instructions including publishing the config file as a listed setup
- Permissions to edit config settings to be implemented in a future update
Fixed
- Issue with config not getting registered
Removed
- Default values on configuration form fields as they cause confusion if they aren't the field names used on a form
1.1.0
November 17th, 2024
Added
- Requirement for Statamic v3.2 or higher to take advantage of the updated forms API
- Support for PHP 8.1
- Custom Vue component using v-select for picking form fields in the configuration
Fixed
- Form field list now updates when you select a different form (previously it only worked if your form was called
newsletter
due to an oversight in development)
1.0.2
November 17th, 2024
Changed
- Added Jamie McGrory as a contributor for his work on the Laravel array mapping
- Removed download-dist path from composer.json
1.0.1
November 17th, 2024
Changed
- Updated documentation and other files relating to development
Fixed
- Patching composer vulnerability issues
1.0.0
November 17th, 2024
Changed
- Updated Forma to use v1.2
Fixed
- Issue on checking for deleted subscriber groups resolved