Skip to content

Releases: Stillat/meerkat-statamic3

2.4.9-beta3

27 Oct 13:18
Compare
Choose a tag to compare
  • 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

12 Sep 18:17
Compare
Choose a tag to compare
  • Allows Statamic 3.2

2.4.7-beta3

17 Aug 22:47
Compare
Choose a tag to compare
2.4.7-beta3 Pre-release
Pre-release
  • Corrects an issue where the form handler would check for an array key without verifying variable contains array #189
  • Reintroduces the meerkat_jump field behavior from Version 1 #187

2.4.6-beta3

10 Jun 14:17
5cec6a9
Compare
Choose a tag to compare
2.4.6-beta3 Pre-release
Pre-release
  • Corrects issues with data validation in Statamic 3.1 #186

2.4.5-beta3

03 Apr 13:17
Compare
Choose a tag to compare
2.4.5-beta3 Pre-release
Pre-release
  • Removes an internal cache that was leading to unexpected results and interacting incorrectly across multiple tag invocations

2.4.4-beta3

25 Mar 23:49
Compare
Choose a tag to compare
2.4.4-beta3 Pre-release
Pre-release
  • Relaxes composer requirements to support Statamic 3.1

2.4.3-beta3

25 Mar 01:22
Compare
Choose a tag to compare
2.4.3-beta3 Pre-release
Pre-release

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 and include_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

19 Mar 20:14
Compare
Choose a tag to compare
2.4.2-beta3 Pre-release
Pre-release
  • 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

19 Mar 14:49
Compare
Choose a tag to compare
2.4.1-beta3 Pre-release
Pre-release
  • Disables automatic route correction

2.4.0-beta3

23 Feb 17:17
Compare
Choose a tag to compare
2.4.0-beta3 Pre-release
Pre-release
  • 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 the CommentRemovalEventArgs - which will contain a list of all unique context identifiers for that event