Commit Graph

12 Commits

Author SHA1 Message Date
Rostislav Wolny
ed5bd8de61 Add Woo dependent tests to woo group
Mark all integration tests that are related to WooCommerce with group "woo".
[MAILPOET-4566]
2022-09-08 13:02:52 +02:00
Rodrigo Primo
ef477bc156 Remove SendingQueue Paris model from ClicksTest
It was not necessary to replace this model, as the tests still passed
without the code that used SendingQueue.

[MAILPOET-4380]
2022-07-26 16:16:47 +02:00
Rodrigo Primo
c141c9ea15 Replace Paris models with Doctrine entities in UnsubscribesTest
[MAILPOET-4380]
2022-07-26 16:16:47 +02:00
Rodrigo Primo
e6dd8fedbf Replace old model StatisticsOpens in OpensTest and NewslettersExporterTest
[MAILPOET-4150]
2022-05-13 08:45:28 +02:00
Rodrigo Primo
8e8460e0fd Replace Paris models with Doctrine code in ClicksTest
This commit replaces the models StatisticsClicks and StatisticsOpens

[MAILPOET-4150]
2022-05-13 08:45:28 +02:00
Brezo Cordero
3fca53f350 Also count machine opens and clicks as engagement
[MAILPOET-4081]
2022-03-14 12:07:59 +01:00
Rostislav Wolny
a644c71e64 Add subscriber detection from Woo Session to subscriber action tracker
[MAILPOET-4101]
2022-02-16 16:06:05 +01:00
Rostislav Wolny
9f0bd98569 Fix subscriber activity tracker test
wp_create_user function was failing when creating the same user for the second time.
This commit fixes the issue by adding a cleanup before the test creates the user.
[MAILPOET-4123]
2022-02-08 10:41:17 +01:00
Rostislav Wolny
9c251f8560 Add support for callbacks to subscriber activity tracker
[MAILPOET-3897]
2022-02-07 09:38:25 +01:00
Rostislav Wolny
28c0e05336 Track subscriber activity for logged in users even without cookies
We want to reuse this general tracking also for AbandonedCart emails which
currently track the activity also for logged in users.
[MAILPOET-3897]
2022-02-07 09:38:25 +01:00
Rostislav Wolny
056992bc07 Add service for tracking subscriber activity on a website
[MAILPOET-3897]
2022-02-07 09:38:25 +01:00
Jan Jakes
9f790efbf0 Move plugin files to a subfolder
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00