Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

40 lines (19 loc) · 1.46 KB

Wordsmith Changelog

All notable changes to the Wordsmith plugin will be documented in this file.

The format of this changelog is based on "Keep a Changelog".

This project adheres to Semantic Versioning. Version numbers follow the pattern: MAJOR.FEATURE.BUILD

3.0.5 - 2019-05-20

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.)

3.0.4 - 2018-11-05

Fixed

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

3.0.3 - 2018-09-04

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)

3.0.1 - 2017-11-11

Added

  • Initial release!