Skip to content

Commit

Permalink
Merge branch 'release/2.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sommerregen committed Aug 20, 2017
2 parents 5d62aaa + a66a06f commit 0cdc8c7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions jscomments.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* JSComments v2.1.1
* JSComments v2.1.2
*
* This plugin allows Grav to integrate comments into individual pages
* from Discourse / Disqus / Facebook / Google+ / IntenseDebate and Muut
Expand All @@ -10,7 +10,7 @@
* http://benjamin-regler.de/license/
*
* @package JSComments
* @version 2.1.1
* @version 2.1.2
* @link <https://github.com/sommerregen/grav-plugin-jscomments>
* @author Benjamin Regler <[email protected]>
* @copyright 2017+, Benjamin Regler
Expand Down
2 changes: 1 addition & 1 deletion templates/plugins/jscomments/intensedebate.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
var idcomments_post_url = '{{ url|default(page.url(true, true))|e('js') }}';
</script>
<span id="IDCommentsPostTitle" style="display:none"></span>
<script src="http://www.intensedebate.com/js/genericCommentWrapperV2.js"></script>
<script src="//intensedebate.com/js/genericCommentWrapperV2.js"></script>
</div>

0 comments on commit 0cdc8c7

Please sign in to comment.