Commit Graph

5140 Commits

Author SHA1 Message Date
pavel-mailpoet
572cc1671b Merge branch 'master' into gdpr-privacy-policy 2018-05-14 12:13:21 +01:00
Michelle Shull
709de7dd54 Merge pull request #1348 from mailpoet/gdpr-opens
Export viewed emails [MAILPOET-1356]
2018-05-14 07:00:46 -04:00
Michelle Shull
24ce88c4d5 Merge pull request #1349 from mailpoet/gdpr-eraser
Gdpr eraser [MAILPOET-1359]
2018-05-14 07:00:03 -04:00
Pavel Dohnal
a664d3631b Export statistics clicks
[MAILPOET-1357]
2018-05-11 18:34:25 +01:00
Fred. P
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
Pavel Dohnal
f5c56bf492 Add privacy policy
[MAILPOET-1360]
2018-05-10 11:39:14 +01:00
Pavel Dohnal
d5b9664bde Fix failing tests 2018-05-09 12:47:25 +01:00
Pavel Dohnal
bd01b5855e Add subscriber eraser for GDPR
[MAILPOET-1359]
2018-05-09 09:28:04 +01:00
Vlad
a742dacf32 Updates changelog and bumps up release version to 3.7.1 3.7.1 2018-05-08 11:13:09 -04:00
Michelle Shull
e62444d34e Merge pull request #1346 from mailpoet/welcome_email_count_fix
Fixes sent count not being displayed in welcome listings [MAILPOET-1374]
2018-05-08 09:38:19 -04:00
Amine Ben hammou
d2f98bc2e5 text field warning 2018-05-08 13:40:38 +01:00
Pavel Dohnal
ee99195b30 Export viewed emails
[MAILPOET-1356]
2018-05-08 12:26:41 +01:00
Michelle Shull
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
Vlad
28651227d5 Uses rendered subject from queue when preparing newsletter for sending 2018-05-07 20:06:03 -04:00
Vlad
b57c8b7533 Returns shortcode when subscriber object is null 2018-05-07 19:07:58 -04:00
Vlad
ee4aefb6e3 Passes full shortcode object as function argument 2018-05-07 19:07:53 -04:00
Vlad
8a8b99ad54 Fixes sent count not being displayed in welcome listings 2018-05-07 19:02:29 -04:00
Amine Ben hammou
d0b1579731 fixing the react select warning 2018-05-07 20:16:25 +01:00
Michelle Shull
7c9943c463 Merge pull request #1342 from mailpoet/gdpr-export-newsletters
Gdpr export newsletters sent to a user [MAILPOET-1355]
2018-05-07 07:34:48 -04:00
Pavel Dohnal
68b091848c Export newsletters sent to a user
[MAILPOET-1355]
2018-05-07 14:19:44 +03:00
Pavel Dohnal
22d3d00841 Use transient instead of option
[MAILPOET-1314]
2018-05-04 15:43:13 +01:00
Pavel Dohnal
d68dffafd3 Fix typo and translation
[MAILPOET-1314]
2018-05-04 15:33:56 +01:00
Pavel Dohnal
df58322f0e Move old versions code to own class
[MAILPOET-1316]
2018-05-04 15:33:56 +01:00
Pavel Dohnal
ea47524cc4 Remove 5.5 warning for now
[MAILPOET-1316]
2018-05-04 15:32:29 +01:00
Pavel Dohnal
56f7b4d523 Show warning when customer uses an old PHP version
[MAILPOET-1314] [MAILPOET-1316]
2018-05-04 15:32:29 +01:00
Michelle Shull
1d1aa52fa8 Merge pull request #1341 from mailpoet/gdpr-export-subscriber
Gdpr data export subscriber [MAILPOET-1358]
2018-05-04 09:46:45 -04:00
Michelle Shull
39ae92e580 Merge pull request #1340 from mailpoet/data-fetching-limits
Add a limit to fetch 5 scheduled tasks at a time [MAILPOET-1366]
2018-05-04 09:45:56 -04:00
Michelle Shull
2dfb264ca6 Merge pull request #1343 from mailpoet/send_pause_fix
Fixes broken sending pause functionality [MAILPOET-1368]
2018-05-04 09:44:59 -04:00
Vlad
ee2631dbf2 Fixes broken pause functionality 2018-05-03 20:10:28 -04:00
Pavel Dohnal
11067327a1 Add Subscriber exporter
[MAILPOET-1358]
2018-05-03 16:35:40 +01:00
Pavel Dohnal
8e13eb50bf Export lists for email
[MAILPOET-1354]
2018-05-03 16:33:22 +01:00
Tautvidas Sipavičius
7bb2d86f93 Fix private constant being impossible 2018-05-03 13:16:34 +03:00
Tautvidas Sipavičius
2b351e4f34 Use constants for magic numbers, clean up tests 2018-05-03 13:07:29 +03:00
Tautvidas Sipavičius
1f30f6997e Refactor SendingTask creation within test 2018-05-03 12:44:00 +03:00
Tautvidas Sipavičius
a588e95762 Add a limit to fetch 5 scheduled tasks at a time [MAILPOET-1366] 2018-05-02 23:27:30 +03:00
Michelle Shull
f8e443ed3c Merge pull request #1337 from mailpoet/mailpoet-1344
Easier "What's new" skipping [MAILPOET-1344]
2018-05-02 11:50:47 -04:00
Fred. P
73f51505a2 Close [MAILPOET-1344] "Easier what's new skipping"
* URL test now check for home URL instead of just 'http'
* Fixed a bug where getCurrentlURL() returned a broken path
* Added "I don't care about the update" button
* Update skip buttons now return to the previous page
2018-05-02 16:16:36 +02:00
Pavel Dohnal
576796db22 Release 3.7.0 3.7.0 2018-04-25 15:09:27 +01:00
Michelle Shull
72aaaaa94d Merge pull request #1336 from mailpoet/welcome-fix
Fix welcome emails [PREMIUM-81]
2018-04-25 08:15:43 -04:00
Michelle Shull
0470f773d5 Merge pull request #1335 from mailpoet/notification-fix
Fix notification settings [MAILPOET-1363]
2018-04-25 07:52:12 -04:00
Michelle Shull
e71355f73f Merge pull request #1334 from mailpoet/stats_fix
Use unique key for stats [MAILPOET-1362]
2018-04-25 07:39:40 -04:00
Pavel Dohnal
aa11af3cf8 Fix welcome emails
[PREMIUM-81]
2018-04-25 12:32:44 +01:00
Pavel Dohnal
535818fec4 Fix notification settings
[MAILPOET-1363]
2018-04-25 11:43:07 +01:00
Michelle Shull
eba06118a4 Merge pull request #1333 from mailpoet/subscriber_search_fix
Fixes JS error when searching for subscribers in listings [MAILPOET-1361]
2018-04-25 06:12:28 -04:00
Pavel Dohnal
32beb0dcd1 Use unique key for stats
[MAILPOET-1362]
2018-04-25 11:11:04 +01:00
Vlad
a70405e76d Fixes "cannot read property 'props' of null" error 2018-04-24 19:51:07 -04:00
Fred. P
a78c9e2f99 Release: 3.6.7 3.6.7 2018-04-24 14:42:17 +02:00
mrcasual
ca8390ed43 Merge pull request #1332 from mailpoet/fix-scheduled-error
Fix: Cannot read property 'showError' of undefined [MAILPOET-1352]
2018-04-24 08:01:14 -04:00
Pavel Dohnal
f64cf728fe Fix: Cannot read property 'showError' of undefined
[MAILPOET-1352]
2018-04-24 12:33:11 +01:00
Michelle Shull
ed8c75dd06 Merge pull request #1331 from mailpoet/fix-duplicites
Don't crash on duplicit rows [MAILPOET-1351]
2018-04-23 11:36:40 -04:00