Commit Graph

1586 Commits

Author SHA1 Message Date
5190c23274 Merge pull request #1692 from mailpoet/review-requests
Review requests [MAILPOET-1647]
2018-12-17 08:53:10 -05:00
wxa
660c174b21 Revert "Use localStorage as a backup for users who can't update settings [MAILPOET-1627]"
This reverts commit f7057b3bd3d37f557e23dd390b298e1bdf2f37a4.
2018-12-17 14:56:49 +03:00
wxa
cb9c4ff238 Use localStorage as a backup for users who can't update settings [MAILPOET-1627] 2018-12-17 14:56:49 +03:00
wxa
5f46e35183 Use another variable for passing last_announcement_seen to JS [MAILPOET-1627] 2018-12-17 14:56:49 +03:00
wxa
33bd42c76c Fix per-user announcement dates storage [MAILPOET-1627] 2018-12-17 14:56:49 +03:00
wxa
0f8a3b701c Store last_announcement_seen dates per each WP user [MAILPOET-1627] 2018-12-17 14:56:49 +03:00
wxa
4a0f7aee47 Fix PR remarks, encapsulate logic in a React component [MAILPOET-1627] 2018-12-17 14:56:49 +03:00
wxa
11052427c0 Move in-app announcements to announcements folder [MAILPOET-1627] 2018-12-17 14:56:49 +03:00
wxa
bb1cdc1f5a Add Beamer for a What's New announcement [MAILPOET-1627] 2018-12-17 14:56:49 +03:00
f6e9601e04 Fix SubscriberManagementCest - wait for select2 to render and add more specific selector for Save button (was failing randomly) 2018-12-15 13:08:47 +01:00
b4af87c83c Merge pull request #1685 from mailpoet/new-woo-email
Disable WooCommerce emails for free users [MAILPOET-1674]
2018-12-14 10:58:20 -05:00
24edbee0a4 Show ReviewRequest modal when NPS poll submitted with score 9 or 10
[MAILPOET-1647]
2018-12-13 16:30:53 +01:00
3fa4092777 Add ReviewRequest component for asking users for plugin reviews
[MAILPOET-1647]
2018-12-13 16:30:53 +01:00
f79aee36fc Merge pull request #1688 from mailpoet/babel-upgrade
Upgrade Babel to v7 [MAILPOET-1683]
2018-12-13 07:45:53 -05:00
73ef682832 Merge pull request #1686 from mailpoet/subs-bulk-action-warning
Fix a warning when selecting bulk actions in the subscribers listing [MAILPOET-1669]
2018-12-12 09:51:24 -05:00
ee994fd042 Upgrade Babel to v7
[MAILPOET-1683]
2018-12-12 13:12:03 +01:00
b48b854095 Merge pull request #1683 from mailpoet/fix-select-all
Fix select all functionality
2018-12-11 13:37:34 -05:00
wxa
b5733de3bf Fix a warning when selecting bulk actions in subs listing [MAILPOET-1669] 2018-12-11 20:20:44 +03:00
537d94a18f Merge pull request #1684 from mailpoet/routes-fix
Fix routes after React Router upgrade [MAILPOET-1675]
2018-12-11 12:10:50 -05:00
3c3e550310 Disable WooCommerce emails for free users 2018-12-11 17:26:11 +01:00
wxa
bed5c3a31f Fix React Router routes [MAILPOET-1675] 2018-12-11 19:10:04 +03:00
bc0ece08da Fix select all functionality
I don't know what was wrong. I found out that with class check-column React
handler wasn't called. Something somewhere stopped the event propagation.
I guess something in WordPress, but I am not sure. So I renamed the class
now it is working.

[MAILPOET-1681]
2018-12-11 15:37:44 +01:00
f1d612ba77 Fix broken button captions in listings
[MAILPOET-1676]
2018-12-11 15:00:33 +01:00
f600d9f143 Merge pull request #1662 from mailpoet/webpack-cleanup
Webpack cleanup [MAILPOET-1644]
2018-12-10 16:57:48 -05:00
302c97353a Merge pull request #1640 from mailpoet/react-modal
Change React Confirm Alert style [MAILPOET-1625]
2018-12-10 12:14:38 -05:00
7080eda121 Merge pull request #1672 from mailpoet/custom-fields-modal
Make form editor modals wider [MAILPOET-1565]
2018-12-10 10:03:27 -05:00
4e70058b7f Merge pull request #1661 from mailpoet/longer-notice-timeout
Increase admin notices timeout [MAILPOET-1451]
2018-12-10 08:56:01 -05:00
wxa
1b0ee7e4b2 Remember the desktop/mobile preview switch value [MAILPOET-1583] 2018-12-10 14:31:37 +03:00
wxa
419224d7b6 Add mobile preview mode [MAILPOET-1583] 2018-12-10 14:31:37 +03:00
dc8a74e190 Replace react-confirm-alert with custom component with consistent UI 2018-12-06 20:59:06 +01:00
6429f7a689 Refactor modal to use flexbox instead of JS for positioning 2018-12-06 20:57:57 +01:00
182e5c0139 Refactor modal styles to use classes instead of IDs 2018-12-06 20:56:57 +01:00
cfb4ce1a9c Merge pull request #1663 from mailpoet/subject-post-notification
Update Post notification default subject [MAILPOET-1615]
2018-12-06 12:33:23 -05:00
b40916c9fa Make form editor modals wider
[MAILPOET-1565]
2018-12-06 13:22:56 +01:00
b6dd13c5c0 Fix react router 2018-12-04 18:35:37 +01:00
d88718d69a Fix imports to be relative to JS root
[MAILPOET-1644]
2018-12-04 10:22:24 +01:00
b8a161e1d4 Extract initializations from WebPack & make load order more deterministic
[MAILPOET-1644]
2018-12-04 10:22:24 +01:00
454c927eff Load different versions of MailPoet module more explicitly
[MAILPOET-1644]
2018-12-04 10:22:24 +01:00
191876aac0 Update Post notification default subject
[MAILPOET-1615]
2018-12-04 10:01:44 +01:00
8936836e0a Merge pull request #1626 from mailpoet/react-upgrade
Upgrade react to v16 [MAILPOET-1634]
2018-12-03 12:50:24 -05:00
ed8325c6f9 Upgrade react to v16
[MAILPOET-1634]
2018-12-03 12:54:07 +01:00
7c7b6b62ea Increase admin notices timeout
[MAILPOET-1451]
2018-11-29 17:10:48 +01:00
160d4ae3ec Pause sending of spammer users [MAILPOET-1649] 2018-11-28 18:27:44 +01:00
c29b6e1f8e Correct the welcome email status
[MAILPOET-1658]
2018-11-26 10:11:38 +01:00
3af3c46fde Merge pull request #1618 from mailpoet/more-tags
Implement pagination to tags and categories query [MAILPOET-1613]
2018-11-15 10:57:45 -05:00
ccb93ba308 Merge pull request #1620 from mailpoet/remove-tooltip
Remove font tooltip [MAILPOET-1623]
2018-11-15 07:01:10 -05:00
ab0d94aea2 Remove font tooltip
[MAILPOET-1623]
2018-11-15 10:05:30 +01:00
141cb09a54 Implement pagination to tags and categories query
[MAILPOET-1613]
2018-11-15 09:50:13 +01:00
a393ad5b61 Merge pull request #1615 from mailpoet/simplify-template-categories
Simplify email template categories [MAILPOET-1557]
2018-11-14 08:32:40 -05:00
1a926b32b5 Merge pull request #1614 from mailpoet/welcome-email-status
Display number of welcome notification on listings page [MAILPOET-1562]
2018-11-14 07:58:29 -05:00