CHANGES.txt 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. Version 1.10.1 (2015-12-16)
  2. Features:
  3. * Sends notification of group membership requests to group owner
  4. * The plugin is now compatible with Elgg 2.0
  5. Fixes:
  6. * Composer now uses correct plugin dir name when installing
  7. Version 1.10.0 (2015-03-27)
  8. Chores:
  9. * Replaces deprecated confirmation features with data-confirm attribute
  10. Version 1.9.3 (2015-03-27)
  11. Bugfixes:
  12. * Fixes fatal error caused by notification target not being accessable by the recipient
  13. Version 1.9.2 (2015-02-13)
  14. Bugfixes:
  15. * Fixes combining of multiple relationship notifications into a single notification
  16. Version 1.9.1 (2015-02-04)
  17. Enhancements:
  18. * The 'Dismiss all' button now visually unhighlights unread items and closes
  19. * Displays an ajax spinner while loading popup content
  20. * Prevents needless loading if the user clicks the icon to close the popup
  21. * Uses css instead of the hidden attribute for better browser support
  22. Bugfixes:
  23. * Returns zero instead of an empty array for count queries with no results
  24. Version 1.9.0 (2014-09-12)
  25. Enhancements
  26. * Uses error log instead of admin notices to inform about broken entities
  27. Version 1.9.0-beta3 (2014-09-04)
  28. Bugfixes:
  29. * Fixes WSOD caused by experimental likes related code
  30. * Fixes lightbox bindings after fetching notifications via AJAX
  31. * Fixes error related to comment notification target
  32. Version 1.9.0-beta2 (2014-08-04):
  33. Enhancements
  34. * Adds support for notifications about group invitations
  35. * Removes a lot of obsolete code
  36. * Converts javascript to AMD
  37. Bugfixes:
  38. * Fixes lightbox bindings after fetching notifications via AJAX
  39. * Fixes notifications about new friends
  40. * Fixes notifications that were missing a link
  41. Version 1.9.0-beta1 (2014-07-29):
  42. Enhancements:
  43. * Better performance thanks to using the Elgg 1.9 notifications system
  44. * Some separate events are combined into a single notification
  45. * Notifications popup is fetched on demand
  46. Version 1.8.5 (2013-08-07):
  47. Enhancements:
  48. * Admin can set notifier enabled by default for new users and new group members
  49. * Admin can run bulk operations to enable notifier for existing users
  50. Version 1.8.4 (2013-05-13):
  51. Bugfixes:
  52. * Works now with the latest version of mentions plugin
  53. Version 1.8.3 (2013-02-26):
  54. Enhancements:
  55. * Added support for group discussions
  56. * Added support for message board
  57. * Added support for notifications about new friends
  58. * Added built-in support for comment_tracker plugin
  59. * Added "Dismiss all" link to popup module
  60. * Added possibility to delete individual notifications
  61. Bugfixes:
  62. * Notifications about new annotations now respect personal notification settings
  63. * Added missing translations and fixed some typos
  64. * Plugins extending full_view do not mess up the notification lists
  65. * Plugin isn't anymore depending on the css of the messages plugin
  66. Version 1.8.2 (2013-01-09):
  67. Bugfixes:
  68. * Fixes fatal error when deleting some objects not instances of ElggEntity
  69. * Fixes the title of notification page
  70. * Non-logged-in users are forwarded away from notifications page
  71. Version 1.8.1 (2013-01-07):
  72. Enhancements:
  73. * Marking contents as read supports more entity types
  74. * Notification gets deleted when notification subject or target is deleted
  75. * Added button for dismissing all unread notifications
  76. * Added button for clearing the notification list
  77. Bugfixes:
  78. * Entities missing a title are displayed correctly in notification list
  79. * Notifications related to The wire now get marked as read correctly
  80. Version 1.8.0 (2013-01-04):
  81. First release