- Remove custom serializers for blog content types. They were serializing preview_image_link in the wrong format. @davisagli #75
- Fix tags widget to not have an open vocabulary, and adjust Volto widget @sneridagh #71
- Fix 'Wrong contained type' error for new blog posts with no tags created using plone.restapi. @davisagli #69
-
- Update German translations [@jonaspiterek] #63
- Update Brazilian Portuguese translations [@ericof] #67
- Add a GitHub Actions workflow to automatically check for Changelog entries on pull requests [@ericof] #65
- Added Blog Tag content type. A tags folder is created for new blogs, but not existing ones. @davisagli #61
- Limit authors vocabulary to authors from the current blog context. @davisagli #59
- Allow a Blog Post to be created inside a subfolder of a Blog #54
- Refactor post_authors indexer to avoid repeated calls to the catalog #56
-
- Add indexer for indexing authors from a blog post [@jonaspiterek] #53
- Translate id and title for Authors folder on creation [@jonaspiterek] #50
- Rename Blog fti to BlogFolder, allowing contents with id blog to be added [@ericof] #42
- Add initial blocks to auto_add_authors_container handler [@jonaspiterek] #43
- Rename blog index and metadata to blog_uid [@ericof] #48
- Control creation of "Authors" folder via registry configuration [@ericof] #34
- Add control panel to configure Blog Settings [@ericof] #36
- Additional information returned on /@authors endpoint [@ericof] #40
- Increase test coverage of the package [@ericof] #38
- Initial Package Structure for Plone 6 [@jonaspiterek] #11
- Blog and Author should be listed on Plone Navigation [@jonaspiterek] #13
- Implement i18n support [@ericof] #17
- Implement
collective.blog.blog_info
behavior [@ericof] #20 - Disable allowing to add Author globally. Fix GS titles [@jonaspiterek] #21
- Add index and metadata for blog post and blog author, Add test for blog author [@jonaspiterek] #28
- Implement collective.blog: Add Author, collective.blog: Add Blog, collective.blog: Add Post permissions [@ericof] #30
- Create folder authors inside a blog [@jonaspiterek] #32
- Improve README.md [@ericof] #15
- Initial release. [@pcdummy]