Skip to content

Releases: nystudio107/craft-typogrify

Version 4.0.1

27 Nov 18:14
Compare
Choose a tag to compare

Changed

  • Switch to VitePress ^1.0.0-alpha.29 for the documentation
  • Add the correct Algolia keys for the doc search functionality
  • Add allow-plugins to the composer.json to enable CI to work

Fixed

  • Fixed an issue where null or other non-string values were not typecast when passed to truncate() or truncateOnWord()

Version 1.1.20

27 Nov 18:06
Compare
Choose a tag to compare

Changed

  • Switch to VitePress ^1.0.0-alpha.29 for the documentation
  • Add the correct Algolia keys for the doc search functionality
  • Add allow-plugins to the composer.json to enable CI to work

Version 4.0.0

24 May 15:43
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 release

Fixed

  • Fixed the various filters to allow for the passing of empty values via (#73)

Version 4.0.0-beta.2

09 Mar 03:52
Compare
Choose a tag to compare

Fixed

  • Updated types for Craft CMS 4.0.0-alpha.1 via Rector

Version 4.0.0-beta.1

23 Feb 05:47
Compare
Choose a tag to compare

Added

  • Initial Craft CMS 4 compatibility

Version 1.1.19

23 Feb 04:18
Compare
Choose a tag to compare

1.1.19 - 2022.02.22

Added

  • Add .gitattributes & CODEOWNERS

Changed

  • Switched documentation system to VitePress
  • Use Textlint for the documentation
  • Build documentation automatically via GitHub action

Version 1.1.18

30 Apr 21:33
Compare
Choose a tag to compare

Changed

  • Fixed an issue where wordLimit turns "à" characters into "�"
  • Updated Twig namespacing to be compliant with deprecated class aliases in 2.7.x

Version 1.1.17

20 Mar 20:32
Compare
Choose a tag to compare

Changed

  • Fixed an issue where wordLimit always appended the ellipsis, regardless of whether truncation happened or not
  • Allow for escaping inputs by default

Version 1.1.16

08 Nov 20:46
Compare
Choose a tag to compare

Changed

  • Fixed an issue with pluralize and singularize not respecting the $number passed in

Version 1.1.15

09 Oct 21:07
Compare
Choose a tag to compare

Changed

  • Allow null to be passed in to the various filters
  • Once again, revert to not auto-escaping text that is passed in