* Add css class names djangocms-newsblog-content, djangocms-newsblog-article-list, articles-list-item, article-detail, etc.
3.0.0
==================
* Update code to python >= 3.7 and Django >= 3.2. * Updated translations * Fixed error when page with attached menu without apphook was not working * Removed the dollar from the routes * Fixed article search functionality to work with django CMS 3.6 * Add model Serial and field Episode into Article. Add NewsBlogSerialEpisodesPlugin. * Fix recursive error of plugin in article detail. * Use aldryn-translation-tools updated to Django 2.x. * Adjust the order of urls for resolving views. * Fix missing optional attribute application_urls in model cms.Page. Fix NotImplementedError in application_namespace. * Hide author photo. Display no-photo icon.
2.2.1
==================
* Added missing POST methods for newsblog views
2.2.0
==================
* Added support for Django 2.0 and 2.1 * Removed support for Django < 1.11 * Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.6