Skip to content

Releases: nephila/djangocms-blog

1.2.1

16 Nov 07:47
bbd5a83
Compare
Choose a tag to compare

Bugfixes

  • Fix admin urlconf not matching path syntax (#648)

1.2.0

14 Nov 18:43
9454f57
Compare
Choose a tag to compare
  • BREAKING CHANGE: Replace url() function with path() (#645)

Features

  • 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)

Bugfixes

  • 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)
  • 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)

Improved Documentation

  • Improve documentation to enable social meta tags rendering (#613)

Misc

1.1.1

15 May 13:10
2e53d0c
Compare
Choose a tag to compare
  • Fix channels support
  • Avoid admin exception for related posts when config is None
  • Fix error when overriding templates folder

1.1.0

15 May 09:29
1f29cf7
Compare
Choose a tag to compare
  • 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

1.0.0

15 May 09:29
e33eeb8
Compare
Choose a tag to compare
  • 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

0.9.11

06 Aug 06:04
2be5ac9
Compare
Choose a tag to compare
  • Use menu_empty_categories config for BlogCategoryPlugin
  • Purge menu cache when deleting a BlogConfig

0.9.10

06 Aug 06:04
285ed56
Compare
Choose a tag to compare
  • Fixed allow_unicode kwarg for AutoSlugField
  • Fixed sphinx conf isort
  • Set category as requested or not depending on the permalink setting

0.9.9

06 Aug 06:04
ba04424
Compare
Choose a tag to compare
  • Fixed issue with thumbnails not being preserved in admin form
  • Pinned django-taggit version

0.9.8

13 Jan 23:06
9890e13
Compare
Choose a tag to compare
  • 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

0.9.7

05 May 10:42
365010e
Compare
Choose a tag to compare
  • Fixed subtitle field not added to the admin