Version 3.0.1

August 31, 2018

Added

  • Add license to composer.json (fixes #7)

Changed

  • Remove PHP version requirement (fixes #11)

Version 3.0.0

March 31, 2018

Added

  • Update for Craft 3.

Version 2.1.0

February 17, 2017

Added

  • Add Travis CI configuration.
  • Add documentation URL.
  • Add schema version.
  • Add releases feed.

Changed

  • Reorganise plugin according to current best practices.
  • Use present tense in CHANGELOG.

Fixed

  • Update parser to accept objects with a __toString method.

Version 2.0.1

January 1, 2016

Fixed

  • Fix copying of README in build process.

Version 2.0.0

December 31, 2015

Added

  • Add CHANGELOG
  • Implement unit tests for 'utility' classes.
  • Implement build process.

Changed

  • Rename plugin from SmartDown to Smartdown. Beware case-insensitive version control systems.
  • Rename 'SmartDownService' to 'SmartdownService'.
  • Remove deprecated 'markdown' and 'smartypants' Twig filter options.
  • Update MarkdownExtra to version 1.6.
  • Update SmartyPants to version 1.6 beta

Fixed

  • Fix issue with SmartyPants dependency containing errant '.git' folder

Version 1.0.0

July 29, 2015

Added

  • Add 'SmartDownService'.
  • Add 'modifySmartdownMarkupInput' hook.
  • Add 'modifySmartdownMarkupOutput' hook.
  • Add 'modifySmartdownTypographyInput' hook.
  • Add 'modifySmartdownTypographyOutput' hook.

Changed

  • Deprecate 'markdown' Twig filter option. Use 'markup' instead.
  • Deprecate 'smartypants' Twig filter option. Use 'typography' instead.

Version 0.1.0

August 20, 2013

Added

  • Add 'smartdown' Twig filter, which runs a string through MarkdownExtra and SmartyPants.