Skip to content

Releases: nephila/djangocms-blog

2.0.7

16 Jan 11:45
Compare
Choose a tag to compare

Bugfixes

  • Pin Django CMS version < 4, update Github test matrix (#786)

2.0.6

22 Dec 14:35
Compare
Choose a tag to compare

Features

  • Switch to Coveralls Github action (#774)

Bugfixes

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

2.0.5

26 Sep 09:25
Compare
Choose a tag to compare

Bugfixes

  • Pin correct django-meta version (#763)

2.0.4

25 Sep 16:43
Compare
Choose a tag to compare

Bugfixes

  • Bump django-meta version in setup.cfg (#761)

2.0.3

22 Sep 11:15
Compare
Choose a tag to compare

Features

  • Migrate to bump-my-version (#759)

2.0.2

30 Aug 11:19
Compare
Choose a tag to compare

Features

  • Update translations (#751)

2.0.1

07 Aug 09:22
Compare
Choose a tag to compare

Features

  • Add BlogFeaturedPostsPlugin to show selected posts (#428)

2.0.0

03 Aug 11:09
Compare
Choose a tag to compare

Features

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

Bugfixes

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

1.2.3

21 Dec 11:05
d183828
Compare
Choose a tag to compare

Features

  • Improve django-app-enabler support (#660)
  • Update translations
  • Update django-app-enabler information

1.2.2

20 Dec 11:20
ed257a8
Compare
Choose a tag to compare

Features

  • Add support for Python 3.9 (#657)

Bugfixes

  • Handle unicode chars in reverse of Post and Category models, using Django path() method instead of url() (#653)

Improved Documentation

  • Update docs to clarify how to add content (#636)