grav-plugin-comments/CHANGELOG.md

841 B

v1.1.1

12/11/2015

    • Drop the autofocus on the comment form
    • Fix double encoding (#12)

v1.1.0

11/24/2015

    • Added french (@codebee-fr) and russian (@joomline) languages
    • Takes advantage of the new nonce support provided by the Form plugin
    • Use date instead of gmdate to respect the server local time (thanks @bovisp)
    • Now works with multilang (thanks @bovisp)

v1.0.2

11/13/2015

    • Use nonce
    • Changed form action to work with multilang

v1.0.1

11/11/2015

    • Use onAdminMenu instead of the deprecated onAdminTemplateNavPluginHook
    • Fix error when user/data/comments does not exist

v1.0.0

10/21/2015

    • Initial Release