Releases: escopecz/mautic-form-submit
Releases · escopecz/mautic-form-submit
2.0.0-alpha
Thank you @tomekkowalczyk for getting the library a refresh!
Changes:
- PHP version raised from 5.6 to 8.1
- DDEV environement
- PHPSTAN, ECS installed as dev dependencies rather than global packages
- Rector added and used to update the code
- Types and other modern PHP language syntax added
1.1.4
- A config DTO added to be able to configure different options. Right now the verbosity of CURL.
1.1.3
Contains fix for big requests #9
1.1.2
New Mautic instances track by mautic_device_id
cookie instead of mautic_session_id
. This broke the merging contacts tracked by page its and form submissions. This version fixes it.
1.1.1
- PHPSTAN is not a dependency to make PHP 5.6 tests pass - must be installed globally.
- Better handling of multiple IP addresses
1.1.0
- Cookie handling redefined to OOP.
1.0.1
- Cookie values get sent in the form submit CURL request and if changed in the response, cookie is updated with the new ones.
1.0.0
- Basic functionality of the form submit method created.