Skip to content

Releases: Stillat/meerkat-statamic3

2.1.11-beta2

19 Nov 14:50
Compare
Choose a tag to compare
2.1.11-beta2 Pre-release
Pre-release
  • Adds query method to the thread manager
  • Adds getAllCommentsForUserId method to the thread manager

2.1.10-beta2

19 Nov 03:03
Compare
Choose a tag to compare
2.1.10-beta2 Pre-release
Pre-release
  • Adds missing class constants

2.1.9-beta2

19 Nov 03:00
Compare
Choose a tag to compare
2.1.9-beta2 Pre-release
Pre-release
  • Improves encoding support (specifically checks for UTF8 BOM)

2.1.8-beta2

15 Nov 15:51
Compare
Choose a tag to compare
2.1.8-beta2 Pre-release
Pre-release
  • Adds date and date_formatted alias data properties to assist with comment templating requirements #123
  • Adds meerkat:gravatar Antlers tag to retrieve the Gravatar URL for the context's current email address #124

2.1.7-beta2

12 Nov 16:16
Compare
Choose a tag to compare
2.1.7-beta2 Pre-release
Pre-release
  • Adds a new getAllSystemCommentsForCurrentUser() helper method for easily retrieving all comments for the currently authenticated user

2.1.6-beta2

08 Nov 16:54
Compare
Choose a tag to compare
2.1.6-beta2 Pre-release
Pre-release
  • Improves compatibility with a wider range of comment data structures by utilizing a full-spec YAML parser by default (see #122 )

2.1.5

25 Oct 21:08
Compare
Choose a tag to compare
2.1.5 Pre-release
Pre-release
  • Allows site administrators and developers to configure automated emails from Meerkat
  • Adds a {{ meerkat:thread }} tag to improve template readability and communicate intent (this tag works the same as {{ meerkat:responses }})
  • Deprecated the existing spam service form handler, now resides in Core (no action required unless you were utilizing the previous handler in custom code)
  • Adds a new Meerkat::onShouldHandle($handler) helper method to assist in properly responding to handleable events
  • Correctly loads supplemental configuration when configuring service providers
  • Adds a publishing.only_accept_comments_from_authenticated_users configuration item; when enabled, only authenticated user sessions can submit comments
  • Minor bug fixes and tweaks

2.1.4

21 Oct 00:48
Compare
Choose a tag to compare
2.1.4 Pre-release
Pre-release
  • Control Panel user experience improvements

2.1.3

20 Oct 18:21
Compare
Choose a tag to compare
2.1.3 Pre-release
Pre-release
  • Fixes parser issues with unexpected formats

2.1.2

20 Oct 12:28
Compare
Choose a tag to compare
2.1.2 Pre-release
Pre-release
  • Relaxes the thread ID validation system; current GUID checks are retained, but failing that, any valid string will now work.