CHANGES.txt 914 B

1234567891011121314151617181920
  1. == VERSION HISTORY ==
  2. 2.0.1 (09/26/2015):
  3. - compatibility 1.9 through 1.12
  4. 2.0.0 (09/25/2015):
  5. - upgrade for Elgg 1.9
  6. - protect anonymous user pages with admin_gatekeeper
  7. - remove custom settings for styling anonymous user - use core profile/settings/avatar page
  8. - remove user hover menu for anonymous entirely (as of Elgg 1.11)
  9. - removes recaptcha (use recaptcha plugin)
  10. - optional add to river setting
  11. - much code cleanup
  12. - more secure email moderation links
  13. 1.0 -
  14. - combines moderated_comments and speak_freely plugins
  15. - adds required email field that is only sent in notifications, along with the IP address of the poster. These are not permanently stored - they are to help the owner contact the poster by email if needed.
  16. - implements stopforumspam integration to prevent known spammers from adding comments
  17. - prevents saving of URLs or other rich text formatting beyond simple bold, italic, etc.