Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Release notes
This is the first beta release of Wordfilter for Drupal 8. No more new features or heavy API changes will be included for the 8.x-2.x branch, just bug fixes. If you encounter problems with this version, please report that in the issue queue.
New since alpha5:
* Objects of filtering items will now be cached after their first build.
* WordfilterConfiguration::getItems() now cares for the correct sorting of the filtering items.
* Added permission checks on descriptions on Content and Comment Type administration forms, as well as on the filtering settings form. No permission checks added on the help page though, since the user may want to know what's possible with this module at all.
* Added unit tests for WordfilterConfiguration class.
* Using Xss::filterAdmin() instead of Html::escape() for substitution text and filter words.