|
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 |
|
|
e398a2dc44
|
Never unload mailpoet scripts and styles in ConflictResolver
[MAILPOET-2117]
|
2019-06-19 06:42:15 -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 |
|
|
80fb94c00b
|
Unload WP TinyMCE loaded by another plugin
[MAILPOET-2105]
|
2019-05-27 10:06:59 -04:00 |
|
|
c1e686831c
|
Unload WP editor loaded by another plugin
[MAILPOET-2105]
|
2019-05-27 10:06:59 -04:00 |
|
|
c6f5eb943c
|
Use correct hooks and priorities for plugin conflict resolving
[MAILPOET-2105]
|
2019-05-27 10:06:59 -04:00 |
|
|
0e8d864d95
|
Never try to unload scripts and styles without 'src'
[MAILPOET-2105]
|
2019-05-27 10:06:59 -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 |
|
|
5d64ec168d
|
Add rule for concatenation operator spacing
[MAILPOET-2090]
|
2019-05-20 10:18:45 -04:00 |
|
|
12ff88ee21
|
Add rule for operator spacing
[MAILPOET-2090]
|
2019-05-20 10:18:45 -04:00 |
|
|
5da7110eb6
|
Use short array syntax
[MAILPOET-2090]
|
2019-05-20 10:18:45 -04:00 |
|
|
b9af15e19f
|
Enforce array trailling commas
[MAILPOET-2090]
|
2019-05-20 10:18:45 -04:00 |
|
|
2fd244528d
|
Move assorted tests from integration to unit [MAILPOET-2009]
|
2019-05-03 08:41:05 -04:00 |
|
|
f2e0dc7d2f
|
Refactor URL helper to DI and move its test to unit [MAILPOET-2009]
|
2019-05-03 08:41:05 -04:00 |
|
|
36322e2532
|
Remove random strings max length
|
2019-05-02 09:47:01 -04:00 |
|
|
591f75c49a
|
Replace uniqid with random_bytes
|
2019-05-02 09:47:01 -04:00 |
|
|
1923005897
|
Update PHP version warning
[MAILPOET-1947]
|
2019-04-18 10:06:48 +03:00 |
|
|
b07975b91b
|
Fix pQuery classes to respect psr-4
|
2019-04-10 16:55:10 -04:00 |
|
|
3e66e9e1dd
|
Fix phpstan level 6
[MAILPOET-1969]
|
2019-04-10 09:55:13 -04:00 |
|
|
46a0b7501b
|
Update phpstan to level 5
[MAILPOET-1969]
|
2019-04-10 09:55:13 -04:00 |
|
|
bc32e5f6f3
|
Get rid of unused argument in inlineCss
[MAILPOET-1891]
|
2019-04-10 03:05:22 -04:00 |
|
|
c2f5a98893
|
Get rid of double parsing of html within rendering
[MAILPOET-1891]
|
2019-04-10 03:05:22 -04:00 |
|
|
55ca5dfd5e
|
Fix styles parser
[MAILPOET-1891]
|
2019-04-10 03:05:22 -04:00 |
|
|
f3f769316a
|
Upgrade PHPStan level to 5
[MAILPOET-1915]
|
2019-03-21 14:02:59 -04:00 |
|
|
21766421d5
|
Upgrade PHPStan level to 4
I had to add some ignore errors until phpstan/phpstan#1482 is resolved
[MAILPOET-1915]
|
2019-03-21 14:02:59 -04:00 |
|
|
7d6f69ec1d
|
Upgrade PHPStan level to 3
[MAILPOET-1915]
|
2019-03-21 14:02:59 -04:00 |
|
|
b1d417c26d
|
Remove static from checking if email is on free domain
[MAILPOET-1882]
|
2019-03-21 13:15:29 -04:00 |
|
|
9b16a403e8
|
Create FreeDomains class
[MAILPOET-1882]
|
2019-03-21 13:15:29 -04:00 |
|
|
f0683f5226
|
Revert "Get rid of double html parsing during render" [MAILPOET-1914]
This reverts commit 6056dcd417 .
|
2019-03-20 09:23:14 -04:00 |
|
|
0a436087e1
|
Replace all WP function calls
|
2019-03-07 08:30:14 -05:00 |
|
|
66ae3edf78
|
Get rid of double html parsing during render
[MAILPOET-1797]
|
2019-03-05 13:47:15 -05:00 |
|
|
59d960b42f
|
Add nodes query cache for CSS inlining
[MAILPOET-1797]
|
2019-03-05 13:47:15 -05:00 |
|
|
bed80e67f1
|
Use phpstan level 2
[MAILPOET-1822]
|
2019-02-21 13:49:52 -05:00 |
|
|
3ee58aea10
|
Add space between if and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
a935b091d3
|
Add space between elseif/else if and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
100db25ed9
|
Add space between while 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 |
|
|
ebbdec5ebd
|
Add space between foreach and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
fba2914392
|
Add space between for and ‘(‘
[MAILPOET-1791]
|
2019-02-13 08:26:27 -05:00 |
|
|
1b2a759297
|
Merge pull request #1761 from mailpoet/renderer-css-specificity
Css specificity fixes in renderer [MAILPOET-1730]
|
2019-01-31 15:27:06 -05:00 |
|
|
e060caeeba
|
Refactor MailPoet\Twig, Utils to use new settings
[MAILPOET-1757]
|
2019-01-31 15:57:58 +01:00 |
|