Closed j-add closed 10 months ago
I'm running into this same issue.
Looks like reverting to 4.5.11.1
fixes it
Reverting to 4.5.12 works fine too.
Thanks for calling this in. At the very least, I'll adjust the plugin to prevent overriding those filters in the cp
template mode.
✅ Wordsmith 4.4.0 is out with a change to avoid conflicting w/ Craft's filters in the CP.
Wordsmith's markdown
and md
are now deprecated, and I'll remove them in Wordsmith 5.0, since Craft now provides this functionality natively.
Craft v4.5.13 introduces a change to
markdown
andmd
filters, giving them anencode
parameter. CP templates have been updated to use this functionality. This results in aTwig Syntax Error
being thrown when the unknown argument (encode) is passed to the filter.Error encountered on
admin/utilities/deprecation-errors
page.Relevant commit