Skip to content

Commit

Permalink
Merge branch 'release/2.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sommerregen committed Jun 21, 2017
2 parents a1c7b3a + 9535be9 commit 5d62aaa
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
26 changes: 16 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v2.1.1
## 07/21/2017

3. [](#bugfix)
* Fixed broken language string in Muut comments

# v2.1.0
## 05/07/2017

Expand Down Expand Up @@ -87,25 +93,25 @@
## 09/13/2015

3. [](#bugfix)
* Remove useless field "provider" from configuration. Now this field used only for call the provider based on provider plugin options saved.
* Remove useless field `provider` from configuration. Now this field used only for call the provider based on provider plugin options saved.

# v1.2.8
## 09/13/2015

1. [](#new)
* Added multi language support for facebook template, use this format (`{grav_lang}_{grav_lang|upper}`). I'm not sure if this is the best way, but in most case working fine.
* Added new param for facebook comments "order_by" configurable from page options or into page header. Default is "Social".
* Added multi language support for Facebook template, use this format (`{grav_lang}_{grav_lang|upper}`). I'm not sure if this is the best way, but in most case working fine.
* Added new parameter for Facebook comments "order_by" configurable from page options or into page header. Default is "Social".
2. [](#improved)
* Update facebook widget to v2.4.
* Change facebook param from "numposts" to "num_posts" for following the facebook comments param.
* Update Facebook widget to v2.4.
* Change Facebook parameter from `numposts` to `num_posts` for following the Facebook comments parameter.
* Change twig translation function to twig filter.
3. [](#bugfix)
* Fixed `CHANGELOG.md` format.
* Clear code.
* Added js escape into disqus template.
* Added translation for muut template.
* Added multi languages support into muut template.
* Added js escape into intensedebate template.
* Added JS escape into Disqus template.
* Added translation for Muut template.
* Added multi languages support into Muut template.
* Added JS escape into IntenseDebate template.

# v1.2.7
## 09/12/2015
Expand All @@ -131,7 +137,7 @@
2. [](#improved)
* Update to working fine with the latest version of Grav.
* Prepare for the admin plugin the possible to setup the plugin directly with form settings.
* Added the validation of jscomments header, if setup to true or with data array the plugin parsing, overwise no.
* Added the validation of jscomments header, if setup to true or with data array the plugin parsing, otherwise no.
* Improve Grav cache for parsing jscomments when setup to page header.

# v1.2.4
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.0"
version: "2.1.1"
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.0
* JSComments v2.1.1
*
* 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.0
* @version 2.1.1
* @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/muut.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
data-share="{{ share|e('html_attr') }}"
data-widget="{{ widget|e('html_attr') }}"
type="dynamic">
{{ 'PLUGIN_JSCOMMENTS.MUUT.COMMENTS'|t|raw }}
{{ 'PLUGINS.JS_COMMENTS.MUUT.COMMENTS'|t|raw }}
</a>

{% if not language and grav.language.enabled %}
Expand Down

0 comments on commit 5d62aaa

Please sign in to comment.