Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
[textile] Textile v2.5.3 and v3.5.3 released
Hi all,
New day, new PHP Textile library release. This release fixes few issues, broken markup instances and cleans up white-space generation. Changes:
- Fix double image URL encoding (closes #102.)
- Fix URL reference token spoofing.
- Fix broken parser output when $strict argument was set to TRUE (closes #119.)
- Fix memory leaking tag cache. Tag cache is never reset between
textileThis()
andtextileRestricted()
calls referencing the same instance. - Fix rare instances where a link displays a wrong URL mentioned elsewhere in the document.
- Fix invalid markup generated when Redcloth-style definition list is used inside a table cell.
- Link aliases follow same allowed URL schemes as normal links.
- Update
hasRawText()
andfPBr()
to detect a wider range of raw HTML and XHTML. - Unify attribute order with Redcloth.
- Reduce list and blockquote indentation level to match paragraphs and other block tags.
- Restrict how spans are parsed (closes #106.)
- Fix citations on spans (closes #120.)
- Refactor
parseAttribsToArray()
slightly.
Version 3.5.3 requires PHP 5.3.0, and the legacy update 2.5.3 PHP 5.0.0.
Downloads | Source/instructions: 2.5.3, 3.5.3
Last edited by Gocom (2013-10-31 08:07:24)
Offline