From a0eb380af423a481f77d9e8d2a26739bbd5ed3cf Mon Sep 17 00:00:00 2001 From: Sommerregen Date: Sun, 20 Aug 2017 16:30:55 +0200 Subject: [PATCH 1/2] Make IntenseDebate protocol agnostic #21 --- templates/plugins/jscomments/intensedebate.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/plugins/jscomments/intensedebate.html.twig b/templates/plugins/jscomments/intensedebate.html.twig index d87764a..43019d0 100644 --- a/templates/plugins/jscomments/intensedebate.html.twig +++ b/templates/plugins/jscomments/intensedebate.html.twig @@ -11,5 +11,5 @@ var idcomments_post_url = '{{ url|default(page.url(true, true))|e('js') }}'; - + From a66a06f1a970e77937d76bde0850f8520111e92f Mon Sep 17 00:00:00 2001 From: Sommerregen Date: Sun, 20 Aug 2017 16:33:44 +0200 Subject: [PATCH 2/2] :maple_leaf: Version Update - Release v2.1.2 --- CHANGELOG.md | 6 ++++++ blueprints.yaml | 2 +- jscomments.php | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ca04a..d167a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v2.1.2 +## 08/20/2017 + +3. [](#bugfix) + * Made IntenseDebate service provider protocol agnostic [#21](https://github.com/Sommerregen/grav-plugin-jscomments/issues/21) + # v2.1.1 ## 07/21/2017 diff --git a/blueprints.yaml b/blueprints.yaml index 91d06e6..d6739ca 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,5 @@ name: "JSComments" -version: "2.1.1" +version: "2.1.2" description: "Add comments to your site with Discourse, Disqus, Facebook, Google+, HyperComments, IntenseDebate, and Muut comment systems." icon: "comments-o" author: diff --git a/jscomments.php b/jscomments.php index 2454524..43264ea 100644 --- a/jscomments.php +++ b/jscomments.php @@ -1,6 +1,6 @@ * @author Benjamin Regler * @copyright 2017+, Benjamin Regler