Releases: Stillat/meerkat-statamic3
Releases · Stillat/meerkat-statamic3
2.1.11-beta2
- Adds
query
method to the thread manager - Adds
getAllCommentsForUserId
method to the thread manager
2.1.10-beta2
- Adds missing class constants
2.1.9-beta2
- Improves encoding support (specifically checks for UTF8 BOM)
2.1.8-beta2
2.1.7-beta2
- Adds a new
getAllSystemCommentsForCurrentUser()
helper method for easily retrieving all comments for the currently authenticated user
2.1.6-beta2
- Improves compatibility with a wider range of comment data structures by utilizing a full-spec YAML parser by default (see #122 )
2.1.5
- 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
- Control Panel user experience improvements
2.1.3
- Fixes parser issues with unexpected formats
2.1.2
- Relaxes the thread ID validation system; current GUID checks are retained, but failing that, any valid string will now work.