- Add license to
composer.json
(fixes #7)
- Remove PHP version requirement (fixes #11)
- Update for Craft 3.
- Add Travis CI configuration.
- Add documentation URL.
- Add schema version.
- Add releases feed.
- Reorganise plugin according to current best practices.
- Use present tense in CHANGELOG.
- Update parser to accept objects with a
__toString
method.
- Fix copying of README in build process.
- Add CHANGELOG
- Implement unit tests for 'utility' classes.
- Implement build process.
- 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
- Fix issue with SmartyPants dependency containing errant '.git' folder
- Add 'SmartDownService'.
- Add 'modifySmartdownMarkupInput' hook.
- Add 'modifySmartdownMarkupOutput' hook.
- Add 'modifySmartdownTypographyInput' hook.
- Add 'modifySmartdownTypographyOutput' hook.
- Deprecate 'markdown' Twig filter option. Use 'markup' instead.
- Deprecate 'smartypants' Twig filter option. Use 'typography' instead.
- Add 'smartdown' Twig filter, which runs a string through MarkdownExtra and SmartyPants.