Skip to content

Releases: mauricerenck/komments

v2.0.2

04 Mar 12:30

Choose a tag to compare

2.0.2 (2024-03-04)

Bug Fixes

  • multilanguage inbox handling (e51bcc9)

v2.0.1

04 Mar 12:10

Choose a tag to compare

2.0.1 (2024-03-04)

Bug Fixes

v2.0.0

04 Mar 11:28

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

Choose a tag to compare

1.13.2 (2024-01-22)

Bug Fixes

v1.13.1

18 Dec 15:00

Choose a tag to compare

1.13.1 (2023-12-18)

Bug Fixes

  • js get submit button if not input element (0f1883b)

v1.13.0

28 Nov 11:22

Choose a tag to compare

1.13.0 (2023-11-28)

Features

v1.12.2

29 Oct 14:45

Choose a tag to compare

1.12.2 (2023-10-29)

Bug Fixes

  • handle empty mail address in webmentions #60 (8c5b3e8)

v1.12.1

21 Sep 09:20

Choose a tag to compare

1.12.1 (2023-09-21)

Bug Fixes

v1.12.0

13 Sep 11:49

Choose a tag to compare

1.12.0 (2023-09-13)

Features

  • added option to store email of senders (#58) (2d0f4e6)

v1.11.1

08 Aug 15:19

Choose a tag to compare

1.11.1 (2023-08-08)

Bug Fixes

  • get page from url when slug is translated (5bc51b4), closes #56