Ján Mikláš
a1c9be337f
Update Black Friday content
...
- added timezone to sale duration
- changed date format
- link to annual billing period
- added tracking
- switch dates in "shouldDisplay" condition, so it reads as "from to" rather than "to from"
- capitalized button
[MAILPOET-4670]
2022-09-27 11:05:34 +02:00
Rostislav Wolny
b2e6cccc3a
Update Black Friday notice for the current year campaign
...
[MAILPOET-4670]
2022-09-27 11:05:34 +02:00
Oluwaseun Olorunsola
d50aee988e
Extract logic to get email domain to Helpers class
...
MAILPOET-4601
2022-09-26 11:13:40 +02:00
Jan Jakes
24cca1ba04
Cache total subscribers count, add tests
...
[MAILPOET-4416]
2022-08-24 12:18:44 +02:00
Rostislav Wolny
1ede10fce6
Update list of popular free ESP domains
...
[MAILPOET-4302]
2022-08-11 12:36:23 +02:00
Rostislav Wolny
4ffdd5bed5
Add declare(strict_types = 1); to newly added PHP files
...
[MAILPOET-4302]
2022-08-11 12:36:23 +02:00
Oluwaseun Olorunsola
fcd12b41b5
Update DMARC Status check
...
Handle edge case for domains where DMARC `p` policy is set to reject or quarantine but `sp` (subdomain policy) is set to none
The previous implementation will return dmarcStatus === none when
sp is none but will not check for p policy as well.
If the `sp` is reject or quarantine, it would supersede the `p` status
MAILPOET-4302
2022-08-11 12:36:23 +02:00
Oluwaseun Olorunsola
f09616dc46
General refactor
...
Use a single click handler for css lookup
Set to mailpoet-js-button-authorize-email-and-sender-domain
MAILPOET-4302
2022-08-11 12:36:23 +02:00
Oluwaseun Olorunsola
c961e0a363
Add AuthorizedSenderDomainController class and tests
...
MAILPOET-4302
2022-08-11 12:36:23 +02:00
Oluwaseun Olorunsola
601b3e775b
Add DMARC Policy Checker class and
...
getDomainDmarcPolicy method
MAILPOET-4302
2022-08-11 12:36:23 +02:00
David Remer
218de96024
Fix WordPress.WP.I18n.MissingTranslatorsComment errors
...
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
David Remer
b05e6d414c
Remove WP\Functions::__ and other translate functions
...
Under the new sniffer rules, those functions produce errors and, when those methods
are used, the sniffer can not properly be applied.
[MAILPOET-4524]
2022-08-09 13:23:16 +02:00
Jan Lysý
50e98a6273
Remove old model from InactiveSubscribersNotice
...
[MAILPOET-4356]
2022-07-21 15:35:50 +02:00
Jan Lysý
e28aa7ed46
Remove old model from BlackFridayNotice
...
[MAILPOET-4356]
2022-07-21 15:35:50 +02:00
Oluwaseun Olorunsola
19b9ab8183
Hijack link to MP Shop, show email authorization modal on notices
...
MAILPOET-4300
2022-07-18 12:53:49 +02:00
Ján Mikláš
f10596feec
Fix typos in translations
...
[MAILPOET-4447]
2022-06-20 10:17:24 +02:00
Jan Lysý
d363c933ea
Add strict types declaration
...
[MAILPOET-4142]
2022-05-23 11:38:32 +02:00
Jan Lysý
98dde764a6
Add warning about deprecated filter
...
[MAILPOET-4142]
2022-05-23 11:38:32 +02:00
Sam
7631042f3d
Revert "Revert "Check post-types validity for requests""
...
This reverts commit fdb4663ca1
.
2022-04-18 11:43:47 +02:00
Rodrigo Primo
fdb4663ca1
Revert "Check post-types validity for requests"
...
This reverts commit b800cf189f
.
2022-04-11 16:30:59 -03:00
Sam Najian
b800cf189f
Check post-types validity for requests
...
[MAILPOET-4082]
2022-04-11 14:54:56 -03:00
Sam Najian
8f377d9308
Make default value for $linkTag of replaceLinkTags explicit
...
[MAILPOET-3992]
2022-04-11 15:30:29 +02:00
John Oleksowicz
fc1f3e6dc2
Inline generateToken for clarity
...
The only thing Security::generateToken was providing was a default value
for the $action, which created a pattern of using the same $action
everywhere, which may not be the best way to go.
Since it was essentially a wrapper for WP's built-in nonce functions,
it seemed clearer to use those functions directly to be more explicit
about how we're handling tokens.
[MAILPOET-2030]
2022-04-11 10:29:35 +02:00
David Remer
9f39843189
Sanitize incoming data according to WP sniffer
...
[MAILPOET-4219]
2022-04-04 17:12:33 +02:00
Jan Lysý
6d920d8c69
Store email volume limit to window
...
[MAILPOET-4047]
2022-03-01 10:58:31 +01:00
Jan Lysý
69769697ab
Add handling new type of error for email volume limit
...
[MAILPOET-4047]
2022-03-01 10:58:31 +01:00
Brezo Cordero
a1455c9f46
Remove Util\Notices\DeprecatedShortcodeNotice
...
[MAILPOET-3899]
2022-02-28 09:42:56 +01:00
John Oleksowicz
5e9728c91a
Migration and tests for new default value
...
[MAILPOET-4061]
2022-02-07 14:37:08 +01:00
Jan Lysý
3f07e591c8
Fix integration tests compatibility with PHP 8.1
...
[MAILPOET-4053]
2022-01-19 13:14:42 +01:00
Jan Jakes
9f790efbf0
Move plugin files to a subfolder
...
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00