Skip to content

Commit

Permalink
Updated CHANGELOG.md + version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sommerregen committed May 16, 2016
1 parent 0dc453b commit 982da83
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

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.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
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.0.0-beta.2
* JSComments v2.0.0-beta.3
*
* This plugin allows Grav to integrate comments into individual pages
* from Discourse / Disqus / Facebook / IntenseDebate and Muut comments
Expand All @@ -10,7 +10,7 @@
* http://benjamin-regler.de/license/
*
* @package JSComments
* @version 2.0.0-beta.2
* @version 2.0.0-beta.3
* @link <https://github.com/sommerregen/grav-plugin-jscomments>
* @author Benjamin Regler <[email protected]>
* @copyright 2016, Benjamin Regler
Expand Down

0 comments on commit 982da83

Please sign in to comment.