Skip to content

Releases: textile/php-textile

v4.1.5

Choose a tag to compare

@github-actions github-actions released this 21 Aug 18:28
  • This is a security update, which fixes stored XSS vulnerability in cite tag's cite attribute handling.
  • Fixed: Escape any HTML special characters used in cite tag's cite attribute.

v4.1.4

Choose a tag to compare

@github-actions github-actions released this 20 Dec 19:01
  • Fix PHP 8.5 compatibility issues with note list rendering.

v4.1.3

Choose a tag to compare

@github-actions github-actions released this 07 Jan 14:12
  • 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

Choose a tag to compare

@github-actions github-actions released this 29 Aug 16:29
  • Fix PHP 8.4 compatibility issues (closes #227).

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Jun 18:59
  • Links are now rendered when block tags are disabled (closes #225).

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 02 Jan 17:48
  • Support : and ! characters in CSS class names (closes #224).
  • Support including textile escape sequences inside link title attribute (closes #223).

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Dec 18:45
  • HTML void tags render a self-closing slash based on the given document type. If Parser::setDocumentType() is given Parser::DOCTYPE_XHTML, self-closing tags are used, otherwise not.

v3.8.0

Choose a tag to compare

@github-actions github-actions released this 03 Dec 18:20
  • Added Parser::setAlignClasses() and Parser::isAlignClassesEnabled(). This can be used to enable img alignment classes in XHTML output document mode, instead of the default align attribute.
  • Added Parser::DOCTYPE_HTML5 and Parser::DOCTYPE_XHTML constants. These can be used with Parser::setDocumentType() to specify the output document type.

v3.7.7

Choose a tag to compare

@github-actions github-actions released this 01 May 17:05
  • Fix deprecation errors that appear on PHP >= 8.1 about preg_split limit argument's NULL value.

v3.7.6

Choose a tag to compare

@gocom gocom released this 08 Jan 21:15

Changes:

  • Fix: support consecutive links without whitespace between using bracket syntax (closes #202, #205 and #206).

Install using Composer:

$ composer require netcarver/textile:3.7.6

PHP-Textile v3.7.6 requires PHP 5.3.0 or newer.