grav-plugin-comments/CHANGELOG.md

127 lines
3.1 KiB
Markdown
Raw Normal View History

2017-02-07 13:01:07 +00:00
# v1.2.7
## xx/xx/2017
1. [](#improved)
2017-02-26 21:05:26 +00:00
* Added Japanese translation
* Move captcha over email [#45](https://github.com/getgrav/grav-plugin-comments/issues/45)
2017-05-11 17:42:43 +00:00
1. [](#bugfix)
* Fix comment form processing
* Fix issue with scope for autofilled values
2017-02-07 13:01:07 +00:00
2017-01-09 09:13:13 +00:00
# v1.2.6
## 01/09/2017
1. [](#improved)
2017-02-26 21:05:26 +00:00
* Use existing `Utils::startsWith()` method
1. [](#bugfix)
* Fix [#41](https://github.com/getgrav/grav-plugin-comments/issues/41) using Comments in a Gantry-powered theme did not escape the comment form token correctly
2016-09-16 07:51:44 +00:00
# v1.2.5
## 09/16/2016
1. [](#bugfix)
* Fix [#37](https://github.com/getgrav/grav-plugin-comments/issues/37) showing comments older than one week in the "latest comments" view
# v1.2.4
## 09/15/2016
1. [](#bugfix)
* Fix missing Twig template error if route is excluded but twig is loaded
2016-09-15 14:47:33 +00:00
# v1.2.3
## 09/15/2016
2016-08-25 12:52:22 +00:00
1. [](#improved)
* Added Croatian translation
1. [](#bugfix)
* Fix [#35](https://github.com/getgrav/grav-plugin-comments/issues/35) Allow comments to work fine on Form 2.0 too
2016-08-25 12:52:22 +00:00
2016-08-12 11:29:27 +00:00
# v1.2.2
## 08/12/2016
2016-08-01 06:37:13 +00:00
1. [](#improved)
* Added Romanian translation
1. [](#bugfix)
* Fix issue in storing comments cache when cache is enabled [#33](https://github.com/getgrav/grav-plugin-comments/issues/33)
2016-08-01 06:37:13 +00:00
# v1.2.1
2016-07-19 10:05:55 +00:00
## 07/19/2016
1. [](#bugfix)
* Check if Login plugin is installed before checking for user object [#28](https://github.com/getgrav/grav-plugin-comments/issues/28)
2016-07-14 19:52:54 +00:00
# v1.2.0
## 07/14/2016
2016-05-30 09:19:22 +00:00
1. [](#improved)
* Prevent a missing template problem on ignored routes
* Allow to translate the comments form
* Added spanish and brazilian portuguese translations
* Enhanced german, russian and french translations
2016-07-14 19:52:54 +00:00
* Added cache for comments
* Handle logged in users by not requiring username/email
* Reset the comments form after a comment is submitted
2016-05-30 09:19:22 +00:00
2016-02-05 20:46:12 +00:00
# v1.1.4
2016-02-05 21:21:55 +00:00
## 02/05/2016
2016-02-05 20:46:12 +00:00
1. [](#improved)
* Added german and polish
* Avoid listening on onTwigTemplatePaths if not enabled
2016-01-06 08:44:20 +00:00
# v1.1.3
2016-01-06 08:44:42 +00:00
## 01/06/2016
2016-01-06 08:44:20 +00:00
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)
2016-05-30 09:19:22 +00:00
* 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)
2016-05-30 09:19:22 +00:00
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