mauricerenck / komments

A Kirby comment plugin
MIT License
44 stars 8 forks source link

Code and compatibility improvements #66

Closed mauricerenck closed 6 months ago

mauricerenck commented 6 months ago

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:

mauricerenck commented 6 months ago

:tada: This PR is included in version 2.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: