Skip to content

Releases: mecha-cms/x.comment

v3.0.2

05 Jun 16:25

Choose a tag to compare

Bug Fix

v3.0.1

18 Mar 05:49

Choose a tag to compare

Use `lot()` Function

v3.0.0

11 Mar 05:03

Choose a tag to compare

Update

v2.0.0

04 Feb 09:33

Choose a tag to compare

  • Updated for Mecha 3.0.0.

v1.20.2

19 Oct 14:41

Choose a tag to compare

  • Added comment-body, comment-footer, comment-form, comment-form-tasks, comment-header, comment-tasks, comments-body, comments-footer, comments-header and comments-tasks hooks.
  • Improved comment pagination feature. If there isn’t any comment pagination offset appear in the URL, by default, the current comments chunk in the comments section will be the last comments page.
  • Improved comments markup. They are now uses combination of <article> and <section> tags.
  • Moved user-related features to a separate extension.
  • Removed comment.footer hook (has been replaced by comment-tasks hook).
  • ./mecha-cms/mecha#96

v1.20.1

16 Oct 03:40

Choose a tag to compare

Update

v1.20.0

28 Aug 13:53

Choose a tag to compare

Strip Trailing New Line(s)

v1.19.2

20 Sep 06:37

Choose a tag to compare

v1.19.1

31 Jul 13:40

Choose a tag to compare

  • Fixed bug of default avatar not showing in comments due to the user extension that does not exist.
  • #3 Fixed bug of invalid parent query string value that generates a new empty comment.
  • #4 Make sure to disable the comment form if comments are closed.

v1.19.0

24 Jul 14:08

Choose a tag to compare

  • #2 Removed default spam filter. This feature can be created as a separate extension.