CHANGES.txt 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. Version History
  2. ===============
  3. 4.1 (2015-12-17):
  4. - added: admin option to disable river item creation (fixes #5)
  5. - added: composer support
  6. - chore: refactoring for performance and coding style
  7. 4.0 (2014-11-10):
  8. - changes for Elgg 1.9
  9. 3.3.1 (2014-11-10):
  10. - changed: restored the default events, couldn't find the reason for the removal (fixes #4)
  11. - applied Elgg coding standards
  12. 3.3 (2013-04-05):
  13. - added: Spanish translation (thanks to Iknaxio Marx http://community.elgg.org/profile/iknaxio)
  14. - added: notification on friend accept
  15. - added: French translation (thanks to https://github.com/GeekShadow PR #3)
  16. - changed: layout and code cleanup
  17. - changed: styling of topbar icon (inspired by https://github.com/minhtinh2604 PR #1)
  18. - removed: CSS because it's no longer needed
  19. 3.2 (2012-06-11):
  20. - added: direct link to add/remove friend in member listing
  21. - added: Dutch translation
  22. - added: river view now works both ways
  23. - added: river cleanup
  24. - fixed: small error in Englisch language file (thanks to Matt Beckett http://community.elgg.org/pg/profile/Beck24)
  25. - fixed: old link in notification
  26. - changed: small code optimalizations
  27. 3.1 (2012-03-02):
  28. - added: german translation (thanks to Opteron http://community.elgg.org/pg/profile/Opteron)
  29. - fixed: wrong link in new request notify (thanks to Lee http://community.elgg.org/pg/profile/8toenails)
  30. 3.0.2 (2011-12-23):
  31. - fixed: river events in Elgg 1.8.1+
  32. - changed: required Elgg version to 1.8.1
  33. 3.0.1 (2011-11-28):
  34. - fixed: page_handler issue with Elgg 1.8.1
  35. - changed: moved version history from README.txt to CHANGES.txt
  36. 3.0 (2011-11-08):
  37. - changed: Elgg 1.8 compatibility
  38. 2.3 (2011-09-23):
  39. - added: dutch translation
  40. - fixed: link on profile actions when pending friend request
  41. 2.2.4 (2011-09-19):
  42. - fixed: elgg depricated functions
  43. - changed: used more elgg functions
  44. - changed: user profile menu now shows pending request
  45. 2.2.3 (2011-08-10):
  46. - fixed: conflict with invitefriends (thanks to AV-2 http://community.elgg.org/pg/profile/vectorraster)
  47. 2.2.2 (2011-06-21):
  48. - fixed: depricated notice in start.php
  49. 2.2.1 (2011-06-15):
  50. - changed: layout of listings
  51. - fixed: depricated notice in topbar
  52. 2.2:
  53. - changed: removed action_gatekeepers from actions
  54. 2.1:
  55. - added: CSS fix to hide friendsof on profile and user pulldown menu
  56. - added: friends menu no longer showing friendsof
  57. - fixed: collections links now showing
  58. - changed: menu title language handling
  59. - changed: CSS for topbar
  60. 2.0:
  61. - added: menu options in friends and messages
  62. - added: option to revoke a request
  63. - added: listing of sent requests
  64. - changed: listing of received friend requests
  65. - changed: Elgg topbar icon
  66. 1.5:
  67. - latest release by Bosssumon and Zac Hopkinson