Skip to content

2.0.8-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@JohnathonKoster JohnathonKoster released this 13 Oct 00:22
· 207 commits to master since this release
  • Automatically submits false positive/negative spam results, if the site is configured to do so [card neeeded]
  • Updates the meerkat/config/akismet.php configuration. You will need to update your field mappings so it looks like this: 'referrer' => 'referer',
  • Improvements to the Akismet spam guard integration
  • Moves CoreJS and UI development to the addon repository to make it easier for community contributors (no need for custom build tools)
  • Updates npm build dependencies so that production mode builds work
  • Adds a new AddonServiceProvider::getResourceJavaScriptPath($resourceName) that will check for the existence of .min.js files, and prefer those. If none found, will fallback to developer-mode full JavaScript resources
  • Cleans up rethrow in spam HTTP API Controller
  • LocalCommentStorageManager::removeById($commentId) will now also return the removed comment as part if its affected response, in addition to any descendants
  • Marking items as spam from the Control Panel will now respect the "auto delete spam" configuration value
  • New omment submissions identified as spam will automatically be removed when the "auto delete spam" configuration value is enabled
  • Removes fr translation directory as it was just filled with test data anyway
  • Fixes a bug where an error response may fail to be created when the response object is undefined
  • Adds the ability to delete all spam comments from the Statamic Control Panel
  • Fixes a bug in SyncJS where string types were not properly checked