|
42f570f295
|
Set last_subscribed_at within WooCommerce customers sync
[MAILPOET-1993]
|
2019-07-23 09:57:46 -04:00 |
|
|
d760786bf1
|
Respect Sign-up Confirmation settings, when synchronizing users
[MAILPOET-2201]
|
2019-07-22 07:31:56 -04:00 |
|
|
ba229c0cf1
|
Fix illegal collation mix error [MAILPOET-2122]
|
2019-07-18 13:02:23 -04:00 |
|
|
ba5b1e9ee2
|
Mark spammy subscribers as unconfirmed
[MAILPOET-2150]
|
2019-07-09 06:24:58 -04:00 |
|
|
e6608a5cd7
|
Force confirmation for bulk synced WordPress users
|
2019-06-26 14:41:02 -04:00 |
|
|
f4f6827849
|
Keep new wordpress users as unconfirmed
[MAILPOET-2125]
|
2019-06-26 13:36:41 -04:00 |
|
|
3c63b3e84d
|
Mark previously added spammy WP users as unconfirmed
[MAILPOET-2134]
|
2019-06-25 14:54:32 -04:00 |
|
|
7163ee6430
|
Refactor Scheduler to use DI
[MAIPOET-2100]
|
2019-06-21 11:33:08 -04:00 |
|
|
5da7110eb6
|
Use short array syntax
[MAILPOET-2090]
|
2019-05-20 10:18:45 -04:00 |
|
|
2980bbf00b
|
Remove the feature flag [MAILPOET-1983]
|
2019-05-13 10:47:09 -04:00 |
|
|
ef5b38e10c
|
Optimize removeOrphanedSubscribers() method SQL queries [MAILPOET-1983]
|
2019-05-13 10:47:09 -04:00 |
|
|
7493a11d66
|
Skip deleted segments in SubscribersFinder [MAILPOET-2026]
|
2019-05-13 07:24:37 -04:00 |
|
|
daca92097c
|
Add feature switch for woo commerce list sync
[MAILPOET-1732]
|
2019-04-25 08:21:12 -04:00 |
|
|
d34aa65623
|
Remove feature switch for wooCommerce customer sync hooks
[MAILPOET-1732]
|
2019-04-25 08:21:12 -04:00 |
|
|
3e66e9e1dd
|
Fix phpstan level 6
[MAILPOET-1969]
|
2019-04-10 09:55:13 -04:00 |
|
|
ed775c31cd
|
Fix subscribing old WooCommerce customers to WC list [MAILPOET-1939]
|
2019-03-28 11:48:15 -04:00 |
|
|
a822114c6d
|
Add bulk action factory to be able to use custom classes for actions [MAILPOET-1922]
|
2019-03-21 08:30:45 -04:00 |
|
|
fefcf4fed5
|
Synchronise subscribers status
[MAILPOET-1790]
|
2019-03-13 16:10:09 -04:00 |
|
|
fb77167a1f
|
Remove unused imports [MAILPOET-1825]
|
2019-02-21 09:51:53 -05:00 |
|
|
3ee58aea10
|
Add space between if and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
a935b091d3
|
Add space between elseif/else if and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
a8972ca281
|
Add space between switch and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
ebbdec5ebd
|
Add space between foreach and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
6844317cae
|
Remove a redundant switch statement [MAILPOET-1723]
|
2019-02-12 08:56:40 -05:00 |
|
|
6258ea6d1f
|
Use encapsulated WP function [MAILPOET-1723]
|
2019-02-12 08:56:40 -05:00 |
|
|
6e8cad2307
|
Use the settings controller in WooCommerce sync [MAILPOET-1723]
|
2019-02-12 08:56:40 -05:00 |
|
|
83896d39d3
|
Override the source for new registered customers [MAILPOET-1723]
|
2019-02-12 08:56:40 -05:00 |
|
|
10364051ce
|
Temporarily disable WC hooks (except for testing) [MAILPOET-1723]
|
2019-02-12 08:56:40 -05:00 |
|
|
9c7af744b3
|
Fix code style [MAILPOET-1723]
|
2019-02-12 08:56:40 -05:00 |
|
|
3f1e690d90
|
Add WooCommerce synchronization [MAILPOET-1723]
|
2019-02-12 08:56:40 -05:00 |
|
|
8b602bd947
|
Move WPHooks methods to WPFunctions
|
2019-01-31 13:25:00 +01:00 |
|
|
59418efa99
|
Merge pull request #1746 from mailpoet/phpstan-cleanup
Raise PHPStan strictness level to 1
|
2019-01-28 10:47:24 -05:00 |
|
|
1af4666744
|
Declare missing properties and methods for PHPStan
|
2019-01-23 21:30:24 +02:00 |
|
|
a4ff9822ad
|
Add WooCommerce customers list [MAILPOET-1721]
|
2019-01-17 21:42:57 +03:00 |
|
|
66a05e1b19
|
Inject Listing Handler and Segments Subscriber Listing using DI
[MAILPOET-1689]
|
2018-12-17 15:02:42 +01:00 |
|
|
a69ae0eea7
|
Refactor listing handler to reusable service
[MAILPOET-1689]
|
2018-12-17 15:02:42 +01:00 |
|
|
2839c86017
|
Refactor bulk action into reusable controller
[MAILPOET-1689]
|
2018-12-17 15:02:42 +01:00 |
|
|
0e4de4197d
|
Merge pull request #1651 from mailpoet/array-column-fix
User polyfill for array_column [MAILPOET-1618]
|
2018-11-27 07:51:31 -05:00 |
|
|
a9f3eeeb0d
|
User polyfill for array_column
[MAILPOET-1618]
|
2018-11-27 11:13:00 +01:00 |
|
|
467bef1d61
|
Do not require pluggable.php [MAILPOET-1650]
|
2018-11-22 17:01:33 +03:00 |
|
|
b5338979b1
|
Refactor segment usage as object in SubscribersListings
[MAILPOET-1495]
|
2018-10-12 11:26:33 +02:00 |
|
|
b45c47a9e7
|
Update SubscriberFinder and Scheduler to use object entities
[MAILPOET-1495]
|
2018-10-12 11:26:23 +02:00 |
|
|
6b9c252649
|
Remove unused methods in SubscribersFinder
[MAILPOET-1495]
|
2018-10-11 09:19:23 +02:00 |
|
|
ae0e03d2f3
|
Update code for PHP 5.5
[MAILPOET-1496]
|
2018-08-23 12:10:21 +02:00 |
|
|
3940381e30
|
Add source to wp users
[MAILPOET-1377]
|
2018-05-14 13:55:47 +01:00 |
|
|
a640e52eaf
|
Don't crash on duplicit rows
[MAILPOET-1351]
|
2018-04-23 16:20:59 +01:00 |
|
|
0d11416f4e
|
Ignore duplicities when adding subscribers tasks
[MAILPOET-1340]
|
2018-03-28 08:34:27 +01:00 |
|
|
1756df0085
|
Fix segments newsletters sending
[MAILPOET-1340]
|
2018-03-26 13:59:29 +01:00 |
|
|
a3cabad752
|
Merge pull request #1268 from mailpoet/sending_queue_refactoring
Refactor sending queues to use scheduled task and task subscriber tables [MAILPOET-903]
|
2018-03-20 08:47:26 -04:00 |
|
|
755179e0d1
|
segments/migrate: Avoiding collation error in subscribers sync MAILPOET-1288
|
2018-03-06 21:17:16 +01:00 |
|