- Add support for Kunena 3.0 Clarified in the readme which versions of kunena are supported.
- Remove use of DIR as Joomla 2.5 still supports php 5.2
- Strict Standards: Non-static method JVersion::isCompatible() should not be called statically.
- Only validate email if it is required, or unrequire and it isn't empty.
- Fix compatibility issue with Joomla! 3.1
- Compatible with Joomla! 3.0
- Disable the submit button while sending.
- Show "login to post" message only for guests.
- Remove use of deprecated API.
- Prevent error when avatar is disabled.
- Show users' email in the backend. Make users searchable by email.
- Add "Blocked emails" option.
- Add "censored words" option.
- Fix issue voting when magic_quotes is on.
- Add integration wih Community Builder.
- RSS implemented.
- Add option to hide the character counter.
- Add option to set rating and default avatar for gravatar.
- Remember the guests' email.
- Reduce javascript size.
- Update de-DE language files. Thanks pixelstun.de
- Fix typo. (en-GB)
- Escape the avatar URI.
- Get the correct avatar for guests.
- Don't show blank image if the avatar is disabled.
- Prevent empty emoticons to be inserted.
- Fix flagged filter not working.
- Fix Strict Standards errors.
- Redirect after change status of a comment.
- Fixed pagination in the backend.
- Added fr-FR translation. Thanks Anthony MOËLLO
- Added es-ES translation. Thanks Emiliano Marini
- Added flag system.
- Added id to comments.
- Added option to hide low-rated/flagged comments.
- Added new event onAfterSaveComment.
- Added Jomsocial plugin.
- Added onVote event
- Fixed: Template overrides not working for ajax requests.
- Fixed: Guests were not able to rate comments.
- Fixed: wrong filename for Dutch translation
- Fixed: typo.
- Check for request forgeries in the vote action.
- Improved rating system.
- Fixed XSS security issue.
- Convert all the translation files to UTF-8 without BOM
- Missing file for uk-UA translation
- Add nl-NL translation. Thanks Jaco van Dieren
- Add it-IT translation. Thanks Federico Ferrazzani
- Add ru-RU translation. Thanks Алексей and Dmitry
- Add uk-UA translation. Thanks Dmitry Krasnokutsky
- Get avatar from third party components (Gravatar, Kunena, Jomsocial, K2)
- Add option to display usernames instead of real names.
- Some improvements in the layout.
- Show a notice if the comment is pending approval.
- Don't show comments links on categories that have comments disabled.
- Top Comments.
- Add comments count to the blog and featured views.
- Show avatar next to the form if the user is logged in
- Add pl-PL translation. Thanks Igor Czajka
- Add de-DE translation. Thanks Jörg Fiedler
- Small changes to the frontend layout
- Fixed a issue with float on Firefox.
- Use the translated messages in the form validator.
- Add some default params.
- Uncaught exception when voting on a comment and session has expired.
- Fixed 2 untranslated strings.