Releases: nystudio107/craft-typogrify
Releases · nystudio107/craft-typogrify
Version 1.1.14
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
Changed
- Reverted
\Twig_Markup
regression; added a note to the docs
Version 1.1.12
Changed
- Fixed an issue where Typogrify could return a
\Twig_Markup
from unsafe input
Version 1.1.11
Added
- Added
wordLimit
Twig filter/function that truncates a string by the number of words to a given length
Version 1.1.10
Added
- Added the ability to set the the maximum number of words considered for dewidowing
Version 1.1.9
Changed
- Fixed the
singularize
service method to properly singularize words
Version 1.1.8
Added
- Fix the
getPhpTypographySettings()
Twig function to be named correctly
Version 1.1.7
Added
- Renamed the composer package name to
craft-typogrify
Version 1.1.6
Added
- Added the
typogrifyFeed
filter/function for RSS feeds - Added an optional
isTitle
(defauling tofalse
) for thetypogrify
filter
Changed
- Code comments/cleanup
Version 1.1.5
Changed
- Updated to
php-typography
^6.0.0