b16cbf9e7d
Updates column type since it may contain long meta object
2018-06-11 13:33:44 -04:00
32e02cbf52
Adds meta column to sending queues
2018-06-11 13:33:44 -04:00
7cc165b3d1
Merge pull request #1379 from mailpoet/video-guide-badges
...
Video guides: add badges to UI [MAILPOET-1395]
2018-06-11 11:37:31 -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
ccf027b336
Merge pull request #1378 from mailpoet/not-blocked-sending
...
Rotate scheduled tasks [MAILPOET-1391]
2018-06-07 10:54:13 -04:00
20cecc885a
Stop blocking user on template save
...
When the template save function throws an error
the newsletter is already being sent. We cannot
stop users.
[MAILPOET-1325]
2018-06-07 08:54:15 +01:00
4070a56547
camel case
2018-06-06 17:03:22 +01:00
d6f72087e9
video badges code review
2018-06-06 12:55:20 +01:00
0f46ecc433
Merge pull request #1376 from mailpoet/mp1392
...
Dont call flush_rewrite in init [MAILPOET-1392]
2018-06-05 06:38:14 -04:00
2c290c6e4c
Rotate sending queues
...
This should prevent sending queues to be stuck when a newsletter cannot be send.
[MAILPOET-1391]
2018-06-05 11:05:59 +01: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
c88c8a9c96
add video links
2018-06-04 18:12:48 +01:00
b8ce6ff88c
Rotate scheduled tasks
...
Scheduled tasks should rotate so that they don't block
sending when they cannot be send.
[MAILPOET-1391]
2018-06-04 16:00:32 +01:00
3589899d6b
Dont call flush_rewrite in init [MAILPOET-1392]
...
Following http://wpengineer.com/2044/custom-post-type-and-permalink/
and validating with Tautvidas we concluded there was not
reason not to use flush_rewrite_rules() as recommended which is,
upon activating and deactivating the plugin.
2018-06-04 14:49:16 +02: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
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
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
b7e33aa997
Merge pull request #1372 from mailpoet/template-desc
...
not sending `description` when saving a template [MAILPOET-1398]
2018-05-29 06:05:28 -04: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
88be42fea1
fixing naming issues
2018-05-28 10:33:13 +00:00
7b665acae3
Prevents sending queue rerendering when post notification is updated
2018-05-27 21:59:58 -04:00
2890b66cfd
Merge pull request #1366 from mailpoet/live-chat
...
Live chat & better Helpscout integration [MAILPOET-1389]
2018-05-24 07:54:40 -04:00
2215b53141
removing top padding from excerpt text
2018-05-24 07:44:41 +00: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
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
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
59f9fdb3b6
fix failing tests
2018-05-21 19:03:13 +02:00
62b5502eb1
use Carbon
2018-05-21 17:07:14 +02:00
498c014464
function wording & use Carbon
2018-05-21 16:53:20 +02:00
b3a23bdddc
Merge pull request #1363 from mailpoet/fix-post-notification-update
...
Fix sending task reschedule [MAILPOET-1378]
2018-05-21 10:43:54 -04:00
587eaffc3c
Merge pull request #1357 from mailpoet/unblock-paused
...
Pause sending tasks for inactive notifications [MAILPOET-1376]
2018-05-21 09:47:16 -04: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
e469a32f9e
Live chat & better Helpscout integration
2018-05-18 20:00:45 +02:00
9b9abf5cde
Fix sending task reschedule
...
The query returned data from the sending queue table
So the next update updated the wrong row in the tasks table
[MAILPOET-1378]
2018-05-17 16:13:51 +01: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
8a877ed637
Merge pull request #1356 from mailpoet/welcome-email-scheduling
...
Add index based on subscriber_id to scheduled_task_subscribers [MAILPOET-1382]
2018-05-17 08:33:57 -04:00
4da7ed44e5
Merge pull request #1352 from mailpoet/less-info
...
Returning only the id and email on form's response [MAILPOET-1370]
2018-05-17 06:59:10 -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