- Now requires Craft 5.0+.
{note} The plugin’s package name has changed to
verbb/readability
. Readability will need be updated to 2.0 from a terminal, by runningcomposer require verbb/readability && composer remove mikestecker/craft-readability
.
- Migration to
verbb/readability
. - Now requires Craft 4.0+.
- Simply updated the base
craftcms/cms1
requirement from^3.0.0-RC1
to^3.0.0
.
- Updated path and repo name to fit within new recommended guidelines as discussed here.
- Updated to require
craftcms/cms ^3.0.0-RC1
. - Switched to
Craft::$app->view->registerTwigExtension
to register the Twig extension.
- Updated
composer.json
.
- Initial release.