Skip to content

v3.5.4

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

This release fixes multiple issues with PHP-Textile library and its formatting features. 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 (closes #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 3.5.4"

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