28356a522a
Fix images without dimensions being given size of 0
...
[MAILPOET-1680]
2018-12-12 17:32:41 +01:00
a46d98ec44
Refactor WPFunctions to be injectable with DI
2018-12-12 16:43:52 +01:00
d0ed229373
Add css for images in columns for mobile devices
...
[MAILPOET-1653]
2018-12-11 16:41:19 +01:00
5db3536ded
Use a different hook for post notifications
...
[MAILPOET-1638]
2018-12-03 10:41:06 +01:00
467bef1d61
Do not require pluggable.php [MAILPOET-1650]
2018-11-22 17:01:33 +03:00
60a5fe2732
Remove unused parameters & variabeles, fix calls with wrong number of args
2018-11-15 11:41:04 +01:00
13329d568d
Send posts published before post notification has been created
...
[MAILPOET-1560]
2018-11-12 08:33:00 +01:00
a1457678b0
Merge pull request #1577 from mailpoet/fonts
...
adding custom fonts [MAILPOET-1493]
2018-11-08 11:18:36 -05:00
8d3e751845
Merge pull request #1602 from mailpoet/fix-paused-post-notifications
...
Don't block new post notifications by earlier ones paused during sending [MAILPOET-1609]
2018-11-08 10:10:54 -05:00
2f202f6b3d
Don't block new post notifications by one paused during sending [MAILPOET-1609]
2018-11-06 19:14:54 +03:00
cca2a1923d
fix code typos and style
2018-11-06 12:38:39 +01:00
62e47dcf12
make small improvements and additional specs details.
2018-11-06 11:01:55 +01:00
8209facb5c
adding custom fonts
2018-11-06 10:59:20 +01:00
cb8d532d64
Fix ALC rendering of posts to have a padded title
...
[MAILPOET-1558]
2018-11-05 15:33:48 +01:00
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