Commit Graph

5504 Commits

Author SHA1 Message Date
Michelle Shull
658d989a60 Merge pull request #1382 from mailpoet/feedback-tooltips
Add feedback tooltips [MAILPOET-1320]
2018-06-11 11:36:15 -04:00
Michelle Shull
c841e5dc60 Merge pull request #1383 from mailpoet/form_template_update
Fixes always visible form subscription success message [MAILPOET-1406]
2018-06-11 10:29:43 -04:00
Michelle Shull
feb6e97eca Merge pull request #1386 from mailpoet/alc-bc-fix
ALC Backward compatibility fix for displaying images [MAILPOET-1409]
2018-06-11 10:27:49 -04:00
qfrery
7091825893 production mixpanel key 2018-06-11 13:33:13 +01:00
qfrery
313a5f8a4e analytics : use a unique public id 2018-06-11 13:28:32 +01:00
Rostislav Wolny
b00b42e4ca Refactor emails list heading to respect DRY [MAILPOET-1408] 2018-06-11 12:13:56 +02:00
Rostislav Wolny
e3a63b54cc Unify emails list heading code [MAILPOET-1408] 2018-06-11 12:13:12 +02:00
Rostislav Wolny
0af3be61dd renderer: Added basic unit test for PostTransformer structrure generation with layout 2018-06-11 09:44:59 +02:00
Rostislav Wolny
fdc5aad62a renderer: Added unit test for PostTransformer structrure generation without layout 2018-06-11 09:00:08 +02:00
qfrery
efe4668f8c Merge branch 'master' of https://github.com/mailpoet/mailpoet into best_mixpanel_integration 2018-06-08 16:27:59 +01:00
Rostislav Wolny
b36537a4e8 renderer: Processing Post without layout renders featured_image only for excerpt display type [MAILPOET-1409] 2018-06-08 17:05:37 +02:00
Rostislav Wolny
62fd56400b renderer: Fixed notice in PostTransformer for older data without 'withLayout' property [MAILPOET-1409] 2018-06-08 17:02:03 +02:00
Michelle Shull
9521134376 Merge pull request #1384 from mailpoet/mp1399
Always display colum block controls on mouse over [MAILPOET-1399]
2018-06-07 14:02:21 -04:00
Michelle Shull
ccf027b336 Merge pull request #1378 from mailpoet/not-blocked-sending
Rotate scheduled tasks [MAILPOET-1391]
2018-06-07 10:54:13 -04:00
Michelle Shull
5977cb9d63 Merge pull request #1381 from mailpoet/mp1325
Stop blocking user on template save [MAILPOET-1325]
2018-06-07 10:06:34 -04:00
Michelle Shull
962baf71a8 Merge pull request #1380 from mailpoet/mp1364
Separate welcome/whats_new pages [MAILPOET-1364]
2018-06-07 10:04:45 -04:00
Fred. P
0f08c5fa37 Always display colum block controls on mouse over [MAILPOET-1399]
the div.mailpoet_tools is now behind the newsletter editor and
move to the right on mouse over instead of simply hidden which,
caused all the invisible elements to overlap.
2018-06-07 14:00:54 +02:00
Pavel Dohnal
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
Vlad
87dbb7ff96 Updates HTML code/template formatting 2018-06-06 22:18:04 -04:00
qfrery
4070a56547 camel case 2018-06-06 17:03:22 +01:00
Pavel Dohnal
df2cd9e6e3 Add feedback tooltips
[MAILPOET-1320]
2018-06-06 16:24:46 +01:00
qfrery
d6f72087e9 video badges code review 2018-06-06 12:55:20 +01:00
Fred. P
506f2d0fbf Separate welcome/whats_new pages [MAILPOET-1364] 2018-06-06 11:51:22 +02:00
Vlad
a41c327996 Updates changelog and bumps up release version 3.7.5 2018-06-05 12:40:12 -04:00
Michelle Shull
0f46ecc433 Merge pull request #1376 from mailpoet/mp1392
Dont call flush_rewrite in init [MAILPOET-1392]
2018-06-05 06:38:14 -04:00
Michelle Shull
03b36e6b86 Merge pull request #1374 from mailpoet/mp1365
Fix image fullwidth toggle [MAILPOET-1365]
2018-06-05 06:36:59 -04:00
Pavel Dohnal
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
Fred. P
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
Fred. P
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
qfrery
705241d330 qa 2018-06-04 20:47:10 +01:00
qfrery
c88c8a9c96 add video links 2018-06-04 18:12:48 +01:00
Pavel Dohnal
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
qfrery
b855e45817 Merge branch 'master' of https://github.com/mailpoet/mailpoet into best_mixpanel_integration 2018-06-04 15:04:46 +01:00
qfrery
e7a994e09c use mixpanel.people.set 2018-06-04 15:04:40 +01:00
Fred. P
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
Michelle Shull
e4b15fb9b9 Merge pull request #1375 from mailpoet/mp1341
Updates to readme.txt [MAILPOET-1341]
2018-06-04 07:41:09 -04:00
Michelle Shull
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
Amine Ben hammou
67b66856f5 removing images and headings from the excerpt 2018-06-01 11:21:59 +00:00
Fred. P
bd76fa889a Updates to readme.txt [MAILPOET-1341] 2018-05-31 09:33:35 +02:00
Amine Ben hammou
8793d904fb allow sending of post notifications with either old or new ALC blocks 2018-05-30 09:31:04 +00:00
Amine Ben hammou
6914a9c224 excerpt are now displayed 2018-05-30 09:15:14 +00:00
Amine Ben hammou
24b63d324b release 3.7.4 3.7.4 2018-05-30 06:09:29 +00:00
Michelle Shull
76ac3b49d6 Merge pull request #1373 from mailpoet/template-description
Force migration to set default value for template description column [MAILPOET-1398]
2018-05-29 10:48:38 -04:00
Tautvidas Sipavičius
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
Amine Ben hammou
3872ffbbc4 fixing some bugs and updating template 2018-05-29 11:21:24 +00:00
Michelle Shull
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
Michelle Shull
99dcd6fa0b Merge pull request #1371 from mailpoet/queue_rerender_fix
Prevents sending queue rerendering when post notification is updated [MAILPOET-1372]
2018-05-29 06:04:39 -04:00
Tautvidas Sipavičius
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
Amine Ben hammou
88be42fea1 fixing naming issues 2018-05-28 10:33:13 +00:00
Amine Ben hammou
32a5a4ef52 not sending description when saving a template 2018-05-28 09:41:42 +00:00