Skip to content

v2.5.1

Compare
Choose a tag to compare
@gocom gocom released this 26 Oct 11:08
· 736 commits to master since this release

This release fixes issues introduces in v2.5.0 and allows disabling image dimensions. Changes:

  • Remove horizontal alignment from inline elements (closes #66).
  • Reinstate automatic generation of image width and height generation for relative images (closes #101).
  • Add setDimensionlessImages() and getDimensionlessImages() to suppress width and height generation for relative images and better support content for responsive layouts (closes #100).
  • Allow "." in class attributes (closes #97).

Install using Composer:

$ composer require "netcarver/textile 2.5.1"

Textile v2.5.1 requires PHP 5.0.0 or newer.