You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Changelog 1.7KB

1234567891011121314151617181920212223242526272829303132
  1. v0.4 :
  2. * Refresh contact list when editing a contact in collected addressbook and having on_edit_move_to_default set to true (#68)
  3. * Refresh contact list when copying a contact from collected addressbook and having on_edit_move_to_default set to true (Fix #69)
  4. * Added polish translation. Thanks to Marcin Dorota (#72)
  5. * Added lithuanian translation. Thanks to Kestutis M (#73)
  6. v0.3.1 :
  7. * Fix a bug that prevents RC < 0.8 to send mail with plugin activated (#67)
  8. v0.3 :
  9. * Added nl_NL translation (thanks to Daniel)
  10. * Updated german translation (thanks to Dennis Riehle)
  11. * Added zh_CN translation (thaks to FDF)
  12. v0.3-rc1 :
  13. * Populated documentation files (README and INSTALL) to have documentation available when installing offline
  14. * Added Changelog File
  15. * Fixed compatibility with other addressbook_plugins (#46)
  16. * Fixed Add contact button disabled in default abook after viewing collected abook (#58).
  17. Side effect is that you can now add contact in collected abook.
  18. * Disabled contact groups in collected abook
  19. * Added calls to exec_hook when creating or deleting a contact to improve compatibility with other plugins (thanks to Venia Legendi for submitting patch) (#56)
  20. * Added user setting to use automatic abook for autocompletion or not. (#49)
  21. * Updated database statements in SQL to reflect changes from RC 0.5
  22. * Now call decode_address_list function from rcube_mime as it is deprecated from rcube_imap (#51)
  23. * Fixed on_edit_move_to_default not working. Fixes #47. Also Fixes #25
  24. * Defined plugin task list as advised in plugin writing documentation (maybe will improve performance ?)
  25. * Added pear package.xml file. This way, the plugin is referenced in the about dialog of interface
  26. * added vietnamese translation found on internet
  27. v0.2 and before :
  28. * previous releases