Skip to content

Releases: escopecz/mautic-form-submit

2.0.0-alpha

29 Aug 13:11
0f9bb9e
Compare
Choose a tag to compare

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

22 Sep 11:51
6b879e1
Compare
Choose a tag to compare
  • A config DTO added to be able to configure different options. Right now the verbosity of CURL.

1.1.3

17 Apr 13:52
e6b8cc4
Compare
Choose a tag to compare

Contains fix for big requests #9

1.1.2

04 Jul 08:56
Compare
Choose a tag to compare

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

02 Jun 08:18
Compare
Choose a tag to compare
  • 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

02 Jun 08:16
Compare
Choose a tag to compare
  • Cookie handling redefined to OOP.

1.0.1

26 Apr 09:06
Compare
Choose a tag to compare
  • 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

26 Apr 09:07
Compare
Choose a tag to compare
  • Basic functionality of the form submit method created.