Releases: Sommerregen/grav-plugin-jscomments
Releases · Sommerregen/grav-plugin-jscomments
Grav Plugin JSComments v2.0.0-beta.5
Grav Plugin JSComments v2.0.0-beta.4
Grav Plugin JSComments v2.0.0-beta.3
Improved:
- Added
rel="nofollow"
to comment provider links - Use canonical links as page URL and raw route as page ID for comment providers (BC!!!)
Bugfix:
- Fixed
jscomments
Twig function (passing variables is working now) - Fixed broken comment pages by exposing the current page to Twig
Grav Plugin JSComments v2.0.0-beta.2
Improved:
- Minor code improvements
Bugfix:
- Fixed broken translation in admin plugin settings #4 (Beta Grav and Admin issues with translating Discourse Title tab)
- Fixed
jscomments_get_provider
Twig function
Grav Plugin JSComments v2.0.0-beta.1
New:
- Added
active
settings - Added German translations
- Added more JSComments page settings
- Add support for Discourse #2 & #3 (Thanks to @openscript)
Improved:
- Fixed strings, added help texts and broke out provider settings into tabs
- Update JS comment providers APIs according to their docs (BC !!!)
- Moved Disqus Counts settings into main Disqus admin page settings
- Refactored code (requires Grav v1.1.0+)
- Updated
README.md
bugfix:
- Fixed #1 (JScomments Not Working with Grav Beta)
Grav Plugin JSComments v1.2.0
v1.2.10
09/13/2015
Improved:
- Added translations for the admin plugin form fields.
Bugfix:
- Change the main translation key from JSCOMMENTS to PLUGIN_JSCOMMENTS for following the Grav design.
v1.2.9
09/13/2015
Bugfix:
- 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
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".
Improved:
- Update facebook widget to v2.4.
- Change facebook param from "numposts" to "num_posts" for following the facebook comments param.
- Change twig translation function to twig filter.
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.
v1.2.7
09/12/2015
New:
- Added languages.yaml for translations (some useless but nice to have it <3).
Improved:
- Change how to working code into the header page for use into admin plugin options tab, read the README.md.
- Refactoring plugin settings page into admin plugin.
Bugfix:
- Enabled plugin by default.
- Fixed small bugs into admin plugin integration.
v1.2.6
09/12/2015
Bugfix:
- Change from onPageContentRaw event to onPageInitialized because not working very well with the cache system.
v1.2.5
09/12/2015
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.
- Improve Grav cache for parsing jscomments when setup to page header.
v1.2.4
06/28/2015
Improved:
- Added multilang support for Disqus.
Bugfix:
- Fixed Twig parsing bug.
v1.2.3
02/04/2015
Bugfix:
- Update Plugin::mergeConfig() problem.
v1.2.2
02/04/2015
Improved:
- Update blueprints.yaml.
v1.2.1
01/10/2015
Improved:
- Add complete support for plugin configuration on Admin Plugin.
v1.2.0
01/01/2015
New:
- Rewrite how to add jscomments to page/template. Now working with Twig function. Check the README.md for update.
Grav Plugin JSComments v1.2.0
JSComments
is a Grav plugin which allows Grav to integrate comments into individual pages from Disqus / IntenseDebate / Facebook and Muut comments system.
Enabling the plugin is very simple. Just install the plugin folder to /user/plugins/
in your Grav install. By default, the plugin is enabled, providing some default values.