This beta release fixes a couple of items that were not addressed in the previous beta.
Changed
DelimiterProcessorInterface::process()will accept any type ofAbstractStringContainernow, not justTextnodes- The
Delimiterconstructor,getInlineNode(), andsetInlineNode()no longer accept genericNodeelements - onlyAbstractStringContainers
Removed
- Removed all deprecated functionality:
- The
safeoption (usehtml_inputandallow_unsafe_linksoptions instead) - All deprecated
RegexHelperconstants DocParser::getEnvironment()(you should obtain it some other way)AbstractInlineContainer(useAbstractInlineinstead and makeisContainer()returntrue)
- The