CHANGES.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. = Version History =
  2. 2.0.1 (2015-07-08):
  3. - changed: code style fixes
  4. - changed: Update and rename README.txt to README.md
  5. - fixed: line endings
  6. - fixed: 'deprecated' warnings
  7. - fixed: minor fixes (based on PHP notices)
  8. - fixed: only allow language to change to an allowed language
  9. 2.0 (2012-03-16):
  10. - added: plugin now Elgg 1.8 compatible
  11. 1.1 (2011-11-29):
  12. - fixed: language completeness is now aware of translation_editor
  13. - fixed: some plugin settings were not loaded correctly is some situations
  14. - changed: moved some functions out of start.php
  15. - changed: moved header extension to pagesetup
  16. - changed: available languages are now cached (saving a lot of performance)
  17. 1.0.6 (2011-09-29):
  18. - fixed: conflict with translation editor, causing custom translation not being loaded when loggedout
  19. 1.0.5:
  20. - added: triggering an event when a loggedin user changes the language
  21. 1.0.4:
  22. - fixed: secured action url for changing language (needed for Elgg 1.7)
  23. 1.0.3:
  24. - added: flag for denmark (da)
  25. - changed: flag for sweden (sv)
  26. - fixed: cookie now set for correct path (/)
  27. - fixed: issue with selecting languages for non logged in users (again)
  28. 1.0.2:
  29. - fixed: issue with selecting languages for non logged in users
  30. - added: flag for zh (chinese) language
  31. 1.0.1:
  32. - added: flag for hebrew
  33. - fixed: current language onclick action incorrect
  34. - fixed: dutch translations
  35. 1.0:
  36. - first release