1fe7bedf20
Fix rendered column widths
...
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
2ae39c9255
Make renderer render different widths columns
...
[MAILPOET-1568]
2018-10-30 07:49:28 +01:00
c3481dd4b7
Refactor subscription links to work with subscriber entity
...
[MAILPOET-1495]
2018-10-12 11:33:15 +02:00
e4db455a47
Add post notification logging
...
[MAILPOET-1536]
2018-10-01 15:02:12 +02:00
3e9be631e4
Fix rendering of nested vertical containers
...
[MAILPOET-1524]
2018-09-06 14:14:21 +02:00
d165732f66
Merge pull request #1431 from mailpoet/background-images
...
Column Background Images [MAILPOET-1403]
2018-07-23 09:33:08 -04:00
c3e2b17aa1
Add background images support to renderer [MAILPOET-1403]
2018-07-19 14:13:06 +02:00
3318dd3ace
Merge pull request #1395 from mailpoet/hackday-todo
...
Deleted TODOs after noting required actions [MAILPOET-1433]
2018-07-16 14:35:38 -04:00
35825c3432
Fix spacing between paragraphs in full post [MAILPOET-1455]
2018-07-10 14:26:36 +02:00
4fba615d30
Fix rendering of posts in newsletter [MAILPOET-1416]
2018-06-25 12:45:45 +02:00
9308cffd45
Refactor fetching newsletter options to respect its type [MAILPOET-1431]
2018-06-19 17:06:56 +02:00
36e29581ef
Merge pull request #1389 from mailpoet/api-errors
...
Improve error reporting in API [MAILPOET-1290]
2018-06-18 14:35:42 -04:00
f17eb37525
Merge pull request #1405 from mailpoet/list-alc
...
Fix ALC preview [MAILPOET-1404]
2018-06-18 09:51:58 -04:00
bb579370a8
Fix list ALC preview
...
[MAILPOET-1404]
2018-06-14 15:28:08 +01:00
2ee77e0034
Deleted TODOs after noting them as JIRA issues
2018-06-13 16:46:18 +02:00
2ad9ebf1d3
Uses full font-family name in element styles
2018-06-12 19:15:30 -04:00
71fed489ec
Improve error reporting in API
...
[MAILPOET-1290]
2018-06-12 10:32:20 +01:00
4611a7ea74
Updates method names
2018-06-11 13:40:05 -04:00
bf0c5abd4f
Adds newsletter scheduler unit tests for automatic emails
2018-06-11 13:38:11 -04:00
b75d4db412
Adds newsletter/cron scheduler for automatic emails
2018-06-11 13:38:11 -04:00
b36537a4e8
renderer: Processing Post without layout renders featured_image only for excerpt display type [MAILPOET-1409]
2018-06-08 17:05:37 +02:00
62fd56400b
renderer: Fixed notice in PostTransformer for older data without 'withLayout' property [MAILPOET-1409]
2018-06-08 17:02:03 +02:00
b9ce9ecf28
Fix image fullwidth toggle [MAILPOET-1365]
...
Prevent WordPress $content_width global to override
mailpoet_image_size when calling wp_get_attachment_image_src()
in ACL generated posts.
2018-06-05 10:19:39 +02:00
ac47866295
Fix image fullwidth toggle [MAILPOET-1365]
...
Prevent WordPress $content_width global to override
mailpoet_image_size when calling wp_get_attachment_image_src()
in ACL generated posts.
2018-06-05 08:59:57 +02:00
67b66856f5
removing images and headings from the excerpt
2018-06-01 11:21:59 +00:00
6914a9c224
excerpt are now displayed
2018-05-30 09:15:14 +00:00
88be42fea1
fixing naming issues
2018-05-28 10:33:13 +00:00
2215b53141
removing top padding from excerpt text
2018-05-24 07:44:41 +00:00
5b077cfb54
adding styles to containers
2018-05-23 10:39:08 +00:00
0a298f5fad
creating new ALC block and widget
2018-05-23 07:42:30 +00:00
d7ab03b1c7
rewrite PostTransformer to return old or new structure depending on the newVersion attribute
2018-05-23 05:15:40 +00:00
2da6c2ec49
Merge pull request #1362 from mailpoet/welcome-email-fix
...
Fix welcome emails
2018-05-21 09:45:25 -04:00
dbdf432c1d
Merge pull request #1347 from mailpoet/queue_rendered_subject_improvement
...
Uses queue's rendered subject when sending newsletter [MAILPOET-1373]
2018-05-17 08:35:25 -04: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
1c6c275295
Passes single array with shortcode details
2018-05-14 19:16:24 -04: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
b57c8b7533
Returns shortcode when subscriber object is null
2018-05-07 19:07:58 -04:00
ee4aefb6e3
Passes full shortcode object as function argument
2018-05-07 19:07:53 -04: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
7e6b29896f
Removes type check given that Newsletter model object is not persisted
2018-03-13 11:28:25 +00:00
be6647d763
Fix unit tests [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
e7ffe4d694
Replaces spaces in image URLs
2017-11-21 21:02:33 -05:00
72c3f763ec
Removes shortcodes from full post content
2017-11-14 13:17:47 -05:00
44c5d8490f
Fixes shortcodes not being properly stripped on excerpts
2017-11-14 12:35:08 -05:00
893c6bd72b
Remove tags from ALC display
...
[MAILPOET-1182]
2017-10-25 15:49:23 +01:00
996e6b16e7
Merge pull request #1142 from mailpoet/links
...
Enabling links on header and footer on preview [MAILPOET-1121]
2017-10-19 20:07:32 +03:00
0217e21753
Restore a default argument value [MAILPOET-1121]
2017-10-19 19:43:39 +03:00
8c8c01aa75
shows links when previewing sent newsletters
2017-10-17 14:14:08 +00:00