-
- Added Japanese translation
- Move captcha over email #45
-
- Fix comment form processing
- Fix issue with scope for autofilled values
-
- Use existing
Utils::startsWith()
method
- Use existing
-
- Fix #41 using Comments in a Gantry-powered theme did not escape the comment form token correctly
-
- Fix #37 showing comments older than one week in the "latest comments" view
-
- Added Croatian translation
-
- Fix #35 Allow comments to work fine on Form 2.0 too
-
- Added Romanian translation
-
- Fix issue in storing comments cache when cache is enabled #33
-
- Check if Login plugin is installed before checking for user object #28
-
- 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
- Added cache for comments
- Handle logged in users by not requiring username/email
- Reset the comments form after a comment is submitted
-
- Disable captcha by default, added instructions on how to enable it
-
- Increase priority for onPageInitialized in the comments plugin over the form plugin one to prevent an issue when saving comments
-
- 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)