grav-plugin-comments/CHANGELOG.md

56 lines
1.2 KiB
Markdown
Raw Normal View History

2016-01-06 08:44:20 +00:00
# v1.1.3
## 01/06/2015
1. [](#improved)
* Disable captcha by default, added instructions on how to enable it
1. [](#bugfix)
* Increase priority for onPageInitialized in the comments plugin over the form plugin one to prevent an issue when saving comments
2015-12-11 11:21:11 +00:00
# v1.1.2
## 12/11/2015
1. [](#improved)
Fix double escaping comments text and author
2015-12-10 19:36:26 +00:00
# v1.1.1
2015-12-11 20:15:07 +00:00
## 12/11/2015
2015-12-10 19:36:26 +00:00
1. [](#improved)
2015-12-11 20:15:07 +00:00
* Drop the autofocus on the comment form
1. [](#bugfix)
* Fix double encoding (#12)
2015-12-10 19:36:26 +00:00
2015-11-24 14:30:10 +00:00
# v1.1.0
## 11/24/2015
1. [](#new)
2015-12-11 20:15:07 +00:00
* Added french (@codebee-fr) and russian (@joomline) languages
* Takes advantage of the new nonce support provided by the Form plugin
1. [](#improved)
* Use date instead of gmdate to respect the server local time (thanks @bovisp)
* Now works with multilang (thanks @bovisp)
2015-11-24 14:30:10 +00:00
# v1.0.2
## 11/13/2015
1. [](#improved)
* Use nonce
1. [](#improved)
* Changed form action to work with multilang
2015-11-10 15:25:18 +00:00
# v1.0.1
2015-11-11 10:01:55 +00:00
## 11/11/2015
2015-11-10 15:25:18 +00:00
1. [](#improved)
* Use onAdminMenu instead of the deprecated onAdminTemplateNavPluginHook
2015-12-11 20:15:07 +00:00
1. [](#bugfix)
* Fix error when user/data/comments does not exist
2015-11-10 15:25:18 +00:00
2015-10-21 22:34:21 +00:00
# v1.0.0
## 10/21/2015
1. [](#new)
* Initial Release