Releases
v2.0.0
Added
Support for CSS :not() selector (#431 )
Automatically remove !important annotations from final inline style declarations (#420 )
Automatically move <style>
block from <head>
to <body>
(#396 )
PHP 7.2 support (#398 )
Debug mode. Throw debug exceptions only if debug is active. (#392 )
Changed
Test with latest and oldest dependencies on Travis (#463 )
Always enable the debug mode in the tests (#448 )
Optimize the string operations (#430 )
Deprecated
Support for PHP 5.5 will be removed in Emogrifier 3.0.
Support for PHP 5.6 will be removed in Emogrifier 4.0.
Removed
Drop support for PHP 5.4 (#422 )
Drop support for HHVM (#386 )
Fixed
Handle invalid/unrecognized selectors in media query blocks (#442 )
Throw (the correct) exception for invalid excluded selectors (#437 )
emogrifyBody must not encode umlaut entities (#414 )
Fix mapped HTML attribute values (#405 )
Make sure the HTML always has a BODY element (#410 )
Make inline style priority higher than css block priority (#404 )
Fix media regex parsing (#402 )
Silence purposefully ignored PHP Warnings (#400 )
You can’t perform that action at this time.