Details
-
Type: Story
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.5.0-b1
-
Component/s: None
-
Labels:None
Description
The html2text vendor code has been updated to be pulled in from html2text/html2text per CORE-2881.
- Update all references to html2text to use the vendors/html2text/html2text copy rather than vendors/html2text/html2text.class.php.
- This class is namespaced, and should be available by using Html2text\Html2text rather than loading the file manually in the TextParser helper
- Update each extension that uses html2text to also be updated to make calls to the non-deprecated methods of the Html2Text class.