b22d9e1550
Fix conditional font-include comment for Outlook
...
[MAILPOET-2562]
2019-12-12 19:07:38 +00:00
2c0f16b0dd
Fix tests and default values
...
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
e1a8883935
Preprocess transactional email newsletter
...
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
f34128d91b
Add WC blocks preprocessing
...
[MAILPOET-2286]
2019-11-28 14:07:38 +00:00
5f5a254548
Move preprocessing logic into Preprocessor class
...
[MAILPOET-2286]
Additional preprocessing logic is needed to handle WooCommerce
blocks, so instead of making the Renderer class even bigger,
I am creating a new Preprocessor class. I wanted to move the
`addMailpoetLogoContentBlock` logic as well but it will break
tests and require a lot of refactor to fix them so I am leaving
it here for now.
2019-11-28 14:07:38 +00:00
9166f280d0
Move CSS to MailPoetVendor namespace
...
[MAILPOET-2545]
2019-11-27 12:38:20 +00: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
01a0fe96c4
Remove no longer necessary checks
...
[MAILPOET-1948]
2019-09-12 13:59:32 +02:00
472662b106
Add test for text renderer
...
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
948d58e310
Add test for social icons renderer
...
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
9a2101f13f
Add test for image renderer
...
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
48a6a842da
Add test for header renderer
...
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
5055c53e2b
Add test for footer
...
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
28c87b746c
Add test for divider
...
[MAILPOET-2086]
2019-05-20 13:14:43 -04:00
9c0d39e74b
Add test for spacer renderer
...
[MAILPOET-2086]
2019-05-20 13:14:43 -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
a27b224d8f
Fix usage of content helpers to respect context
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
b9799a5446
Slightly improve regex in link content helper
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
724363d892
Remove unnecessary parameters from block helpers
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
4f7afb9829
Add php doc to block render helpers
...
[MAILPOET-1891]
2019-04-10 03:05:22 -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
7116ff2720
Fix mail preheader
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
e820d690b5
Refactor text renderer
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
7fc2c25fa1
Refactor column renderer
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
fbb015dc8c
Refactor social renderer
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
e345f7ead1
Refactor image renderer
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
604583bbc8
Refactor footer and header renderer
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
5a5cdf4fd1
Refactor divider and spacer renderers
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
50386ba9ed
Refactor button renderer
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
d07f64038b
Add output helpers
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
756ebe673b
Get rid of global & encoding in post process
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
fdb7dc971c
Get rid of removing !important flags in render post process
...
[MAILPOET-1891]
2019-04-10 03:05:22 -04:00
51de087c01
Remove top padding for ALC & Post block titles
...
[MAILPOET-1701]
2019-03-29 11:44:22 -04:00
8d689f4f60
Remove heading bottom margin for ALC, Post, and header-only blocks
...
[MAILPOET-1701]
2019-03-29 11:44:22 -04:00
1b5afa92da
Change 20px bottom block margin to 10px top+bottom padding in Renderer
...
[MAILPOET-1701]
2019-03-29 11:44:22 -04:00
ff4d5be38a
Add a non breaking space
...
Instead of a normal space that has been removed by outlook I added a non breaking space
[MAILPOET-1827]
2019-03-27 09:45:21 -04:00
f3f769316a
Upgrade PHPStan level to 5
...
[MAILPOET-1915]
2019-03-21 14:02:59 -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
ab097d356a
Fix PHPStan errors
2019-03-07 08:30:14 -05:00
0a436087e1
Replace all WP function calls
2019-03-07 08:30:14 -05:00
00f6a5bcd8
Add annotations to renderer
...
[MAILPOET-1797]
2019-03-05 13:47:15 -05:00
66ae3edf78
Get rid of double html parsing during render
...
[MAILPOET-1797]
2019-03-05 13:47:15 -05:00
4e27152c93
Add private access to internal methods in Renderer
...
[MAILPOET-1797]
2019-03-05 13:47:15 -05:00
35d39a6ac9
Implement adjustable line-height
...
[MAILPOET-1450]
2019-03-05 07:21:16 -05:00
fb77167a1f
Remove unused imports [MAILPOET-1825]
2019-02-21 09:51:53 -05:00
3ee58aea10
Add space between if and ‘(‘
...
[MAILPOET-1791]
2019-02-13 08:26:27 -05:00