Releases: Stillat/meerkat-statamic3
Releases · Stillat/meerkat-statamic3
2.4.9-beta3
- Fixes an issue where validation rules may not be respected if they are a string
- Guards against null comments when interacting with the comment mutation pipeline
2.4.8-beta3
- Allows Statamic 3.2
2.4.7-beta3
2.4.6-beta3
- Corrects issues with data validation in Statamic 3.1 #186
2.4.5-beta3
- Removes an internal cache that was leading to unexpected results and interacting incorrectly across multiple tag invocations
2.4.4-beta3
- Relaxes composer requirements to support Statamic 3.1
2.4.3-beta3
Fixes
- Corrects an issue where Control Panel assets would produce a 404 error on the first visit after an update
- Corrects the filter expressions that
include_unapproved
andinclude_spam
parameters convert to - Corrects sorting behavior on nested comment replies when using the
order
parameter, or data query multi-sort - Corrects the public path behavior of the
{{ meerkat:replies-to }}
tag
New Features
- Adds a
{{ meerkat:js }}
Antlers tag to pull in the most recent Meerkat JavaScript dependency
2.4.2-beta3
- Removes all "magic" JavaScript routes
- Moves user current configuration data to an API response
- Writes JavaScript translation files at the time of asset publish instead of being dynamically generated
- Corrects various layout issues within the Comment Manager
- Moves API routes to the web.php route file to account for issues with the
include_once
on some installations - Restores automated route corrections
- Corrects an issue where translation files would not be generated when Meerkat does not contain a language file that matches Statamic's
- Removes dynamic routes from the Installation Validator checks
2.4.1-beta3
- Disables automatic route correction
2.4.0-beta3
- Removes deferred event handlers entirely until a better/more reliable solution can be implemented
- Writes event names to the
storage/meerkat/logs/events.log
file when in debug mode - Fires Statamic's
EntrySaved
on comment context's when changes are made to a comment (or it is created, removed, etc.) - Adds a
contexts
list to theCommentRemovalEventArgs
- which will contain a list of all unique context identifiers for that event