-
-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update lib\Pelago\Emogrifier (install w/ composer) #2340
Conversation
This comment has been minimized.
This comment has been minimized.
1 similar comment
precisely what I did here: https://github.com/fballiano/openmage/blob/mcommerce/app/code/core/Mage/Core/Model/Email/Template/Abstract.php so I like this PR. I like the removal of the composer.lock, it makes everything difficult :-) Problem, if we move this library to composer then we need the release builder #2165 or we can't do a release. |
@fballiano |
Reading the documentation here: https://github.com/MyIntervals/emogrifier:
I think disableStyleBlocksParsing shouldn't be called in openmage, the style blocks should be parsed. For disableInlineStyleAttributesParsing (that I had in my code) instead:
I don't really understand the documentation, I think inline styles should be left as they are no? |
I think the About |
See #2411 |
Description (*)
@fballiano tried to install this with composer, but it didnt work because of php version conflicts or it does not fit to OM code anymore. Updated OM code to work with latest releases of Pelago\Emogrifier.
Related Pull Requests
See #2138
Manual testing scenarios (*)
Questions or comments
Todo: add to upcoming release builder?
Contribution checklist (*)