alex-mpoet
15b0846f34
Leave on-save email validation only in SubscriberSaveController
...
[MAILPOET-5878]
2024-03-15 15:29:36 +01:00
Jan Lysý
525c80bac4
Fix PHPStan warnings in lib
...
[MAILPOET-5751]
2023-12-13 11:48:14 +01:00
Jan Jakes
8b01360627
Use orphan removal for scheduled task subscriber entity
...
It is a connecting entity between task and subscriber, and it makes no sense
to keep without either of them. This could prevent some partial-delete bugs.
[MAILPOET-4375]
2023-11-02 12:53:36 +01:00
David Remer
d7885621b3
Fix status variable
...
[MAILPOET-5555]
2023-09-06 14:45:45 +02:00
John Oleksowicz
1e82378df2
Add new tracking columns
...
MAILPOET-4998
2023-06-22 15:29:22 +02:00
Jan Jakes
ddfdbb23dc
Add automation field for subscriber lists
...
[MAILPOET-5172]
2023-05-17 12:36:05 +02:00
Brezo Cordero
bf4a2ac287
Add subscriber status changed hook
...
This PR adds a new hook and notification when the subscriber status changes. It will be used by AutomateWoo integration.
[MAILPOET-4230]
2023-05-15 12:04:24 +02:00
Jan Lysý
2ef78b1bba
Add getter for specific subscriberCustomField entity in relation
...
[MAILPOET-5246]
2023-05-03 11:31:24 +02:00
Jan Jakes
926620e8f8
Ignore strict types rule in all existing files that don't have it
...
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00
Jan Lysý
2d835cdec1
Add new action hooks for multiple changes
...
[MAILPOET-4727]
2022-10-27 09:31:40 +02:00
Jan Lysý
9ff72b4d4c
Add SubscriberListener for notification about changes
...
[MAILPOET-4727]
2022-10-27 09:31:40 +02:00
Jan Lysý
2dab7fdb0c
Add new service for handling subscriber changes
...
This new service should store all changes and notify about them at the end of the HTTP request.
[MAILPOET-4727]
2022-10-27 09:31:40 +02:00
Rodrigo Primo
6e399a5842
Replace getSubscribedSegments() with a new getSubscriberSegments() parameter
...
After the PR review, we decided to add a new $status parameter to
getSubscriberSegments() instead of creating getSubscribedSegments().
[MAILPOET-4365]
2022-09-19 13:35:39 +02:00
Rodrigo Primo
de6a0b4790
Add method to get segments that a subscriber is subscribed to
...
[MAILPOET-4365]
2022-09-19 13:35:39 +02:00
Jan Lysý
6baf4b21c3
Save or update subscriber's tags
...
[MAILPOET-4440]
2022-07-12 13:35:00 +02:00
Jan Lysý
40912185fe
Add tags entities
...
[MAILPOET-4440]
2022-07-12 13:35:00 +02:00
Jan Lysý
a4c7854967
Add subscriberCustomFields association
...
[MAILPOET-4137]
2022-04-25 10:58:18 +02:00
Brezo Cordero
8077322a29
Simplify the query to calculate lifetime emails
...
Also rename email_counts to email_count and update tests
[MAILPOET-4177]
2022-04-07 10:17:38 +02:00
Brezo Cordero
8fe323c9c7
Add new column on subscribers to store email counts
...
This value will store the emails received in the lifetime of a subscriber. Used for stats and deactivation.
[MAILPOET-4177]
2022-04-07 10:17:38 +02:00
Jan Jakes
9f790efbf0
Move plugin files to a subfolder
...
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00