Skip to content

v2.5.4

Compare
Choose a tag to compare
@netcarver netcarver released this 05 Nov 20:34
· 736 commits to master since this release

This release fixes multiple issues with Textile library and its formatting features. This is the final feature release for the legacy 2.5.x series. From 2.5.4 onwards, 2.5.x will only receive critical security fixes and patches, while 3.x is moving forwards.

Changes:

  • Fix broken image alignment in HTML5 mode (closes #123).
  • Fix duplicate HTML IDs that occur when a footnote isn't referenced in the content (#125).
  • Don't include image alignment to the URL in restricted mode.
  • Detect and process quoted quote symbols.
  • New link parser (closes #86, #87 and #128).

Install using Composer:

$ composer require "netcarver/textile 2.5.4"

PHP-Textile v2.5.4 requires PHP 5.0.0 or newer.