Skip to content

Releases: Stillat/meerkat-statamic3

3.0.0

08 Jul 20:31
Compare
Choose a tag to compare

This release:

2.6.4

01 Mar 15:02
Compare
Choose a tag to compare
  • Improves how the routing of the "View Entry" link in the control panel (#225 )
  • Improves the JSON export by adding the data keys 🤦‍♂️
  • Removes the internal default limit of 10 on both the JSON and CSV exports (#226 )
  • Adds the entry's ID and Title to the JSON and CSV Exports (#226 )

2.6.3

22 Feb 16:54
Compare
Choose a tag to compare
  • Corrects an issue where subsequent reply link clicks would not work when using {{ meerkat:replies-to }}

2.6.2

09 Dec 13:54
Compare
Choose a tag to compare
  • Corrects an issue with the default comment date format

2.6.1

10 Aug 15:15
Compare
Choose a tag to compare
  • Corrects an issue where Value ID objects would trigger array offset type errors #209

2.6.0

30 May 15:06
Compare
Choose a tag to compare

This release provides a way to override the "from" email address that is used when sending automated comment submitted emails. By default, the email address provided by the comment author will be used.

To set this new option, you will need to add a new entry to your site's config/meerkat/email.php configuration file (this option is not currently available within the Control Panel UI):

<?php

return [

    // ...

    /*
    |--------------------------------------------------------------------------
    | From Address
    |--------------------------------------------------------------------------
    |
    | By default the "from" address will be the email of the
    | comment author when sending automated emails. Change
    | this value from "null" to a different value to use
    | a different "from" email address when sending.
    |
    */
    'from_address' => null,

    // ...
];

To force Meerkat to use your custom "from" email address, change the value from null to your desired email address. If your site's configuration has been cached, the cache will need to be cleared.

2.5.1

05 May 13:59
Compare
Choose a tag to compare
  • Prevents the dashboard from erroring out after deleting an entry that has comments #204

2.5.0

10 Apr 19:37
Compare
Choose a tag to compare
  • Bumps minimum PHP and Statamic versions
  • Corrects a toCacheableArray() method not found error

2.4.11

24 Feb 21:11
Compare
Choose a tag to compare
  • Resolves an issue where the filter icon would take up the entire screen - thanks @katjapvl !

2.4.10

23 Feb 23:33
Compare
Choose a tag to compare
  • Corrects an issue where thread IDs are value objects
  • Corrects an issue with non-string identifiers from Statamic users
  • Corrects visual display issue of publish form tabs