Commit Graph

5 Commits

Author SHA1 Message Date
Rodrigo Primo
d54129670d Reorganize information sent to HelpScout
We are now using the `session-data` method of the Beacon API to send
site information to HelpScout
(https://developer.helpscout.com/beacon-2/web/javascript-api/#beacon-session-data).
This method has a limit of 20 attribute-value pairs and since we had
more, it was necessary to combinte a few values under the same
attribute.

[MAILPOET-4525]
2022-08-18 15:43:12 +02:00
John Oleksowicz
c701f444ec Add transactional sending method to system info
[MAILPOET-4148]
2022-03-21 10:51:25 +01:00
Rodrigo Primo
a6e93f93ff Replace old Subscriber model with Doctrine equivalent
[MAILPOET-4009]
2022-01-19 16:16:55 +01:00
Rodrigo Primo
e95ceac77f Mask the API key when displayed in the info page
This commit adds a new flag to \MailPoet\Helpscout\Beacon::getData() to
mask half of the API key when this method is used to get information for
the System Info page. When it is used to pass information to HelpScout
nothing should change and the full key will be returned.

[MAILPOET-4009]
2022-01-19 16:16:55 +01:00
Jan Jakes
9f790efbf0 Move plugin files to a subfolder
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00