Verbb Comments Versions Save

A Craft CMS plugin for managing comments directly within the CMS.

3.0.0

8 hours ago

Added

  • Add element conditions to allow comments to be filtered in the control panel by custom sources.

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0+.

Fixed

  • Fix an error when selecting a “Placeholder Avatar” asset.

3.0.0-beta.3

1 month ago

Fixed

  • Fix an error when selecting a “Placeholder Avatar” asset.

2.0.12

1 month ago

Fixed

  • Fix an error when selecting a “Placeholder Avatar” asset.

3.0.0-beta.2

1 month ago

Added

  • Add element conditions to allow comments to be filtered in the control panel by custom sources.

Fixed

  • Fix an error when making a comment.

3.0.0-beta.1

2 months ago

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0-beta.1+.

2.0.11

2 months ago

Fixed

  • Fix some email message translation keys.
  • Fix order of operations when uninstalling the plugin.
  • Fix Emoji support and stripping out some valid special characters for comments.

2.0.10

4 months ago

Added

  • Add “Exclude Moderator Comments” plugin setting to allow moderator comments to be excluded from moderation.
  • Add “Moderator Edited Notifications” plugin setting to notify moderators when a comment is edited.

Fixed

  • Fix element index not dislaying some characters correctly for comments.
  • Fix manually rendering JS not firing correctly in some instances.
  • Fix max comments for user check for multi-site installs.
  • Fix JS errors when no comment form is available (due to permissions).

1.9.7

5 months ago

Added

  • Add action for Comments to determine state of saving or deleting.

Fixed

  • Fix an error where trashed comments weren’t validated correctly.

2.0.9

5 months ago

Added

  • Add action for Comments to determine state of saving or deleting.
  • Add inline option for reCAPTCHA JS loading.

Fixed

  • Fix an error where trashed comments weren’t validated correctly.
  • Fix custom email templates not working for notifications.
  • Fix an error with ownerSiteId for multi-site installs.
  • Fix lack of typecast for siteId when submitting comments.

2.0.8

6 months ago

Added

  • Add support for Votes to Feed Me itegration. (thanks @JeroenOnstuimig).
  • Add extra error-handling for some email notifications.

Fixed

  • Implement Element::trackChanges() for Blitz compatibility.
  • Fix returning Vote user when both querying users and comments is allowed for GraphQL. (thanks @JeroenOnstuimig).