CHANGES.txt 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. Version history
  2. ===============
  3. 3.1 (2015-07-08):
  4. - added: composer support
  5. - added: normalize all URL's in the outgoing mail
  6. - added: option to embed images directly in the outgoing e-mail #20
  7. - added: option to send the test page to email
  8. - changed: get emogrifier by using composer
  9. - changed: test page uses inline CSS, normalized urls and embedded images
  10. - changed: extended the embed options with a choice between base64 and attachments
  11. - changed: reduce redundancy by using only one function to handle all outgoing HTML mail #26 #27
  12. - fixed: also pass recipient into mail body to be used in message body
  13. - fixed: invalid image urls in some cases
  14. - fixed: possibility for encoded html subjects
  15. - fixed: recipient not available in message body #32
  16. - fixed: to and from email address for notifcations in RFC822 format
  17. - fixed: travis syntax error
  18. - fixed: usage of deprecated functions
  19. - fixed: URLs found from notification body now get converted into formatted links
  20. 3.0 (2014-09-25):
  21. - changes for Elgg 1.9
  22. - updated the version of Emogrifier
  23. 2.6 (2014-07-01):
  24. - added: file attachment support #10 thanks to Facyla
  25. - fixed: content from a WYSIWYG-editor has a different result in the e-mail
  26. 2.5 (2013-12-24):
  27. - added: Spanish translation thanks to Gonzalo (http://community.elgg.org/profile/GEARinvent)
  28. - changed: html_email_handler_make_rfc822_address() always return an email address, now falls back to site email
  29. 2.4 (2013-10-31):
  30. - added: French translation thanks to Facyla (https://github.com/Facyla)(#6)
  31. - changed: README.txt to README.md for better readability on GitHub
  32. - changed: CSS definitions of font-size from em to px, for better detection by SpamAssasin
  33. - changed: encoding of the subject moved to a later stage for more support #7
  34. 2.3.1 (2013-04-05):
  35. - fixed: problem with pagesetupdone on some Elgg installations
  36. - fixed: mail message language now set correctly
  37. 2.3 (2012-11-06):
  38. - added: custom send date option (thanks to migrax https://github.com/migrax)
  39. - fixed: error in getting extra sendmail options
  40. - fixed: PHP notices
  41. - fixed: subject and to/from encoding (thanks to migrax https://github.com/migrax)
  42. - fixed: CC and BCC not working due to wrong placement of some headers (thanks to migrax https://github.com/migrax)
  43. - changed: registration of menu items
  44. - changed: some code cleanup
  45. 2.2 (2012-03-02):
  46. - added: now also handling emails send by elgg_send_email
  47. - added: option to configure sendmail options
  48. 2.1 (2011-11-28):
  49. - added: extra command option in mail, to better prevent mails being marked as spam (mainly on shared hosts)
  50. - fixed: page_handler issue with Elgg 1.8.1
  51. - changed: moved version history to CHANGES.txt
  52. 2.0 (2011-10-12):
  53. - changed: Elgg 1.8 modifications
  54. - changed: suppresed DOMDocument warnings
  55. 1.1 (2011-04-14):
  56. - added: a link to notification settings in footer of message
  57. - changed: layout of default message
  58. - fixed: links not clickable in email clients
  59. 1.0 (2011-04-04):
  60. - initial version