wxa
1956e418d9
Convert resume sending button JS to TS, fix missing mta method var
...
[MAILPOET-3830]
2021-10-18 09:37:52 +02:00
wxa
dbb52a758e
Add deep links to email authorization notices
...
[MAILPOET-3830]
2021-10-18 09:37:52 +02:00
Rostislav Wolny
e1c84f8d6d
Use commons chunk for JS code shared between entry points
...
This is a replacement for previous admin_vendor_chunk
see 422245e3e6/webpack.config.js (L235-L251)
The automatic splitting based on minChunks seems to give better results.
[MAILPOET-3214]
2021-09-22 11:56:49 +02:00
Rostislav Wolny
952e18c25b
Use default cache groups chunks
...
[MAILPOET-3214]
2021-09-22 11:56:49 +02:00
Rostislav Wolny
422245e3e6
Merge settings and form_editor webpack configs into admin config
...
Form editor and settings used to have a separate configs because we
they use lodash and it conflicted with underscore in newsletter edtior.
We had recently fixed that conflict and now we can add them to admin.
This also resolves an issue with multiple loading of @emotion/react
[MAILPOET-3654]
2021-08-30 12:10:55 +02:00
Brezo Cordero
43d47bd0fb
Refactor translation strings
...
[MAILPOET-2844]
2021-08-18 15:52:13 +02:00
Brezo Cordero
17c0777f96
Move calendarStartDay from DateText to DatePicker
...
[MAILPOET-3703]
2021-08-16 13:31:36 +02:00
Ján Mikláš
088a756822
Remove custom MailPoet font
...
[MAILPOET-3548]
2021-06-07 13:49:33 +02:00
Rostislav Wolny
1fd30d7749
Set proper classes for WP admin submenu on editor pages
...
[MAILPOET-3527]
2021-05-03 14:04:07 +02:00
Jan Lysý
daa0b53574
Add different error message when a request timed out
...
[MAILPOET-3219]
2021-03-17 10:42:16 +01:00
Pavel Dohnal
42f1aabfd6
Move DatePicker translations to layout
...
[MAILPOET-3135]
2021-03-16 14:29:18 +01:00
Rodrigo Primo
37f5ec190b
Display the HelpScout chat for all plans with premium support
...
This commit fixes a problem in the logic used to decide whether or not
the HelpScout chat should be available on the MailPoet admin pages. Before,
we were displaying the chat for plans that include premium support and access
to MSS. But we also have plans, like the Blogger plan, that include
premium support, and should see the chat, but don't include access to
MSS. Those plans were not seeing the chat.
This was happening because the code was checking just for
`mailpoet_api_key_state.data.support_tier == 'premium'`. The
mailpoet_api_key_state setting is added to the database based on the
response from the bridge.mailpoet.com/me endpoint. This endpoint returns
a 403 error for plans that don't include the sending service.
In this commit, to fix this problem, the code now checks for both
`mailpoet_api_key_state.data.support_tier == 'premium'` and
`premium_key_state.data.support_tier == 'premium'`. The former setting
is added to the database based on the response of the
bridge.mailpoet.com/premium endpoint. This endpoint works for plans that
have access to MailPoet Premium, but don't have access to MSS. We need to
check for both settings as we also have some plans that include the
sending service, but don't include MailPoet Premium.
[MAILPOET-3438]
2021-02-25 13:35:54 +03:00
Rostislav Wolny
e576002d70
Append subscribers limit notice with info about WP users segment
...
[MAILPOET-3143]
2021-01-11 14:55:44 +01:00
Ján Mikláš
fbf73a5ebb
Fix showing "sent" status for emails without queue
...
[MAILPOET-3073]
2020-10-29 14:09:37 +01:00
Ján Mikláš
e875dc2e02
Remove Typekit, use bundled Nunito font instead
...
[MAILPOET-3073]
2020-10-29 14:09:37 +01:00
wxa
25c5b4a59c
Fix menu not expanding on non-listing pages [MAILPOET-3244]
2020-10-22 13:17:50 +02:00
Ján Mikláš
4a2e61aeb5
Add <TopBar> to forms listing
...
[MAILPOET-2780]
2020-10-21 12:14:18 +02:00
Ján Mikláš
02460f13bd
Use local date and time formats in MailPoet.Date
...
[MAILPOET-2780]
2020-10-21 12:14:18 +02:00
Pavel Dohnal
717bcecda3
Prevent loading 3rd party libs
...
[MAILPOET-3128]
2020-10-19 17:49:18 +02:00
Pavel Dohnal
97633398bf
Pass 3rd party enabled value to javascript
...
[MAILPOET-3128]
2020-10-19 17:49:18 +02:00
Jan Lysý
7449d3df3e
Move Satismeter's translations to the main layout template
...
[MAILPOET-3101]
2020-10-06 13:06:17 +02:00
Pavel Dohnal
5a7c58999c
Send mta data to template for beacon
...
[MAILPOET-3043]
2020-07-09 09:35:49 +02:00
Amine Ben hammou
29a4cabc58
Fix typo
2020-06-29 10:36:04 +02:00
Amine Ben hammou
a62eaf4f69
Add NewsletterStatus component [MAILPOET-2999]
2020-06-29 10:36:04 +02:00
Jan Jakeš
f986856cdd
Fix naming and coding style
...
[MAILPOET-2777]
2020-06-03 11:57:13 +02:00
Pavel Dohnal
e5639d1adb
Remove SPF notice
...
[MAILPOET-2867]
2020-04-27 14:25:58 +02:00
Jan Jakeš
843c521dc1
Add "Fix this!" button to display set FROM address modal
...
[MAILPOET-2805]
2020-04-06 10:52:10 +02:00
Jan Jakeš
3ef072b599
Add save functionality and success/error messages
...
[MAILPOET-2804]
2020-04-01 16:21:15 +02:00
Jan Jakeš
ae6044b6b8
Add new modal for authorizing FROM address
...
[MAILPOET-2804]
2020-04-01 16:21:15 +02:00
Pavel Dohnal
38a62850fc
Add modal component
...
[MAILPOET-2602]
2020-02-24 22:42:53 +00:00
Jan Jakeš
f7a1f63a28
Add SubscribersLimitNotice to mailpoet-subscribers page
...
[MAILPOET-2626]
2020-01-30 18:43:09 +00:00
Ján Mikláš
b287a6e609
Remove all success delivery polls
...
[MAILPOET-2596]
2020-01-28 20:21:12 +00:00
Ján Mikláš
73ec75ce6f
Merge admin.css, importExport.css and newsletterEditor.css into mailpoet-plugin.css
...
[MAILPOET-2482]
2020-01-08 15:36:25 +00:00
Ján Mikláš
b12e554735
Remove loading of non-existent rtl.css
...
[MAILPOET-2482]
2020-01-08 15:36:25 +00:00
Amine Ben hammou
10dfe741aa
Add translation
...
[MAILPOET-2390]
2019-12-16 12:21:05 +00:00
wxa
7be762c462
Improve the SPF check message [MAILPOET-2511]
2019-11-28 13:23:02 +00:00
Jan Jakeš
f9e99bb041
Use support tier to display free/premium Helpscout
...
[MAILPOET-2403]
2019-11-07 09:31:56 +00:00
Jan Jakeš
393cd3a412
Fix line endings in layout.html
...
[MAILPOET-2403]
2019-11-07 09:31:56 +00:00
Rostislav Wolny
7a960ff16e
Setup basic layout classes for block editor
...
[MAILPOET-2450]
2019-11-06 16:54:40 +00:00
Pavel Dohnal
c244bc8072
Pre connect to 3rd party to speed up loading
...
[MAILPOET-2376]
2019-09-25 20:21:41 +01:00
Rami Yushuvaev
9bdfabc039
i18n: use WordPress %s
placeholders
2019-09-20 11:00:58 +02:00
Amine Ben hammou
af12fb0acd
Hide Beacon on wizard page
...
[MAILPOET-2344]
2019-09-12 15:27:16 +02:00
wxa
a97376b443
Add SPF record notice [MAILPOET-2295]
2019-09-12 14:09:27 +02:00
Amine Ben hammou
025110af5d
Add suggested articles to Beacon
...
[MAILPOET-2338]
2019-09-11 10:16:03 +01:00
Rostislav Wolny
e21515c460
Add referral id to global JS variables
...
[MAILPOET-2182]
2019-08-22 14:36:44 -04:00
Pavel Dohnal
be02837c5c
Upgrade to Beacon 2
...
[MAILPOET-2180]
2019-08-22 08:38:57 -04:00
Amine Ben hammou
b18804fa6e
Add Notice component
2019-07-03 12:41:55 -04:00
Rostislav Wolny
3aa382a060
Refactor resume sending js code out of PHP
...
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
Jan Jakeš
343ad0008c
Render feature flags in layout.html
...
[MAILPOET-2008]
2019-05-16 10:45:55 -04:00
Amine Ben hammou
6fb43bf1a5
Remove unused strings
2019-05-10 08:56:17 -04:00