The format of this file is based on "Keep a Changelog". This project adheres to Semantic Versioning. Version numbers follow the pattern: MAJOR.FEATURE.BUGFIX
- Update string access syntax in Full Name Parser library, to fix PHP 8 support. (#45)
- Fixed changelog formatting.
- Wordsmith is ready for Craft 4!
- Updated Emoji definitions to Unicode version 14 (September 2021).
- Fully typed
Settings
properties. - Moved
Settings
model to the root namespace. - Moved
WordsmithTwigExtension
to theview
namespace.
- Removed
Wordsmith::$plugin
static accessor; usegetInstance()
instead.
- Increased the
widont
line length threshold, to makewidont
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.)
- The static
$plugin
accessor will be removed in v4. UseWordsmith::getInstance()
instead.
- Updated Emoji definitions to Unicode version 12.1 (October 2019).
- Updated the version constraint for Parsedown Extra. (#29)
- Internalized the SubStringy library, to resolve dependency conflicts between different forks of Stringy.
- Updated Wordsmith's Stringy dependency to be consistent with Craft's updated dependency. (#25)
- 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 useprefer-stable
to keep their Parsedown versions on the stable track in cases where Doxter is not also required.)
- Added legacy parameters to the
hacksaw()
method for better backwards compatibility. (#2)
- Add
craftcms/cms
as a requirement (Required by plugin store)
- 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)
- Initial release!