b39dac75d6
Autofix number of newlines between methods
...
[MAILPOET-2715]
2020-02-19 19:12:53 +00:00
0dcdf6e9f1
Autofix line endings
...
[MAILPOET-2715]
2020-02-19 19:12:53 +00:00
684b533bd8
Warn users on PHP < 7.1
...
[MAILPOET-2582]
2020-01-28 20:18:39 +00:00
3bbc8ea2af
Convert variable names to camel case in strings
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
8c848cfa28
Convert property names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
54549ff037
Convert variable names to camel case
...
[MAILPOET-1796]
2020-01-14 15:22:42 +01:00
43df66d162
Add public keyword to methods
...
[MAILPOET-2413]
2019-12-26 18:09:45 +03:00
a012984a7a
Move array_column polyfill to MailPoetVendor namespace
...
[MAILPOET-2545]
2019-11-27 12:38:20 +00:00
d970dda637
Replace "new SettingsController()" with fetch from DI container
...
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
1095cba1f1
Add missing translation domains
...
[MAILPOET-2494]
2019-11-05 10:34:17 +00:00
f27946444e
Exclude wizard properly
...
[MAILPOET-2469]
2019-10-24 10:59:56 +01:00
24e42c2e95
Remove banner from the last year
...
[MAILPOET-2469]
2019-10-24 10:59:56 +01:00
1ddf68898d
Add black friday banner
...
[MAILPOET-2469]
2019-10-24 10:59:56 +01:00
5214e93787
Add sniff for use empty line spacing, fix found occurences
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
ade1cc4d8e
Autofix alphabetically sorted use statements
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
1b5b9d89ff
Autofix namespace declaration spacing
...
[MAILPOET-2409]
2019-10-01 14:29:30 +01:00
f0afcbcdce
i18n: use %s placeholders instead of [number]
...
Replace `[number]` with `%s` using `sprintf()` function.
Old string:
**Good news! MailPoet won’t send emails to your [number] inactive subscribers. This is a standard practice to maintain good deliverability and open rates. But if you want to disable it, you can do so in settings. [link]Read more.[/link]**
New string:
**Good news! MailPoet won’t send emails to your %s inactive subscribers. This is a standard practice to maintain good deliverability and open rates. But if you want to disable it, you can do so in settings. [link]Read more.[/link]**
2019-09-25 20:03:21 +01:00
9bdfabc039
i18n: use WordPress %s
placeholders
2019-09-20 11:00:58 +02:00
77322a08ce
Remove confirmation sender settings and warnings
...
[MAILPOET-2328]
2019-09-12 15:45:34 +02:00
a9bb3e66ed
i18n: remove redundant HTML tag
...
The string has one `<b>` tag and two `</b>` tags. This PR removes the second closing tag.
2019-09-11 10:49:54 +03:00
d3d572faa9
Open KB links in Beacon popover
...
[MAILPOET-2179]
2019-08-28 14:28:06 -04:00
8c26e2852b
Update KB links to new URL
...
[PREMIUM-127]
2019-07-31 16:16:56 -04:00
887757cf93
Remove inactive subscribers notice feature flag
...
[MAILPOET-2161]
2019-07-09 06:53:41 -04:00
243dcb9889
Add test for inactive subscribers notice
...
[MAILPOET-2088]
2019-06-20 09:22:12 -04:00
21e3c5b1e9
Hide inactive subscribers notice behind a feture flag
...
[MAILPOET-2088]
2019-06-20 09:22:12 -04:00
74a4ff5a2f
Use DI to initialize PermanentNotices
...
[MAILPOET-2088]
2019-06-20 09:22:12 -04:00
0e99d7982c
Don't display inactive subscribers notice when time range changed
...
[MAILPOET-2088]
2019-06-20 09:22:12 -04:00
0bb18b62b2
Add inactive subscribers notice
...
[MAILPOET-2088]
2019-06-20 09:22:12 -04:00
6ff29125bf
Fix grammar
...
[MAILPOET-2022]
2019-06-03 12:54:24 -04:00
01dcdd0262
Display notice for unauthorized emails within newsletters
...
[MAILPOET-2022]
2019-06-03 12:54:24 -04:00
8712948cf2
Update basic authorized emails error to display for relevant errors
...
[MAILPOET-2022]
2019-06-03 12:54:24 -04:00
f86c0c9612
Refactor authorized emails validation from Bridge to Controller
...
[MAILPOET-2022]
2019-06-03 12:54:24 -04:00
e310bfc190
Fix translation function calls
...
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
8f79d01334
Fix coding style errors
...
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
19444bb66d
Prevent that 2 same email addresses will display in error message
...
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
3aa382a060
Refactor resume sending js code out of PHP
...
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
dd67603b7e
Add permanent notice for unauthorized emails
...
[MAILPOET-1987]
2019-05-21 09:58:29 -04:00
5da7110eb6
Use short array syntax
...
[MAILPOET-2090]
2019-05-20 10:18:45 -04:00
1923005897
Update PHP version warning
...
[MAILPOET-1947]
2019-04-18 10:06:48 +03:00
0a436087e1
Replace all WP function calls
2019-03-07 08:30:14 -05:00
3ee58aea10
Add space between if and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
a8972ca281
Add space between switch and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00
e060caeeba
Refactor MailPoet\Twig, Utils to use new settings
...
[MAILPOET-1757]
2019-01-31 15:57:58 +01:00
afb61700a3
Improve PHP 5.6 warning
...
[MAILPOET-1690]
2019-01-03 14:34:22 +01:00
bd9118a42e
Change outdated PHP version notice [MAILPOET-1659]
2018-11-29 16:06:50 +03:00
d93a3bb52f
Exclude permanent notices in the welcome wizard [MAILPOET-1659]
2018-11-29 16:06:50 +03:00
250a02f7f8
Update the PHP version message
...
[MAILPOET-1660]
2018-11-27 16:29:39 +01:00
4a781849db
Display outdated PHP version warning for 5.6 [MAILPOET-1610]
2018-11-05 11:18:15 +03:00
c4094efd91
Update PHP 5.6 warning
...
[MAILPOET-1610]
2018-11-05 11:15:59 +03:00
a943589de9
Update text on premium page
...
[MAILPOET-1590]
2018-10-18 15:08:51 +02:00