Skip to content

v2.0.0

Compare
Choose a tag to compare
@mauricerenck mauricerenck released this 04 Mar 11:28
· 18 commits to main since this release

2.0.0 (2024-03-04)

This release comes with a lot of improvements under the hood. Some of those are breaking changes!

Breaking change: The plugin will not use the moderation cookies which were used to show a user that her comment is still pending. The entire Cookie handling was removed.

Breaking change: Using structures for all types of comments in the frontend. There was a mixture of structures and arrays used in the snippets for showing comments etc. This was mainly for backwards compatibility with very old versions. This has been unified, the arrays have been removed, I am using structures for everything. *If you use custom snippets make sure to adapt those to the new code, this will otherwise break your site!

Breaking change: Removed the quote feature. This feature has not been actively used for years now so I removed it. If you somehow used this, this won't work anymore.

Breaking change: The frontend css has been reduced to a minimum. You may want to adjust yours. The HTML structure didn't change.

Also:

fix: show all language comments in panel moderation view

fix: better backwards compatibility with Kirby 3

improvement: refactored classes and tests

improvement: remove needless api calls