|
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 |
|
|
cd2ababade
|
Refactor utils CSS so that it can be used as service in DI container
[MAILPOET-1730]
|
2019-01-31 14:36:26 +01:00 |
|
|
f1ab901e02
|
Preserve inlined link styles in header and footer
[MAILPOET-1730]
|
2019-01-31 14:36:26 +01:00 |
|
|
f43f3497af
|
Fix styles inlining so that more specific styles are preserved
[MAILPOET-1730]
|
2019-01-31 14:36:26 +01:00 |
|
|
b6516068a0
|
Fix parseCss to return rules in correct order
[MAILPOET-1730]
|
2019-01-31 14:36:17 +01:00 |
|
|
1af4666744
|
Declare missing properties and methods for PHPStan
|
2019-01-23 21:30:24 +02:00 |
|
|
0c389f7a0c
|
Merge pull request #1709 from mailpoet/upgrade-codeception
Upgrade codeception and lucatume/wp-browser [MAILPOET-1713]
|
2019-01-10 07:07:34 -05:00 |
|
|
afb61700a3
|
Improve PHP 5.6 warning
[MAILPOET-1690]
|
2019-01-03 14:34:22 +01:00 |
|
|
d76d5d2675
|
Upgrade codeception and lucatume/wp-browser and minor deps versions
[MAILPOET-1713]
|
2019-01-03 11:30:08 +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 |
|
|
0e4de4197d
|
Merge pull request #1651 from mailpoet/array-column-fix
User polyfill for array_column [MAILPOET-1618]
|
2018-11-27 07:51:31 -05:00 |
|
|
a9f3eeeb0d
|
User polyfill for array_column
[MAILPOET-1618]
|
2018-11-27 11:13:00 +01:00 |
|
|
467bef1d61
|
Do not require pluggable.php [MAILPOET-1650]
|
2018-11-22 17:01:33 +03:00 |
|
|
9d0b7077d0
|
Fix catching non-existent exception & missing exception instantiation
|
2018-11-15 11:41:04 +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 |
|
|
82d6a4b096
|
Permit CSS assets to be loaded from WP.com CDN on MP3 pages [MAILPOET-1584]
|
2018-10-26 14:42:46 +03:00 |
|
|
a943589de9
|
Update text on premium page
[MAILPOET-1590]
|
2018-10-18 15:08:51 +02:00 |
|
|
c0e252f42a
|
Update the discount amount
[MAILPOET-1590]
|
2018-10-18 09:36:41 +02:00 |
|
|
72ea5fb84e
|
Display the announcement on the dashboard only
[MAILPOET-1590]
|
2018-10-18 09:31:22 +02:00 |
|