c88c8a9c96
add video links
2018-06-04 18:12:48 +01:00
59d632895e
Merge pull request #1369 from mailpoet/posts-alc-image
...
Multi-column layout in ALC/Posts [MAILPOET-1350]
2018-06-04 07:37:56 -04:00
2573e2f785
Change field type of newsletter_templates.description to force dbDelta
...
set the column's default value [MAILPOET-1398]
2018-05-29 16:35:12 +03:00
3872ffbbc4
fixing some bugs and updating template
2018-05-29 11:21:24 +00:00
f285cfcdc3
Add back wp_mailpoet_newsletter_templates.description
field to avoid
...
breaking backwards compatibility to sites that still have template
descriptions.
Empty-string default value allows it not to break when field is not specified
or is null.
2018-05-28 16:51:46 +03:00
3e84a1f8e1
fixing translations
2018-05-23 21:32:59 +00:00
74250b87f9
Merge pull request #1368 from mailpoet/mp1336
...
Skip the changelog page after update [MAILPOET-1336]
2018-05-23 07:07:56 -04:00
ec34a9efca
Merge pull request #1360 from mailpoet/mp1306
...
Newsletter template thumbnail redesign [MAILPOET-1306]
2018-05-23 07:06:06 -04:00
e5a1af96cb
Stop showing the what's new page
...
[MAILPOET-1336]
2018-05-22 15:09:45 +02:00
75bad97b10
Newsletter template thumbnail redesign
...
Redesigned the template selection screen to
look like the WordPress theme selector.
The main changes relate to:
* style changes, to achieve the new look
* jsx templates, to work with new css changes
* template, removed the description field
[MAILPOET-1306]
2018-05-22 10:23:07 +02:00
2da6c2ec49
Merge pull request #1362 from mailpoet/welcome-email-fix
...
Fix welcome emails
2018-05-21 09:45:25 -04:00
8a1fe0df6b
Merge pull request #1367 from mailpoet/bugfix
...
fixing fatal error when using `wp_add_privacy_policy_content` in init hook [MAILPOET-1390]
2018-05-21 08:18:28 -04:00
d56f2c59ef
Merge pull request #1355 from mailpoet/subscriber-source
...
Subscriber source [MAILPOET-1377]
2018-05-21 08:17:00 -04:00
fbd11cf848
fixing fatal error when using wp_add_privacy_policy_content
in init
hook
2018-05-21 07:47:17 +00:00
5223687326
Fix welcome emails
...
Decreased priority. This was a conflict with Members plugin
Members plugin has priority 5 and we were checking
user roles before Members plugin correctly
assigned them.
[PREMIUM-83]
2018-05-17 11:13:34 +01: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