From 239377dd7fde5ffe2410ca08d88c000567afd0a8 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Wed, 14 Feb 2018 12:25:40 -0500 Subject: [PATCH 1/2] Update version to 4.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07963655c..c5f7667a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "4.1.0", + "version": "4.2.0", "description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net", "main": "app.js", "private": true, From 0efa419b35d13011203844bd84ff27b4caad34df Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Wed, 14 Feb 2018 11:26:43 -0700 Subject: [PATCH 2/2] Update 04-03-additional-plugins.md --- docs/_docs/04-03-additional-plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/04-03-additional-plugins.md b/docs/_docs/04-03-additional-plugins.md index 3d342fad7..062904200 100644 --- a/docs/_docs/04-03-additional-plugins.md +++ b/docs/_docs/04-03-additional-plugins.md @@ -116,5 +116,5 @@ point with the still spam-like comment, the comment will be reported as containi Configuration: -- `TALK_AKISMET_API_KEY` (**required**) - The Akismet API key located on your account page -- `TALK_AKISMET_SITE` (**required**) - The URL for your site that the comment are appearing on (not the root url, the url for the articles) \ No newline at end of file +- `TALK_AKISMET_API_KEY` (**required**) - The Akismet API key located on your account page. +- `TALK_AKISMET_SITE` (**required**) - The URL where you are embedding the comment stream on to provide context to Akismet. If you're hosting talk on https://talk.mynews.org/, and your news site is https://mynews.org/, then you should set this parameter to `https://mynews.org/`