Releases: textile/php-textile
Releases · textile/php-textile
Release list
v4.1.5
v4.1.4
- Fix PHP 8.5 compatibility issues with note list rendering.
v4.1.3
- This is a security update, which fixes stored XSS vulnerability in image link handing.
- Fixed: In restricted mode, restrict image link protocol. Previously and an image link's href allowed all protocols in restricted mode. Now it goes through the same validation as text links.
v4.1.2
- Fix PHP 8.4 compatibility issues (closes #227).
v4.1.1
- Links are now rendered when block tags are disabled (closes #225).
v4.1.0
v4.0.0
- HTML void tags render a self-closing slash based on the given document type. If
Parser::setDocumentType()is givenParser::DOCTYPE_XHTML, self-closing tags are used, otherwise not.
v3.8.0
- Added
Parser::setAlignClasses()andParser::isAlignClassesEnabled(). This can be used to enable img alignment classes in XHTML output document mode, instead of the default align attribute. - Added
Parser::DOCTYPE_HTML5andParser::DOCTYPE_XHTMLconstants. These can be used withParser::setDocumentType()to specify the output document type.
v3.7.7
- Fix deprecation errors that appear on PHP >= 8.1 about preg_split limit argument's NULL value.