Version 3.3.2

June 5, 2022

Fixed

  • Update string access syntax in Full Name Parser library, to fix PHP 8 support. (#45)

Version 3.3.1.1

May 16, 2022

Fixed

  • Fixed changelog formatting.

Version 3.3.1

May 15, 2022

Improved

  • Updated the version constraint for Inflector to allow 2.0, which fixes PHP 7.4 compatibility. (#34)

Version 3.3.0.1

August 7, 2020

Improved

  • Increased the widont line length threshold, to make widont a bit more liberal in closing up widowed lines. (#5)
  • Updated the version constraint for Stringy to make Wordsmith compatible with Craft 3.5. (#33)
  • (Wordsmith 3.3.0.1 is a re-tag of version 3.3.0 with more flexible dependency constraints to avoid errors when updating to Craft 3.5.)

Deprecated

  • The static $plugin accessor will be removed in v4. Use Wordsmith::getInstance() instead.

Version 3.2.0

April 20, 2020

Improved

  • Updated Emoji definitions to Unicode version 12.1 (October 2019).

Version 3.1.2

February 17, 2020

Fixed

Version 3.1.1

September 20, 2019

Fixed

  • Internalized the SubStringy library, to resolve dependency conflicts between different forks of Stringy.

Version 3.1.0

September 20, 2019

Changed

Version 3.0.5

May 20, 2019

Improved

  • Updated the version constraint for Parsedown Extra to allow 0.8.0-beta-1, which resolves a potential dependency version conflict with Doxter. (#22) (Projects can use prefer-stable to keep their Parsedown versions on the stable track in cases where Doxter is not also required.)

Version 3.0.4

November 5, 2018

Fixed

  • Added legacy parameters to the hacksaw() method for better backwards compatibility. (#2)

Version 3.0.3

September 4, 2018

Changed

  • Add craftcms/cms as a requirement (Required by plugin store)

Fixed

  • Fixed order-of-loading conflicts that could generate an error when Wordsmith tried to add Twig functions/globals. (#6)
  • Fixed a bug where an extra paragraph was prepended to the input of the chop function in paragraph mode. (#7)

Version 3.0.1

November 11, 2017

Added

  • Initial release!