- Pin Django CMS version < 4, update Github test matrix (#786)
- Switch to Coveralls Github action (#774)
- Add sphinx-rtd-theme dependency in setup (#769)
- Add force_str to FeaturedPostsPlugin __str__ method (#780)
- Fix FeaturedPostsPlugin get_posts method rendering all posts instead of selected ones (#781)
- Pin correct django-meta version (#763)
- Bump django-meta version in setup.cfg (#761)
- Migrate to bump-my-version (#759)
- Update translations (#751)
- Add BlogFeaturedPostsPlugin to show selected posts (#428)
- Add include in rss field to post, to be able to exclude blog items from rss feed. (#663)
- Add a CMS toolbar item for category and tag list (#676)
- Add optional BLOG_UNICODE_SLUGS setting that disable unicode in blog posts slugs. (#707)
- Improve meta image size handling (#718)
- Port to django 3.2/4.1 - django CMS 3.11 (#720)
- Add default_auto_field to BlogAppConfig (#737)
- Fix distinct preventing post delete from admin (#683)
- See description here: #699 (#699)
- Add classname for categories and tags that uses slug, not empty "count". (#710)
- Fix pre-commit flake8 repo url (#715)
- Fix template urls not respecting namespaces (#723)
- Do not show a post detail published on another site (#724)
- Improve django-app-enabler support (#660)
- Update translations
- Update django-app-enabler information
- Add support for Python 3.9 (#657)
- Handle unicode chars in reverse of Post and Category models, using Django path() method instead of url() (#653)
- Update docs to clarify how to add content (#636)
- Fix admin urlconf not matching path syntax (#648)
- BREAKING CHANGE: Replace url() function with path() (#645)
- Add support for django CMS 3.8 / Django 3.1 (#643)
- Update to modern tooling and port to github actions (#564)
- Add option to allow fallback language in post/category URLs (#546)
- Move post slug to top of post admin form (#567)
- Add blog post extensions (#569)
- Replace deprecated function calls (#571)
- Improve tag selection UX/UI (#614)
- Improve admin customization (#620)
- Improve documentation (#622)
- Add rtd config file and refactor test / docs dependencies (#624)
- Replace G+ metadata with Schema.org (#637)
- Update pre-commit checks to latest version (#639)
- Do not let site crash on menu if there is a namespace mismatch (#532)
- Improve setup documentation (#541)
- Fix GA on pull request (#575)
- Fix coveralls failure on pull request in GA (#577)
- Fix link in PR template (#581)
- Skip haystack index creation if aldryn-search is not installed but haystack is (#584)
- Skip towncrier on develop / master branch (#591)
- Fix missing template folders selection in plugins (#595)
- Clarify documentation regarding templates customization (#595)
- Fix extra migration when customizing BLOG_PLUGIN_TEMPLATE_FOLDERS (#597)
- Set default pytest configuration (#598)
- Add missing condition for (date_published) <li> on blog_meta template (#603)
- Fix python version declaration in tox (#606)
- Fix creating text plugin in wizard (#607)
- Split linting GA to its own file (#608)
- Doc improvements for usage with djangocms-page-meta (#613)
- Update linting (#618)
- Fix building docs (#632)
- Improve documentation to enable social meta tags rendering (#613)
- #593
- Fix channels support
- Avoid admin exception for related posts when config is None
- Fix error when overriding templates folder
- Add support for django 3.0
- Add BlogAuthorPostsListPlugin to show posts per author
- Add experimental support for django-app-enabler
- Remove cmsplugin_filer from installation docs
- Set minimum django-parler version to 2.0
- Reduce the maximum length of slug fields to 752 characters
- Fix duplicated authors in BlogAuthorPostsPlugin
- Fix to respect current locale for category names
- Improve documentation for meta tags
- Add support for django CMS 3.7
- Add support for Python 3.7
- Add image size meta for Facebook
- Add support for django-parler >= 2
- Move to django-app-helper
- Drop support for Django < 1.11
- Drop support for django CMS < 3.5
- Drop older compatibilities
- Use menu_empty_categories config for BlogCategoryPlugin
- Purge menu cache when deleting a BlogConfig
- Fixed allow_unicode kwarg for AutoSlugField
- Fixed sphinx conf isort
- Set category as requested or not depending on the permalink setting
- Fixed issue with thumbnails not being preserved in admin form
- Pinned django-taggit version
- Fixed test environment in Django 1.8, 1.9
- Added related posts to templates / documentation
- Added a fix for multiple error messages when slug is not unique
- Fixed subtitle field not added to the admin
- Fixed string representation when model has no language
- Added subtitle field
- Fixed jquery path in Django 1.9+"Fix jquery path in Django 1.9+
- Added configurable blog abstract/text CKEditor
- Fixed migration error from 0.8 to 0.9
- Added dependency on lxml used in feeds
- Fixed warning on django CMS 3.5
- Fixed wizard in Django 1.11
- Updated translations
- Fixed missing migration
- Added Django 1.11 support
- Added support for django CMS 3.4, 3.5
- Dropped support for Django<1.8, django CMS<3.2.
- Added liveblog application.
- Refactored plugin filters: by default only data for current site are now shown.
- Added global and per site posts count to BlogCategory.
- Added option to hide empty categories from menu.
- Added standalone documentation at https://djangocms-blog.readthedocs.io.
- Enabled cached version of BlogLatestEntriesPlugin.
- Added plugins templateset.
- Improved category admin to avoid circular relationships.
- Dropped strict dependency on aldryn-search, haystack. Install separately for search support.
- Improved admin filtering.
- Added featured date to post.
- Fixed issue with urls in sitemap if apphook is not published
- Moved template to easy_thumbnails_tags template tag. Require easy_thumbnails >= 2.4.1
- Made HTML description and title fields length configurable
- Added meta representation for CategoryEntriesView
- Generated valid slug in wizard if the given one is taken
- Fixed error in category filtering when loading the for via POST
- Returned 404 in AuthorEntriesView if author does not exists
- Returned 404 in CategoryEntriesView if category does not exists
- Generate valid slug in wizard if the given one is taken
- Limit categories / related in forms only to current lan
- Dropped python 2.6 compatibility
- Fixed exceptions in __str__
- Fixed issue with duplicated categories in menu
- Fixed migrations on Django 1.10
- Fixed support for aldryn-apphooks-config 0.3.1
- Fix error in get_absolute_url
- Optimized querysets
- Fixed slug generation in wizard
- Fixed issue with one migration
- Improved support for django CMS 3.4
- Added support for django CMS 3.4
- Fixed issue with multisite support
- Set the correct language during indexing
- Fixed issues with ThumbnailOption migration under mysql.
- Fixed issues with cmsplugin-filer 1.1.
- Stricter filer dependency versioning.
- Aldryn-only release. No code changes
- Aldryn-only release. No code changes
- Added django-knocker integration
- Changed the default value of date_published to null
- Cleared menu cache when changing menu layout in apphook config
- Fixed error with wizard multiple registration
- Made django CMS 3.2 the default version
- Fixed error with on_site filter
- Removed meta-mixin compatibility code
- Changed slug size to 255 chars
- Fixed pagination setting in list views
- Added API to set default sites if user has permission only for a subset of sites
- Added Aldryn integration
- Make categories non required
- Fix tests with parler>=1.6
- Use all_languages_column to admin
- Add publish button
- Fix issues in migrations. Thanks @skirsdeda
- Fix selecting current menu item according to menu layout
- Fix some issues with haystack indexes
- Add support for moved ThumbnailOption
- Fix Django 1.9 issues
- Fix copy relations method in plugins
- Mitigate issue when apphook config can't be retrieved
- Mitigate issue when wizard double registration is triggered
- Add BLOG_ADMIN_POST_FIELDSET_FILTER to filter admin fieldsets
- Ensure correct creation of full URL for canonical urls
- Move constants to settings
- Fix error when no config is found
- Add app_config field to BlogLatestEntriesPlugin
- Fix __str__ plugins method
- Fix bug when selecting plugins template
- Improve toolbar: add all languages for each post
- Improve toolbar: add per-apphook configurable changefreq, priority
- Add support for django CMS 3.2 Wizard
- Add support for Apphook Config
- Add Haystack support
- Improved support for meta tags
- Improved admin
- LatestPostsPlugin tags field has been changed to a plain TaggableManager field. A migration is in place to move the data, but backup your data first.
- Add support for Django 1.8
- Drop dependency on Django select2
- Code cleanups
- Enforce flake8 / isort checks
- Add categories menu
- Add option to disable the abstract
- Fix Django 1.7 issues
- Fix dependencies on python 3 when using wheel packages
- Drop Django 1.5 support
- Fix various templates issues
- UX fixes in the admin
- Fix page_name in template
- Set cascade to set null for post image and thumbnail options
- Multisite support
- Configurable default author support
- Refactored settings
- Fix multilanguage issues
- Fix SEO fields length
- Post absolute url is generated from the title in any language if current is not available
- If djangocms-page-meta and djangocms-page-tags are installed, the relevant toolbar items are removed from the toolbar in the post detail view to avoid confusings page meta / tags with post ones
- Plugin API changed to filter out posts according to the request.
- Django 1.7 support
- Python 3.3 and 3.4 support
- INCOMPATIBLE CHANGE: view names changed!
- Based on django parler 1.0
- Toolbar items contextual to the current page
- Add support for canonical URLs
- Add transifex support
- Add social tags via django-meta-mixin
- Per-post or site-wide comments enabling
- Simpler TextField-based content editing for simpler blogs
- Add support for custom user models
- First experimental release