From 982da8365e32b6c387c34eaf3d4d24110f806ce8 Mon Sep 17 00:00:00 2001 From: Sommerregen Date: Mon, 16 May 2016 18:56:33 +0200 Subject: [PATCH] Updated `CHANGELOG.md` + version update --- CHANGELOG.md | 10 ++++++++++ blueprints.yaml | 2 +- jscomments.php | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 766a78f..4e4f08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v2.0.0-beta.3 +## 05/16/2016 + +2. [](#improved) + * Added `rel="nofollow"` to comment provider links + * Use canonical links as page URL and raw route as page ID for comment providers (**BC**!!!) +3. [](#bugfix) + * Fixed `jscomments` Twig function (passing variables is working now) + * Fixed broken comment pages by exposing the current page to Twig + # v2.0.0-beta.2 ## 05/14/2016 diff --git a/blueprints.yaml b/blueprints.yaml index 9ca4d2f..c71db39 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: JSComments -version: 2.0.0-beta.2 +version: 2.0.0-beta.3 testing: true description: "Add comments in your site with Discourse, Disqus, Facebook, IntenseDebate, and Muut comment system." icon: comments-o diff --git a/jscomments.php b/jscomments.php index f3a52e3..4cce7f7 100644 --- a/jscomments.php +++ b/jscomments.php @@ -1,6 +1,6 @@ * @author Benjamin Regler * @copyright 2016, Benjamin Regler