Skip to content

Releases: mauricerenck/komments

v2.1.2

02 Sep 08:04
Compare
Choose a tag to compare

2.1.2 (2024-09-02)

Bug Fixes

  • new webmention format can be a string for targetpage (a3714ea), closes #68

v2.1.1

10 Aug 11:17
Compare
Choose a tag to compare

2.1.1 (2024-08-10)

Bug Fixes

  • only create webhook debug files when debug enabled (5bf780c)

v2.1.0

06 Aug 09:37
Compare
Choose a tag to compare

2.1.0 (2024-08-06)

Features

  • handle new indieconnector types (d6696b5)

v2.0.5

14 May 14:07
Compare
Choose a tag to compare

2.0.5 (2024-05-14)

Bug Fixes

v2.0.4

30 Apr 11:43
Compare
Choose a tag to compare

2.0.4 (2024-04-30)

Bug Fixes

  • comment moderation on non-primary language (3bda0f2)

v2.0.3

04 Mar 12:35
Compare
Choose a tag to compare

2.0.3 (2024-03-04)

Bug Fixes

v2.0.2

04 Mar 12:30
Compare
Choose a tag to compare

2.0.2 (2024-03-04)

Bug Fixes

  • multilanguage inbox handling (e51bcc9)

v2.0.1

04 Mar 12:10
Compare
Choose a tag to compare

2.0.1 (2024-03-04)

Bug Fixes

v2.0.0

04 Mar 11:28
Compare
Choose a tag to compare

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

v1.13.2

22 Jan 17:51
Compare
Choose a tag to compare

1.13.2 (2024-01-22)

Bug Fixes