d56f2c59ef
Merge pull request #1355 from mailpoet/subscriber-source
...
Subscriber source [MAILPOET-1377]
2018-05-21 08:17:00 -04:00
859b87c7c9
Add index based on subscriber_id to scheduled_task_subscribers
...
[MAILPOET-1382]
This is done to avoid full table scans when scheduling welcome emails
and checking whether or not an email has been sent.
There we have to query based on `subscriber_id`, but without having a
`task_id`, so MySQL cannot make use of the `(task_id, subscriber_id)`
primary key.
2018-05-15 18:39:17 +03:00
3e9d7fc68d
Add NOT NULL constraint to custom field value field type
2018-05-15 11:33:22 +03:00
1d8e8e8786
Text field cannot have default values
2018-05-14 19:54:20 +03:00
6ad6190da3
Fix custom fields to allow values longer than 255 characters
...
[MAILPOET-1381]
2018-05-14 19:39:07 +03:00
603062f23e
Set source for existing subscribers
...
[MAILPOET-1377]
2018-05-14 15:56:36 +01:00
e55aab43b5
Merge pull request #1350 from mailpoet/gdpr-clicks
...
Export statistics clicks [MAILPOET-1357]
2018-05-14 10:19:37 -04:00
1af5802030
Add subscriber source
...
[MAILPOET-1377]
2018-05-14 13:55:47 +01:00
2627ea865a
Merge pull request #1344 from mailpoet/mp1371
...
Fix: CPU usage and sending issue on slow host [MAILPOET-1371]
2018-05-14 07:54:55 -04:00
572cc1671b
Merge branch 'master' into gdpr-privacy-policy
2018-05-14 12:13:21 +01:00
a664d3631b
Export statistics clicks
...
[MAILPOET-1357]
2018-05-11 18:34:25 +01:00
5912004c10
Fix: CPU usage and sending issue on slow host
...
On some slow host, the `newsletter` table get filled with
duplicated `notification_history` marked as `sending` that
never get sent.
To prevent this we've made the two following changes:
* We prevent firing `publis_*` hooks on post_type which
are excluded from search.
* We do not schedule a new post notification email if one
has an `notification_history` entry marked as `sending`.
[MAILPOET-1371]
2018-05-10 15:25:23 +02:00
f5c56bf492
Add privacy policy
...
[MAILPOET-1360]
2018-05-10 11:39:14 +01:00
bd01b5855e
Add subscriber eraser for GDPR
...
[MAILPOET-1359]
2018-05-09 09:28:04 +01:00
2f2a651fd2
Merge pull request #1329 from mailpoet/old-php-warning
...
Show warning when customer uses an old PHP version [MAILPOET-1314]
2018-05-08 06:39:28 -04:00
68b091848c
Export newsletters sent to a user
...
[MAILPOET-1355]
2018-05-07 14:19:44 +03:00
22d3d00841
Use transient instead of option
...
[MAILPOET-1314]
2018-05-04 15:43:13 +01:00
d68dffafd3
Fix typo and translation
...
[MAILPOET-1314]
2018-05-04 15:33:56 +01:00
df58322f0e
Move old versions code to own class
...
[MAILPOET-1316]
2018-05-04 15:33:56 +01:00
ea47524cc4
Remove 5.5 warning for now
...
[MAILPOET-1316]
2018-05-04 15:32:29 +01:00
56f7b4d523
Show warning when customer uses an old PHP version
...
[MAILPOET-1314] [MAILPOET-1316]
2018-05-04 15:32:29 +01:00
11067327a1
Add Subscriber exporter
...
[MAILPOET-1358]
2018-05-03 16:35:40 +01:00
8e13eb50bf
Export lists for email
...
[MAILPOET-1354]
2018-05-03 16:33:22 +01:00
3e432d7b5d
Changes method visibility to allow extending class
2018-04-11 19:03:02 -04:00
10ee48076a
Merge pull request #1309 from mailpoet/export-segments
...
Export segments [PREMIUM-68]
2018-04-09 08:09:16 -04:00
cdc6d8a966
Merge pull request #1314 from mailpoet/add-index
...
Add index to task_id [MAILPOET-1334]
2018-03-21 13:39:41 +02:00
37f70b900d
Fix DB migration
2018-03-21 11:29:54 +02:00
511e07455f
Fix migration task to be done only when one hasn't been done
...
[MAILPOET-1333]
2018-03-21 11:21:23 +02:00
d28b4fda58
Add index to task_id
...
[MAILPOET-1334]
2018-03-21 08:26:32 +00:00
467cf350e9
Abstract WP's current_time() function in the code base
2018-03-20 16:34:50 -04: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
7775b5ace3
Make message clearer
...
[MAILPOET-1321]
2018-03-15 13:48:09 +00:00
9173b114a7
Merge pull request #1301 from mailpoet/call-for-rating
...
Call for rating [MAILPOET-1299]
2018-03-13 19:21:39 +01:00
669d072853
Not show call for rating if user already clicked
...
[MAILPOET-1299]
2018-03-12 11:36:19 +00:00
cca4fc02c0
adding dynamic segments to export options
2018-03-07 15:14:29 +01:00
77248e6890
Ask for rating
...
[MAILPOET-1299]
2018-03-07 13:27:21 +00:00
755179e0d1
segments/migrate: Avoiding collation error in subscribers sync MAILPOET-1288
2018-03-06 21:17:16 +01:00
f210b15652
MP2Migration: Fixed null updated_at error by fallback to created_at in importSubscriberSegment MAILPOET-1285
2018-02-23 20:22:21 +01:00
287c89749d
Removes WooCommerce events until we're ready to release them
2018-02-14 12:20:32 -05:00
774e8d94b5
Displays automatic email types and events
...
Adds WooCommerce email type for testing purposes
2018-02-13 14:43:19 -05:00
99732ac14d
Remove beta migrations [MAILPOET-903]
2018-02-13 11:39:50 +03:00
c0c57f6b67
Sending queue refactoring WIP [MAILPOET-903]
2018-02-13 11:39:50 +03:00
5d8d9567c7
Merge pull request #1234 from mailpoet/tempales-categories
...
Add template categorization [MAILPOET-1159]
2018-01-30 16:20:01 +02:00
e8c7584b9b
Fix a fatal error when creating a subscribers table in MySQL strict mode [MAILPOET-1268]
2018-01-23 15:59:20 +03:00
be3eb0a7ff
Add 2 polls for new and old users respectively
...
[MAILPOET-1266]
2018-01-23 12:26:06 +00:00
0d26b62416
minor fixes
2018-01-22 11:03:31 +00:00
8e60b2b317
renaming and modifying categories
2018-01-22 11:01:20 +00:00
cae46d9acd
fixed duplicated templates when scheduling/sending same newsletter twice
2018-01-22 11:01:19 +00:00
74f008517b
adding categories to templates
2018-01-22 11:01:18 +00:00
6e94db24a2
minor fixes
2018-01-15 12:43:48 +00:00