CHANGES.txt 802 B

123456789101112131415161718192021222324252627282930
  1. Version history
  2. ===============
  3. 3.1 (2016-01-21):
  4. - added: group discussion owners get notified about replies
  5. - changed: moved inline JS for personal notification settings to AMD
  6. - fixed: using wrong namespace for ElggBatch
  7. 3.0 (2015-07-08):
  8. - changes for Elgg 1.10
  9. - added: block subscription cache for optimization
  10. - added: composer support
  11. - added: plugin setting to auto subscribe on Like
  12. - changed: optimized check user notification setting
  13. - fixed: incorrect fallback check
  14. 2.0 (2014-11-17):
  15. - changes for Elgg 1.9
  16. - rewrote the entire plugin to use the new Elgg subscriptions system
  17. - added: support for more entity types
  18. - fix(php): php warning is some cases is
  19. - fix(js): change the correct toggle values
  20. - changed(ui): ajaxified the content subscription sidebar
  21. 1.0:
  22. - initial release