Pavel Dohnal
f5d59eb00e
Add source to imported subscribers
...
[MAILPOET-1377]
2018-05-14 13:55:47 +01:00
Pavel Dohnal
1af5802030
Add subscriber source
...
[MAILPOET-1377]
2018-05-14 13:55:47 +01:00
Michelle Shull
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
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
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
bd01b5855e
Add subscriber eraser for GDPR
...
[MAILPOET-1359]
2018-05-09 09:28:04 +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
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
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
a588e95762
Add a limit to fetch 5 scheduled tasks at a time [MAILPOET-1366]
2018-05-02 23:27:30 +03: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
a640e52eaf
Don't crash on duplicit rows
...
[MAILPOET-1351]
2018-04-23 16:20:59 +01:00
Michelle Shull
2dd15438d8
Merge pull request #1325 from mailpoet/sending_task_fix
...
Fixes stuck sending [MAILPOET-1346]
2018-04-17 05:41:21 -04:00
Tautvidas Sipavičius
937aaae2c4
Merge pull request #1319 from mailpoet/am_creating_emails
...
Makes necessary changes to create and display automatic emails [PREMIUM-75]
2018-04-14 00:49:17 +03:00
Vlad
6c64ba90c7
Abstracts WP's remove_all_filters function and fixes export test
2018-04-13 14:20:53 -04:00
Vlad
cb648da677
Adds hook to filter each listings item
2018-04-11 23:20:07 -04:00
Vlad
ea0676718e
Filters data before other logic
2018-04-11 23:11:41 -04:00
Vlad
f019eaf38e
Filters newsletters by type and, if available, type group
2018-04-11 19:03:04 -04:00
Vlad
e93fc41281
Allows limiting listings query of automatic emails to specific group
2018-04-11 19:03:04 -04:00
Vlad
adbebb39f1
Adds automatic email type to newsletter model/API listing method
2018-04-11 19:03:03 -04:00
Vlad
3e432d7b5d
Changes method visibility to allow extending class
2018-04-11 19:03:02 -04:00
Vlad
afefa89466
Ensures that queues are instance of the scheduled task class
2018-04-11 18:58:29 -04:00
Vlad
cb80b5ca69
Stops returning empty values when getting scheduled/running queues
2018-04-11 18:27:33 -04:00
Michelle Shull
2bba10127d
Merge pull request #1323 from mailpoet/fix-slow-hosts
...
Fix sending big emails on slow hosts [MAILPOET-1322]
2018-04-10 09:17:29 -04:00
Michelle Shull
10ee48076a
Merge pull request #1309 from mailpoet/export-segments
...
Export segments [PREMIUM-68]
2018-04-09 08:09:16 -04:00
Pavel Dohnal
51d97ddda8
Fix sending on slow hosts
...
[MAILPOET-1322]
2018-04-06 22:09:07 -04:00
mrcasual
baab0840b7
Revert "Fix sending big emails on slow hosts [MAILPOET-1322]"
2018-04-06 22:00:45 -04:00
Pavel Dohnal
66b5aeb578
Fix sending on slow hosts
...
[MAILPOET-1322]
2018-04-06 10:23:52 +01:00
Tautvidas Sipavičius
06dac13327
Merge pull request #1300 from mailpoet/archive-page-subject
...
Api/newsletter: Re-render email in queue on save [MAILPOET-1305]
2018-04-03 13:46:10 +03:00
Amine Ben hammou
7c47b81569
fixing subscribers count
2018-04-02 17:07:15 +02:00
Amine Ben hammou
c25d4d4943
fix minors issues
2018-04-02 16:00:34 +02:00
Tautvidas Sipavičius
251198cf9c
Merge pull request #1317 from mailpoet/scheduled_sending_fix
...
Fixes issues associated with scheduling/rescheduling of newsletters [MAILPOET-1338]
2018-03-28 14:57:26 +03:00
Pavel Dohnal
0d11416f4e
Ignore duplicities when adding subscribers tasks
...
[MAILPOET-1340]
2018-03-28 08:34:27 +01:00