Skip to content

Releases: nystudio107/craft-typogrify

Version 1.1.14

06 Oct 01:07
Compare
Choose a tag to compare

Changed

  • Refactored the Twig Extension to use the same methods that the Variable does
  • Normalize text passed in by escaping untrusted strings

Version 1.1.13

05 Oct 15:07
Compare
Choose a tag to compare

Changed

  • Reverted \Twig_Markup regression; added a note to the docs

Version 1.1.12

05 Oct 00:24
Compare
Choose a tag to compare

Changed

  • Fixed an issue where Typogrify could return a \Twig_Markup from unsafe input

Version 1.1.11

13 Jun 03:04
Compare
Choose a tag to compare

Added

  • Added wordLimit Twig filter/function that truncates a string by the number of words to a given length

Version 1.1.10

25 Apr 19:29
Compare
Choose a tag to compare

Added

  • Added the ability to set the the maximum number of words considered for dewidowing

Version 1.1.9

20 Mar 23:06
Compare
Choose a tag to compare

Changed

  • Fixed the singularize service method to properly singularize words

Version 1.1.8

12 Mar 14:41
Compare
Choose a tag to compare

Added

  • Fix the getPhpTypographySettings() Twig function to be named correctly

Version 1.1.7

02 Feb 05:46
Compare
Choose a tag to compare

Added

  • Renamed the composer package name to craft-typogrify

Version 1.1.6

21 Jan 23:40
Compare
Choose a tag to compare

Added

  • Added the typogrifyFeed filter/function for RSS feeds
  • Added an optional isTitle (defauling to false) for the typogrify filter

Changed

  • Code comments/cleanup

Version 1.1.5

07 Jan 00:19
Compare
Choose a tag to compare

Changed

  • Updated to php-typography ^6.0.0